#C666C2

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

Shades of Fuchsia #C666C2

Tints of Fuchsia #C666C2

Color information

#C666C2 (or 0xC666C2) is unknown color: approx Fuchsia. HEX triplet: C6, 66 and C2. RGB value is (198,102,194). Sum of RGB (Red+Green+Blue) = 198+102+194=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C666C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666C2 is #39993D. Grayscale: #8C8C8C. Windows color (decimal): -3774782 or 12740294. OLE color: 12740294.

HSL color Cylindrical-coordinate representation of color #C666C2: hue angle of 302.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666C2 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198102194-
CMYK00.480.020.22
HSL302.5º45.71%58.82%-
HSV(B)302.5º48.48%77.65%-
XYZ37.7825.453.95-
YUV141.19157.8168.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=40.08%
G=20.65%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810219400.480.020.22302.545.7158.82
HexC666C203021612e2e3b
Octal3061463020602264565673
Binary1100011011001101100001001100001010110100101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C666C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C666C2; }

 p { color: rgb(198,102,194); }

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

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

 a { background-color: rgb(198,102,194); }

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

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

 span { border-color: rgb(198,102,194); }

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