Html Css Color HEX #C422E0 Deep Magenta

📋 copy color: '#C422E0'

red 196 ◦ green 34 ◦ blue 224

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

Shades of Deep Magenta #C422E0

Tints of Deep Magenta #C422E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 43.17%
G = 7.49%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C422E0 (or 0xC422E0) is known color: Deep Magenta. HEX triplet: C4, 22 and E0. RGB value is (196,34,224). Sum of RGB (Red+Green+Blue) = 196+34+224=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #C422E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422E0 is #3BDD1F. Grayscale: #676767. Windows color (decimal): -3923232 or 14688964. OLE color: 14688964.

HSL color Cylindrical-coordinate representation of color #C422E0: hue angle of 291.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C422E0 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 34 224 -
CMYK 0.12 0.85 0 0.12
HSL 291.16º 0.75% 0.51% -
HSV(B) 291.16º 0.85% 0.88% -
XYZ 36.79 18.26 72.11 -
YUV 104.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 196 34 224 0.12 0.85 0 0.12 291.16 0.75 0.51
Hex C4 22 E0 C 55 0 C 123 4B 33
Octal 304 42 340 14 125 0 14 443 113 63
Binary 11000100 100010 11100000 1100 1010101 0 1100 100100011 1001011 110011

Color Harmonies of #C422E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422E0

Black with #C422E0

Text Example


Text Example

White with #C422E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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