#c06faf

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

Shades of Fuchsia #C06FAF

Tints of Fuchsia #C06FAF

Color information

#C06FAF (or 0xC06FAF) is unknown color: approx Fuchsia. HEX triplet: C0, 6F and AF. RGB value is (192,111,175). Sum of RGB (Red+Green+Blue) = 192+111+175=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAF is #3F9050. Grayscale: #8E8E8E. Windows color (decimal): -4165713 or 11497408. OLE color: 11497408.

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

Color convert

RGB192111175-
CMYK00.420.090.25
HSL312.59º39.13%59.41%-
HSV(B)312.59º42.19%75.29%-
XYZ35.1625.6743.66-
YUV142.51146.34163.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=40.17%
G=23.22%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211117500.420.090.25312.5939.1359.41
HexC06FAF02A919139273b
Octal30015725705211314714773
Binary110000001101111101011110101010100111001100111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06faf; }

 p { color: rgb(192,111,175); }

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

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

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

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

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

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

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