#C03EBD

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

Shades of Fuchsia #C03EBD

Tints of Fuchsia #C03EBD

Color information

#C03EBD (or 0xC03EBD) is unknown color: approx Fuchsia. HEX triplet: C0, 3E and BD. RGB value is (192,62,189). Sum of RGB (Red+Green+Blue) = 192+62+189=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EBD is #3FC142. Grayscale: #727272. Windows color (decimal): -4178243 or 12402368. OLE color: 12402368.

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

Color convert

RGB19262189-
CMYK00.680.020.25
HSL301.38º51.18%49.8%-
HSV(B)301.38º67.71%75.29%-
XYZ32.6518.3349.96-
YUV115.35169.57182.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 62 (24.61% from 255) = 14.00%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=43.34%
G=14.00%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926218900.680.020.25301.3851.1849.8
HexC03EBD04421912d3332
Octal3007627501042314556362
Binary1100000011111010111101010001001011001100101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03EBD; }

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

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

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

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

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

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

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

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