Html Css Color HEX #C422CB Deep Magenta

📋 copy color: '#C422CB'

red 196 ◦ green 34 ◦ blue 203

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

Shades of Deep Magenta #C422CB

Tints of Deep Magenta #C422CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 45.27%
G = 7.85%
B = 46.88%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C422CB (or 0xC422CB) is known color: Deep Magenta. HEX triplet: C4, 22 and CB. RGB value is (196,34,203). Sum of RGB (Red+Green+Blue) = 196+34+203=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #C422CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CB is #3BDD34. Grayscale: #656565. Windows color (decimal): -3923253 or 13312708. OLE color: 13312708.

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

Color convert

RGB 196 34 203 -
CMYK 0.03 0.83 0 0.20
HSL 297.51º 0.71% 0.46% -
HSV(B) 297.51º 0.83% 0.8% -
XYZ 34.12 17.19 58.02 -
YUV 101.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 196 34 203 0.03 0.83 0 0.20 297.51 0.71 0.46
Hex C4 22 CB 3 53 0 14 12A 47 2E
Octal 304 42 313 3 123 0 24 452 107 56
Binary 11000100 100010 11001011 11 1010011 0 10100 100101010 1000111 101110

Color Harmonies of #C422CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422CB

Black with #C422CB

Text Example


Text Example

White with #C422CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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