Html Css Color HEX #C419AD Deep Magenta

📋 copy color: '#C419AD'

red 196 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C419AD

Tints of Deep Magenta #C419AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 49.75%
G = 6.35%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C419AD (or 0xC419AD) is known color: Deep Magenta. HEX triplet: C4, 19 and AD. RGB value is (196,25,173). Sum of RGB (Red+Green+Blue) = 196+25+173=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AD is #3BE652. Grayscale: #5C5C5C. Windows color (decimal): -3925587 or 11344324. OLE color: 11344324.

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

Color convert

RGB 196 25 173 -
CMYK 0 0.87 0.12 0.23
HSL 308.07º 0.77% 0.43% -
HSV(B) 308.07º 0.87% 0.77% -
XYZ 30.66 15.45 40.9 -
YUV 93 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 196 25 173 0 0.87 0.12 0.23 308.07 0.77 0.43
Hex C4 19 AD 0 57 C 17 134 4D 2B
Octal 304 31 255 0 127 14 27 464 115 53
Binary 11000100 11001 10101101 0 1010111 1100 10111 100110100 1001101 101011

Color Harmonies of #C419AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419AD

Black with #C419AD

Text Example


Text Example

White with #C419AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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