#C06EB0

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

Shades of Fuchsia #C06EB0

Tints of Fuchsia #C06EB0

Color information

#C06EB0 (or 0xC06EB0) is unknown color: approx Fuchsia. HEX triplet: C0, 6E and B0. RGB value is (192,110,176). Sum of RGB (Red+Green+Blue) = 192+110+176=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EB0 is #3F914F. Grayscale: #8D8D8D. Windows color (decimal): -4165968 or 11562688. OLE color: 11562688.

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

Color convert

RGB192110176-
CMYK00.430.080.25
HSL311.71º39.42%59.22%-
HSV(B)311.71º42.71%75.29%-
XYZ35.1525.4944.14-
YUV142.04147.17163.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=40.17%
G=23.01%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211017600.430.080.25311.7139.4259.22
HexC06EB002B819138273b
Octal30015626005310314704773
Binary110000001101110101100000101011100011001100111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EB0; }

 p { color: rgb(192,110,176); }

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

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

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

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

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

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

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