#C066C0

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

Shades of Fuchsia #C066C0

Tints of Fuchsia #C066C0

Color information

#C066C0 (or 0xC066C0) is unknown color: approx Fuchsia. HEX triplet: C0, 66 and C0. RGB value is (192,102,192). Sum of RGB (Red+Green+Blue) = 192+102+192=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C066C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066C0 is #3F993F. Grayscale: #8A8A8A. Windows color (decimal): -4168000 or 12609216. OLE color: 12609216.

HSL color Cylindrical-coordinate representation of color #C066C0: hue angle of 300º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C066C0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192102192-
CMYK00.4700.25
HSL300º41.67%57.65%-
HSV(B)300º46.88%75.29%-
XYZ3624.5152.7-
YUV139.17157.82165.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=39.51%
G=20.99%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210219200.4700.2530041.6757.65
HexC066C002F01912c2a3a
Octal3001463000570314545272
Binary110000001100110110000000101111011001100101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066C0; }

 p { color: rgb(192,102,192); }

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

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

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

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

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

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

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