Html Css Color HEX #C420BE Deep Magenta

📋 copy color: '#C420BE'

red 196 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #C420BE

Tints of Deep Magenta #C420BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 46.89%
G = 7.66%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C420BE (or 0xC420BE) is known color: Deep Magenta. HEX triplet: C4, 20 and BE. RGB value is (196,32,190). Sum of RGB (Red+Green+Blue) = 196+32+190=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C420BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420BE is #3BDF41. Grayscale: #626262. Windows color (decimal): -3923778 or 12460228. OLE color: 12460228.

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

Color convert

RGB 196 32 190 -
CMYK 0 0.84 0.03 0.23
HSL 302.2º 0.72% 0.45% -
HSV(B) 302.2º 0.84% 0.77% -
XYZ 32.58 16.49 50.18 -
YUV 99.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 196 32 190 0 0.84 0.03 0.23 302.2 0.72 0.45
Hex C4 20 BE 0 54 3 17 12E 48 2D
Octal 304 40 276 0 124 3 27 456 110 55
Binary 11000100 100000 10111110 0 1010100 11 10111 100101110 1001000 101101

Color Harmonies of #C420BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420BE

Black with #C420BE

Text Example


Text Example

White with #C420BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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