Html Css Color HEX #C211AC Deep Magenta

📋 copy color: '#C211AC'

red 194 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #C211AC

Tints of Deep Magenta #C211AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

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

R = 50.65%
G = 4.44%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C211AC (or 0xC211AC) is known color: Deep Magenta. HEX triplet: C2, 11 and AC. RGB value is (194,17,172). Sum of RGB (Red+Green+Blue) = 194+17+172=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C211AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211AC is #3DEE53. Grayscale: #575757. Windows color (decimal): -4058708 or 11276738. OLE color: 11276738.

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

Color convert

RGB 194 17 172 -
CMYK 0 0.91 0.11 0.24
HSL 307.46º 0.84% 0.41% -
HSV(B) 307.46º 0.91% 0.76% -
XYZ 29.89 14.85 40.32 -
YUV 87.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 194 17 172 0 0.91 0.11 0.24 307.46 0.84 0.41
Hex C2 11 AC 0 5B B 18 133 54 29
Octal 302 21 254 0 133 13 30 463 124 51
Binary 11000010 10001 10101100 0 1011011 1011 11000 100110011 1010100 101001

Color Harmonies of #C211AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211AC

Black with #C211AC

Text Example


Text Example

White with #C211AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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