#C03DAE

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

Shades of Fuchsia #C03DAE

Tints of Fuchsia #C03DAE

Color information

#C03DAE (or 0xC03DAE) is unknown color: approx Fuchsia. HEX triplet: C0, 3D and AE. RGB value is (192,61,174). Sum of RGB (Red+Green+Blue) = 192+61+174=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAE is #3FC251. Grayscale: #707070. Windows color (decimal): -4178514 or 11419072. OLE color: 11419072.

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

Color convert

RGB19261174-
CMYK00.680.090.25
HSL308.24º51.78%49.61%-
HSV(B)308.24º68.23%75.29%-
XYZ31.0517.641.81-
YUV113.05162.4184.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=44.96%
G=14.29%
B=40.75%

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
Decimal1926117400.680.090.25308.2451.7849.61
HexC03DAE0449191343432
Octal30075256010411314646462
Binary110000001111011010111001000100100111001100110100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03DAE; }

 p { color: rgb(192,61,174); }

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

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

 a { background-color: rgb(192,61,174); }

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

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

 span { border-color: rgb(192,61,174); }

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