#C03EAF

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

Shades of Fuchsia #C03EAF

Tints of Fuchsia #C03EAF

Color information

#C03EAF (or 0xC03EAF) is unknown color: approx Fuchsia. HEX triplet: C0, 3E and AF. RGB value is (192,62,175). Sum of RGB (Red+Green+Blue) = 192+62+175=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EAF is #3FC150. Grayscale: #717171. Windows color (decimal): -4178257 or 11484864. OLE color: 11484864.

HSL color Cylindrical-coordinate representation of color #C03EAF: hue angle of 307.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03EAF is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19262175-
CMYK00.680.090.25
HSL307.85º51.18%49.8%-
HSV(B)307.85º67.71%75.29%-
XYZ31.217.7542.34-
YUV113.75162.57183.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=44.76%
G=14.45%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926217500.680.090.25307.8551.1849.8
HexC03EAF0449191343332
Octal30076257010411314646362
Binary110000001111101010111101000100100111001100110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03EAF; }

 p { color: rgb(192,62,175); }

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

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

 a { background-color: rgb(192,62,175); }

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

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

 span { border-color: rgb(192,62,175); }

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