#C06EB8

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

Shades of Fuchsia #C06EB8

Tints of Fuchsia #C06EB8

Color information

#C06EB8 (or 0xC06EB8) is unknown color: approx Fuchsia. HEX triplet: C0, 6E and B8. RGB value is (192,110,184). Sum of RGB (Red+Green+Blue) = 192+110+184=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB8 is #3F9147. Grayscale: #8E8E8E. Windows color (decimal): -4165960 or 12086976. OLE color: 12086976.

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

Color convert

RGB192110184-
CMYK00.430.040.25
HSL305.85º39.42%59.22%-
HSV(B)305.85º42.71%75.29%-
XYZ35.9725.8248.44-
YUV142.95151.17162.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=39.51%
G=22.63%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211018400.430.040.25305.8539.4259.22
HexC06EB802B419132273b
Octal3001562700534314624773
Binary11000000110111010111000010101110011001100110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EB8; }

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

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

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

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

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

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

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

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