Html Css Color HEX #C211AA Deep Magenta

📋 copy color: '#C211AA'

red 194 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #C211AA

Tints of Deep Magenta #C211AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 50.92%
G = 4.46%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C211AA (or 0xC211AA) is known color: Deep Magenta. HEX triplet: C2, 11 and AA. RGB value is (194,17,170). Sum of RGB (Red+Green+Blue) = 194+17+170=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C211AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211AA is #3DEE55. Grayscale: #565656. Windows color (decimal): -4058710 or 11145666. OLE color: 11145666.

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

Color convert

RGB 194 17 170 -
CMYK 0 0.91 0.12 0.24
HSL 308.14º 0.84% 0.41% -
HSV(B) 308.14º 0.91% 0.76% -
XYZ 29.7 14.77 39.32 -
YUV 87.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 194 17 170 0 0.91 0.12 0.24 308.14 0.84 0.41
Hex C2 11 AA 0 5B C 18 134 54 29
Octal 302 21 252 0 133 14 30 464 124 51
Binary 11000010 10001 10101010 0 1011011 1100 11000 100110100 1010100 101001

Color Harmonies of #C211AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211AA

Black with #C211AA

Text Example


Text Example

White with #C211AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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