Html Css Color HEX #C420B0 Deep Magenta

📋 copy color: '#C420B0'

red 196 ◦ green 32 ◦ blue 176

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

Shades of Deep Magenta #C420B0

Tints of Deep Magenta #C420B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 48.51%
G = 7.92%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C420B0 (or 0xC420B0) is known color: Deep Magenta. HEX triplet: C4, 20 and B0. RGB value is (196,32,176). Sum of RGB (Red+Green+Blue) = 196+32+176=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C420B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420B0 is #3BDF4F. Grayscale: #616161. Windows color (decimal): -3923792 or 11542724. OLE color: 11542724.

HSL color Cylindrical-coordinate representation of color #C420B0: hue angle of 307.32º 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 #C420B0 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 176 -
CMYK 0 0.84 0.10 0.23
HSL 307.32º 0.72% 0.45% -
HSV(B) 307.32º 0.84% 0.77% -
XYZ 31.12 15.9 42.5 -
YUV 97.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 196 32 176 0 0.84 0.10 0.23 307.32 0.72 0.45
Hex C4 20 B0 0 54 A 17 133 48 2D
Octal 304 40 260 0 124 12 27 463 110 55
Binary 11000100 100000 10110000 0 1010100 1010 10111 100110011 1001000 101101

Color Harmonies of #C420B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420B0

Black with #C420B0

Text Example


Text Example

White with #C420B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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