Html Css Color HEX #C511AB Deep Magenta

📋 copy color: '#C511AB'

red 197 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #C511AB

Tints of Deep Magenta #C511AB

RGB

 RED value IS 197 (77.34% from 255) = 51.17%

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

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

R = 51.17%
G = 4.42%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C511AB (or 0xC511AB) is known color: Deep Magenta. HEX triplet: C5, 11 and AB. RGB value is (197,17,171). Sum of RGB (Red+Green+Blue) = 197+17+171=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C511AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511AB is #3AEE54. Grayscale: #575757. Windows color (decimal): -3862101 or 11211205. OLE color: 11211205.

HSL color Cylindrical-coordinate representation of color #C511AB: hue angle of 308.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511AB is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 171 -
CMYK 0 0.91 0.13 0.23
HSL 308.67º 0.84% 0.42% -
HSV(B) 308.67º 0.91% 0.77% -
XYZ 30.58 15.21 39.85 -
YUV 88.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 197 17 171 0 0.91 0.13 0.23 308.67 0.84 0.42
Hex C5 11 AB 0 5B D 17 135 54 2A
Octal 305 21 253 0 133 15 27 465 124 52
Binary 11000101 10001 10101011 0 1011011 1101 10111 100110101 1010100 101010

Color Harmonies of #C511AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511AB

Black with #C511AB

Text Example


Text Example

White with #C511AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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