Html Css Color HEX #C420B2 Deep Magenta

📋 copy color: '#C420B2'

red 196 ◦ green 32 ◦ blue 178

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

Shades of Deep Magenta #C420B2

Tints of Deep Magenta #C420B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 48.28%
G = 7.88%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C420B2 (or 0xC420B2) is known color: Deep Magenta. HEX triplet: C4, 20 and B2. RGB value is (196,32,178). Sum of RGB (Red+Green+Blue) = 196+32+178=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C420B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420B2 is #3BDF4D. Grayscale: #616161. Windows color (decimal): -3923790 or 11673796. OLE color: 11673796.

HSL color Cylindrical-coordinate representation of color #C420B2: hue angle of 306.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420B2 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 178 -
CMYK 0 0.84 0.09 0.23
HSL 306.59º 0.72% 0.45% -
HSV(B) 306.59º 0.84% 0.77% -
XYZ 31.32 15.98 43.55 -
YUV 97.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 196 32 178 0 0.84 0.09 0.23 306.59 0.72 0.45
Hex C4 20 B2 0 54 9 17 133 48 2D
Octal 304 40 262 0 124 11 27 463 110 55
Binary 11000100 100000 10110010 0 1010100 1001 10111 100110011 1001000 101101

Color Harmonies of #C420B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420B2

Black with #C420B2

Text Example


Text Example

White with #C420B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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