Html Css Color HEX #C411AA Deep Magenta

📋 copy color: '#C411AA'

red 196 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #C411AA

Tints of Deep Magenta #C411AA

RGB

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

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

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

R = 51.17%
G = 4.44%
B = 44.39%

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

#C411AA (or 0xC411AA) is known color: Deep Magenta. HEX triplet: C4, 11 and AA. RGB value is (196,17,170). Sum of RGB (Red+Green+Blue) = 196+17+170=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C411AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411AA is #3BEE55. Grayscale: #575757. Windows color (decimal): -3927638 or 11145668. OLE color: 11145668.

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

Color convert

RGB 196 17 170 -
CMYK 0 0.91 0.13 0.23
HSL 308.72º 0.84% 0.42% -
HSV(B) 308.72º 0.91% 0.77% -
XYZ 30.22 15.04 39.34 -
YUV 87.96 174.3 205.06 -
System Red Green Blue C M Y K H S L
Decimal 196 17 170 0 0.91 0.13 0.23 308.72 0.84 0.42
Hex C4 11 AA 0 5B D 17 135 54 2A
Octal 304 21 252 0 133 15 27 465 124 52
Binary 11000100 10001 10101010 0 1011011 1101 10111 100110101 1010100 101010

Color Harmonies of #C411AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411AA

Black with #C411AA

Text Example


Text Example

White with #C411AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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