Html Css Color HEX #C219AD Deep Magenta

📋 copy color: '#C219AD'

red 194 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C219AD

Tints of Deep Magenta #C219AD

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

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

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

R = 49.49%
G = 6.38%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C219AD (or 0xC219AD) is known color: Deep Magenta. HEX triplet: C2, 19 and AD. RGB value is (194,25,173). Sum of RGB (Red+Green+Blue) = 194+25+173=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C219AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219AD is #3DE652. Grayscale: #5B5B5B. Windows color (decimal): -4056659 or 11344322. OLE color: 11344322.

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

Color convert

RGB 194 25 173 -
CMYK 0 0.87 0.11 0.24
HSL 307.46º 0.77% 0.43% -
HSV(B) 307.46º 0.87% 0.76% -
XYZ 30.14 15.18 40.88 -
YUV 92.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 194 25 173 0 0.87 0.11 0.24 307.46 0.77 0.43
Hex C2 19 AD 0 57 B 18 133 4D 2B
Octal 302 31 255 0 127 13 30 463 115 53
Binary 11000010 11001 10101101 0 1010111 1011 11000 100110011 1001101 101011

Color Harmonies of #C219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219AD

Black with #C219AD

Text Example


Text Example

White with #C219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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