#C06EB4

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

Shades of Fuchsia #C06EB4

Tints of Fuchsia #C06EB4

Color information

#C06EB4 (or 0xC06EB4) is unknown color: approx Fuchsia. HEX triplet: C0, 6E and B4. RGB value is (192,110,180). Sum of RGB (Red+Green+Blue) = 192+110+180=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB4 is #3F914B. Grayscale: #8E8E8E. Windows color (decimal): -4165964 or 11824832. OLE color: 11824832.

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

Color convert

RGB192110180-
CMYK00.430.060.25
HSL308.78º39.42%59.22%-
HSV(B)308.78º42.71%75.29%-
XYZ35.5525.6546.26-
YUV142.5149.17163.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=39.83%
G=22.82%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211018000.430.060.25308.7839.4259.22
HexC06EB402B619135273b
Octal3001562640536314654773
Binary11000000110111010110100010101111011001100110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EB4; }

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

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

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

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

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

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

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

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