Html Css Color HEX #C211AB Deep Magenta

📋 copy color: '#C211AB'

red 194 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #C211AB

Tints of Deep Magenta #C211AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 50.79%
G = 4.45%
B = 44.76%

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

#C211AB (or 0xC211AB) is known color: Deep Magenta. HEX triplet: C2, 11 and AB. RGB value is (194,17,171). Sum of RGB (Red+Green+Blue) = 194+17+171=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C211AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211AB is #3DEE54. Grayscale: #575757. Windows color (decimal): -4058709 or 11211202. OLE color: 11211202.

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

Color convert

RGB 194 17 171 -
CMYK 0 0.91 0.12 0.24
HSL 307.8º 0.84% 0.41% -
HSV(B) 307.8º 0.91% 0.76% -
XYZ 29.8 14.81 39.82 -
YUV 87.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 194 17 171 0 0.91 0.12 0.24 307.8 0.84 0.41
Hex C2 11 AB 0 5B C 18 134 54 29
Octal 302 21 253 0 133 14 30 464 124 51
Binary 11000010 10001 10101011 0 1011011 1100 11000 100110100 1010100 101001

Color Harmonies of #C211AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211AB

Black with #C211AB

Text Example


Text Example

White with #C211AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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