Html Css Color HEX #C422CD Deep Magenta

📋 copy color: '#C422CD'

red 196 ◦ green 34 ◦ blue 205

#C422CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C422CD

Tints of Deep Magenta #C422CD

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 34 (13.67% from 255) = 7.82%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 45.06%
G = 7.82%
B = 47.13%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C422CD (or 0xC422CD) is known color: Deep Magenta. HEX triplet: C4, 22 and CD. RGB value is (196,34,205). Sum of RGB (Red+Green+Blue) = 196+34+205=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C422CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CD is #3BDD32. Grayscale: #656565. Windows color (decimal): -3923251 or 13443780. OLE color: 13443780.

HSL color Cylindrical-coordinate representation of color #C422CD: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422CD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 34 205 -
CMYK 0.04 0.83 0 0.20
HSL 296.84º 0.72% 0.47% -
HSV(B) 296.84º 0.83% 0.8% -
XYZ 34.36 17.29 59.28 -
YUV 101.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 196 34 205 0.04 0.83 0 0.20 296.84 0.72 0.47
Hex C4 22 CD 4 53 0 14 129 48 2F
Octal 304 42 315 4 123 0 24 451 110 57
Binary 11000100 100010 11001101 100 1010011 0 10100 100101001 1001000 101111

Color Harmonies of #C422CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422CD

Black with #C422CD

Text Example


Text Example

White with #C422CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422CD; }

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

 H1.HeaderClassName
 {
   color: #C422CD;
 }
 .AnyTagClassName
 {
   color: #C422CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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