Html Css Color HEX #C411AB Deep Magenta

📋 copy color: '#C411AB'

red 196 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #C411AB

Tints of Deep Magenta #C411AB

RGB

 RED value IS 196 (76.95% from 255) = 51.04%

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

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

R = 51.04%
G = 4.43%
B = 44.53%

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

#C411AB (or 0xC411AB) is known color: Deep Magenta. HEX triplet: C4, 11 and AB. RGB value is (196,17,171). Sum of RGB (Red+Green+Blue) = 196+17+171=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C411AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411AB is #3BEE54. Grayscale: #575757. Windows color (decimal): -3927637 or 11211204. OLE color: 11211204.

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

Color convert

RGB 196 17 171 -
CMYK 0 0.91 0.13 0.23
HSL 308.38º 0.84% 0.42% -
HSV(B) 308.38º 0.91% 0.77% -
XYZ 30.32 15.08 39.84 -
YUV 88.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 196 17 171 0 0.91 0.13 0.23 308.38 0.84 0.42
Hex C4 11 AB 0 5B D 17 134 54 2A
Octal 304 21 253 0 133 15 27 464 124 52
Binary 11000100 10001 10101011 0 1011011 1101 10111 100110100 1010100 101010

Color Harmonies of #C411AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411AB

Black with #C411AB

Text Example


Text Example

White with #C411AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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