Html Css Color HEX #C419BD Deep Magenta

📋 copy color: '#C419BD'

red 196 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #C419BD

Tints of Deep Magenta #C419BD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

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

R = 47.8%
G = 6.1%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C419BD (or 0xC419BD) is known color: Deep Magenta. HEX triplet: C4, 19 and BD. RGB value is (196,25,189). Sum of RGB (Red+Green+Blue) = 196+25+189=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C419BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419BD is #3BE642. Grayscale: #5E5E5E. Windows color (decimal): -3925571 or 12392900. OLE color: 12392900.

HSL color Cylindrical-coordinate representation of color #C419BD: hue angle of 302.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419BD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 189 -
CMYK 0 0.87 0.04 0.23
HSL 302.46º 0.77% 0.43% -
HSV(B) 302.46º 0.87% 0.77% -
XYZ 32.3 16.11 49.55 -
YUV 94.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 196 25 189 0 0.87 0.04 0.23 302.46 0.77 0.43
Hex C4 19 BD 0 57 4 17 12E 4D 2B
Octal 304 31 275 0 127 4 27 456 115 53
Binary 11000100 11001 10111101 0 1010111 100 10111 100101110 1001101 101011

Color Harmonies of #C419BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419BD

Black with #C419BD

Text Example


Text Example

White with #C419BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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