#C03EBA

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

Shades of Fuchsia #C03EBA

Tints of Fuchsia #C03EBA

Color information

#C03EBA (or 0xC03EBA) is unknown color: approx Fuchsia. HEX triplet: C0, 3E and BA. RGB value is (192,62,186). Sum of RGB (Red+Green+Blue) = 192+62+186=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EBA is #3FC145. Grayscale: #727272. Windows color (decimal): -4178246 or 12205760. OLE color: 12205760.

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

Color convert

RGB19262186-
CMYK00.680.030.25
HSL302.77º51.18%49.8%-
HSV(B)302.77º67.71%75.29%-
XYZ32.3218.248.26-
YUV115.01168.07182.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 62 (24.61% from 255) = 14.09%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=43.64%
G=14.09%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926218600.680.030.25302.7751.1849.8
HexC03EBA04431912f3332
Octal3007627201043314576362
Binary1100000011111010111010010001001111001100101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03EBA; }

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

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

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

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

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

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

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

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