Html Css Color HEX #C422CA Deep Magenta

📋 copy color: '#C422CA'

red 196 ◦ green 34 ◦ blue 202

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

Shades of Deep Magenta #C422CA

Tints of Deep Magenta #C422CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 45.37%
G = 7.87%
B = 46.76%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C422CA (or 0xC422CA) is known color: Deep Magenta. HEX triplet: C4, 22 and CA. RGB value is (196,34,202). Sum of RGB (Red+Green+Blue) = 196+34+202=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C422CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CA is #3BDD35. Grayscale: #656565. Windows color (decimal): -3923254 or 13247172. OLE color: 13247172.

HSL color Cylindrical-coordinate representation of color #C422CA: hue angle of 297.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422CA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 34 202 -
CMYK 0.03 0.83 0 0.21
HSL 297.86º 0.71% 0.46% -
HSV(B) 297.86º 0.83% 0.79% -
XYZ 34 17.14 57.39 -
YUV 101.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 196 34 202 0.03 0.83 0 0.21 297.86 0.71 0.46
Hex C4 22 CA 3 53 0 15 12A 47 2E
Octal 304 42 312 3 123 0 25 452 107 56
Binary 11000100 100010 11001010 11 1010011 0 10101 100101010 1000111 101110

Color Harmonies of #C422CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422CA

Black with #C422CA

Text Example


Text Example

White with #C422CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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