Html Css Color HEX #C420CB Deep Magenta

📋 copy color: '#C420CB'

red 196 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #C420CB

Tints of Deep Magenta #C420CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

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

R = 45.48%
G = 7.42%
B = 47.1%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C420CB (or 0xC420CB) is known color: Deep Magenta. HEX triplet: C4, 20 and CB. RGB value is (196,32,203). Sum of RGB (Red+Green+Blue) = 196+32+203=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #C420CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420CB is #3BDF34. Grayscale: #646464. Windows color (decimal): -3923765 or 13312196. OLE color: 13312196.

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

Color convert

RGB 196 32 203 -
CMYK 0.03 0.84 0 0.20
HSL 297.54º 0.73% 0.46% -
HSV(B) 297.54º 0.84% 0.8% -
XYZ 34.06 17.08 58 -
YUV 100.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 196 32 203 0.03 0.84 0 0.20 297.54 0.73 0.46
Hex C4 20 CB 3 54 0 14 12A 49 2E
Octal 304 40 313 3 124 0 24 452 111 56
Binary 11000100 100000 11001011 11 1010100 0 10100 100101010 1001001 101110

Color Harmonies of #C420CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420CB

Black with #C420CB

Text Example


Text Example

White with #C420CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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