#C202C3

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

Shades of Deep Magenta #C202C3

Tints of Deep Magenta #C202C3

Color information

#C202C3 (or 0xC202C3) is unknown color: approx Deep Magenta. HEX triplet: C2, 02 and C3. RGB value is (194,2,195). Sum of RGB (Red+Green+Blue) = 194+2+195=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #C202C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202C3 is #3DFD3C. Grayscale: #505050. Windows color (decimal): -4062525 or 12780226. OLE color: 12780226.

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

Color convert

RGB1942195-
CMYK0.010.9900.24
HSL299.69º97.97%38.63%-
HSV(B)299.69º98.97%76.47%-
XYZ32.1215.4552.92-
YUV81.41192.11208.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 195 (76.56% from 255) = 49.87%
R=49.62%
G=0.51%
B=49.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19421950.010.9900.24299.6997.9738.63
HexC22C316301812c6227
Octal3022303114303045414247
Binary110000101011000011111000110110001001011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C202C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C202C3; }

 p { color: rgb(194,2,195); }

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

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

 a { background-color: rgb(194,2,195); }

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

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

 span { border-color: rgb(194,2,195); }

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