Html Css Color HEX #C219AC Deep Magenta

📋 copy color: '#C219AC'

red 194 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #C219AC

Tints of Deep Magenta #C219AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 49.62%
G = 6.39%
B = 43.99%

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

#C219AC (or 0xC219AC) is known color: Deep Magenta. HEX triplet: C2, 19 and AC. RGB value is (194,25,172). Sum of RGB (Red+Green+Blue) = 194+25+172=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C219AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219AC is #3DE653. Grayscale: #5B5B5B. Windows color (decimal): -4056660 or 11278786. OLE color: 11278786.

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

Color convert

RGB 194 25 172 -
CMYK 0 0.87 0.11 0.24
HSL 307.81º 0.77% 0.43% -
HSV(B) 307.81º 0.87% 0.76% -
XYZ 30.04 15.14 40.37 -
YUV 92.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 194 25 172 0 0.87 0.11 0.24 307.81 0.77 0.43
Hex C2 19 AC 0 57 B 18 134 4D 2B
Octal 302 31 254 0 127 13 30 464 115 53
Binary 11000010 11001 10101100 0 1010111 1011 11000 100110100 1001101 101011

Color Harmonies of #C219AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219AC

Black with #C219AC

Text Example


Text Example

White with #C219AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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