#C06CAE

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

Shades of Fuchsia #C06CAE

Tints of Fuchsia #C06CAE

Color information

#C06CAE (or 0xC06CAE) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and AE. RGB value is (192,108,174). Sum of RGB (Red+Green+Blue) = 192+108+174=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CAE is #3F9351. Grayscale: #8C8C8C. Windows color (decimal): -4166482 or 11431104. OLE color: 11431104.

HSL color Cylindrical-coordinate representation of color #C06CAE: hue angle of 312.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CAE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192108174-
CMYK00.440.090.25
HSL312.86º40%58.82%-
HSV(B)312.86º43.75%75.29%-
XYZ34.7424.9943.04-
YUV140.64146.83164.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=40.51%
G=22.78%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210817400.440.090.25312.864058.82
HexC06CAE02C919139283b
Octal30015425605411314715073
Binary110000001101100101011100101100100111001100111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CAE; }

 p { color: rgb(192,108,174); }

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

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

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

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

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

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

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