#C422C0

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

Shades of Deep Magenta #C422C0

Tints of Deep Magenta #C422C0

Color information

#C422C0 (or 0xC422C0) is unknown color: approx Deep Magenta. HEX triplet: C4, 22 and C0. RGB value is (196,34,192). Sum of RGB (Red+Green+Blue) = 196+34+192=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C422C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422C0 is #3BDD3F. Grayscale: #636363. Windows color (decimal): -3923264 or 12591812. OLE color: 12591812.

HSL color Cylindrical-coordinate representation of color #C422C0: hue angle of 301.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422C0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19634192-
CMYK00.830.020.23
HSL301.48º70.43%45.1%-
HSV(B)301.48º82.65%76.86%-
XYZ32.8516.6951.36-
YUV100.45179.67196.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 34 (13.67% from 255) = 8.06%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=46.45%
G=8.06%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963419200.830.020.23301.4870.4345.1
HexC422C005321712d462d
Octal30442300012322745510655
Binary11000100100010110000000101001110101111001011011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C422C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C422C0; }

 p { color: rgb(196,34,192); }

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

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

 a { background-color: rgb(196,34,192); }

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

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

 span { border-color: rgb(196,34,192); }

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