#C960AF

Color #C960AF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C960AF

Tints of Fuchsia #C960AF

Color information

#C960AF (or 0xC960AF) is unknown color: approx Fuchsia. HEX triplet: C9, 60 and AF. RGB value is (201,96,175). Sum of RGB (Red+Green+Blue) = 201+96+175=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C960AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960AF is #369F50. Grayscale: #888888. Windows color (decimal): -3579729 or 11493577. OLE color: 11493577.

HSL color Cylindrical-coordinate representation of color #C960AF: hue angle of 314.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C960AF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB20196175-
CMYK00.520.130.21
HSL314.86º49.3%58.24%-
HSV(B)314.86º52.24%78.82%-
XYZ36.0123.8843.27-
YUV136.4149.79174.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=42.58%
G=20.34%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019617500.520.130.21314.8649.358.24
HexC960AF034D1513b313a
Octal31114025706415254736172
Binary110010011100000101011110110100110110101100111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960AF; }

 p { color: rgb(201,96,175); }

 H1.HeaderClassName
 {
   color: #C960AF;
 }
 .AnyTagClassName
 {
   color: #C960AF;
 }
</style>
background-color css

<style>
 a { background-color: #C960AF; }

 a { background-color: rgb(201,96,175); }

 div.DivClassName
 {
   background-color: #C960AF;
 }
 .BgClassName
 {
   background-color: #C960AF;
 }
</style>
border-color css

<style>
 span { border-color: #C960AF; }

 span { border-color: rgb(201,96,175); }

 td.TdClassName
 {
   border-color: #C960AF;
 }
 .TagClassName
 {
   border-color: #C960AF;
 }
</style>