#C06EB2

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

Shades of Fuchsia #C06EB2

Tints of Fuchsia #C06EB2

Color information

#C06EB2 (or 0xC06EB2) is unknown color: approx Fuchsia. HEX triplet: C0, 6E and B2. RGB value is (192,110,178). Sum of RGB (Red+Green+Blue) = 192+110+178=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EB2 is #3F914D. Grayscale: #8E8E8E. Windows color (decimal): -4165966 or 11693760. OLE color: 11693760.

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

Color convert

RGB192110178-
CMYK00.430.070.25
HSL310.24º39.42%59.22%-
HSV(B)310.24º42.71%75.29%-
XYZ35.3525.5745.19-
YUV142.27148.17163.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=40%
G=22.92%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211017800.430.070.25310.2439.4259.22
HexC06EB202B719136273b
Octal3001562620537314664773
Binary11000000110111010110010010101111111001100110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EB2; }

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

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

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

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

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

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

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

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