Html Css Color HEX #C511AE Deep Magenta

📋 copy color: '#C511AE'

red 197 ◦ green 17 ◦ blue 174

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

Shades of Deep Magenta #C511AE

Tints of Deep Magenta #C511AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 50.77%
G = 4.38%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C511AE (or 0xC511AE) is known color: Deep Magenta. HEX triplet: C5, 11 and AE. RGB value is (197,17,174). Sum of RGB (Red+Green+Blue) = 197+17+174=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C511AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511AE is #3AEE51. Grayscale: #585858. Windows color (decimal): -3862098 or 11407813. OLE color: 11407813.

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

Color convert

RGB 197 17 174 -
CMYK 0 0.91 0.12 0.23
HSL 307.67º 0.84% 0.42% -
HSV(B) 307.67º 0.91% 0.77% -
XYZ 30.87 15.33 41.38 -
YUV 88.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 197 17 174 0 0.91 0.12 0.23 307.67 0.84 0.42
Hex C5 11 AE 0 5B C 17 134 54 2A
Octal 305 21 256 0 133 14 27 464 124 52
Binary 11000101 10001 10101110 0 1011011 1100 10111 100110100 1010100 101010

Color Harmonies of #C511AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511AE

Black with #C511AE

Text Example


Text Example

White with #C511AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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