#C203AE

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

Shades of Deep Magenta #C203AE

Tints of Deep Magenta #C203AE

Color information

#C203AE (or 0xC203AE) is unknown color: approx Deep Magenta. HEX triplet: C2, 03 and AE. RGB value is (194,3,174). Sum of RGB (Red+Green+Blue) = 194+3+174=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C203AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203AE is #3DFC51. Grayscale: #4F4F4F. Windows color (decimal): -4062290 or 11404226. OLE color: 11404226.

HSL color Cylindrical-coordinate representation of color #C203AE: hue angle of 306.28º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203AE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB1943174-
CMYK00.980.100.24
HSL306.28º96.95%38.63%-
HSV(B)306.28º98.45%76.08%-
XYZ29.9214.5941.28-
YUV79.6181.28209.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=52.29%
G=0.81%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194317400.980.100.24306.2896.9538.63
HexC23AE062A181326127
Octal30232560142123046214147
Binary110000101110101110011000101010110001001100101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C203AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C203AE; }

 p { color: rgb(194,3,174); }

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

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

 a { background-color: rgb(194,3,174); }

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

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

 span { border-color: rgb(194,3,174); }

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