Html Css Color HEX #C422CE Deep Magenta

📋 copy color: '#C422CE'

red 196 ◦ green 34 ◦ blue 206

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

Shades of Deep Magenta #C422CE

Tints of Deep Magenta #C422CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 44.95%
G = 7.8%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C422CE (or 0xC422CE) is known color: Deep Magenta. HEX triplet: C4, 22 and CE. RGB value is (196,34,206). Sum of RGB (Red+Green+Blue) = 196+34+206=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C422CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CE is #3BDD31. Grayscale: #656565. Windows color (decimal): -3923250 or 13509316. OLE color: 13509316.

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

Color convert

RGB 196 34 206 -
CMYK 0.05 0.83 0 0.19
HSL 296.51º 0.72% 0.47% -
HSV(B) 296.51º 0.83% 0.81% -
XYZ 34.48 17.34 59.92 -
YUV 102.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 196 34 206 0.05 0.83 0 0.19 296.51 0.72 0.47
Hex C4 22 CE 5 53 0 13 129 48 2F
Octal 304 42 316 5 123 0 23 451 110 57
Binary 11000100 100010 11001110 101 1010011 0 10011 100101001 1001000 101111

Color Harmonies of #C422CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422CE

Black with #C422CE

Text Example


Text Example

White with #C422CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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