Html Css Color HEX #C420B4 Deep Magenta

📋 copy color: '#C420B4'

red 196 ◦ green 32 ◦ blue 180

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

Shades of Deep Magenta #C420B4

Tints of Deep Magenta #C420B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 48.04%
G = 7.84%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C420B4 (or 0xC420B4) is known color: Deep Magenta. HEX triplet: C4, 20 and B4. RGB value is (196,32,180). Sum of RGB (Red+Green+Blue) = 196+32+180=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C420B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420B4 is #3BDF4B. Grayscale: #616161. Windows color (decimal): -3923788 or 11804868. OLE color: 11804868.

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

Color convert

RGB 196 32 180 -
CMYK 0 0.84 0.08 0.23
HSL 305.85º 0.72% 0.45% -
HSV(B) 305.85º 0.84% 0.77% -
XYZ 31.52 16.06 44.62 -
YUV 97.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 196 32 180 0 0.84 0.08 0.23 305.85 0.72 0.45
Hex C4 20 B4 0 54 8 17 132 48 2D
Octal 304 40 264 0 124 10 27 462 110 55
Binary 11000100 100000 10110100 0 1010100 1000 10111 100110010 1001000 101101

Color Harmonies of #C420B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420B4

Black with #C420B4

Text Example


Text Example

White with #C420B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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