Html Css Color HEX #C420BD Deep Magenta

📋 copy color: '#C420BD'

red 196 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #C420BD

Tints of Deep Magenta #C420BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 47%
G = 7.67%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C420BD (or 0xC420BD) is known color: Deep Magenta. HEX triplet: C4, 20 and BD. RGB value is (196,32,189). Sum of RGB (Red+Green+Blue) = 196+32+189=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C420BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420BD is #3BDF42. Grayscale: #626262. Windows color (decimal): -3923779 or 12394692. OLE color: 12394692.

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

Color convert

RGB 196 32 189 -
CMYK 0 0.84 0.04 0.23
HSL 302.56º 0.72% 0.45% -
HSV(B) 302.56º 0.84% 0.77% -
XYZ 32.47 16.44 49.61 -
YUV 98.93 178.83 197.23 -
System Red Green Blue C M Y K H S L
Decimal 196 32 189 0 0.84 0.04 0.23 302.56 0.72 0.45
Hex C4 20 BD 0 54 4 17 12F 48 2D
Octal 304 40 275 0 124 4 27 457 110 55
Binary 11000100 100000 10111101 0 1010100 100 10111 100101111 1001000 101101

Color Harmonies of #C420BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420BD

Black with #C420BD

Text Example


Text Example

White with #C420BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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