#C06CBA

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

Shades of Fuchsia #C06CBA

Tints of Fuchsia #C06CBA

Color information

#C06CBA (or 0xC06CBA) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and BA. RGB value is (192,108,186). Sum of RGB (Red+Green+Blue) = 192+108+186=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBA is #3F9345. Grayscale: #8D8D8D. Windows color (decimal): -4166470 or 12217536. OLE color: 12217536.

HSL color Cylindrical-coordinate representation of color #C06CBA: hue angle of 304.29º 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 #C06CBA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192108186-
CMYK00.440.030.25
HSL304.29º40%58.82%-
HSV(B)304.29º43.75%75.29%-
XYZ35.9625.4849.48-
YUV142.01152.83163.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=39.51%
G=22.22%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210818600.440.030.25304.294058.82
HexC06CBA02C319130283b
Octal3001542720543314605073
Binary1100000011011001011101001011001111001100110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CBA; }

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

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

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

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

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

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

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

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