Html Css Color HEX #C51AAE Deep Magenta

📋 copy color: '#C51AAE'

red 197 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #C51AAE

Tints of Deep Magenta #C51AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

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

R = 49.62%
G = 6.55%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C51AAE (or 0xC51AAE) is known color: Deep Magenta. HEX triplet: C5, 1A and AE. RGB value is (197,26,174). Sum of RGB (Red+Green+Blue) = 197+26+174=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAE is #3AE551. Grayscale: #5D5D5D. Windows color (decimal): -3859794 or 11410117. OLE color: 11410117.

HSL color Cylindrical-coordinate representation of color #C51AAE: hue angle of 308.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51AAE is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 174 -
CMYK 0 0.87 0.12 0.23
HSL 308.07º 0.77% 0.44% -
HSV(B) 308.07º 0.87% 0.77% -
XYZ 31.04 15.67 41.43 -
YUV 94 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 197 26 174 0 0.87 0.12 0.23 308.07 0.77 0.44
Hex C5 1A AE 0 57 C 17 134 4D 2C
Octal 305 32 256 0 127 14 27 464 115 54
Binary 11000101 11010 10101110 0 1010111 1100 10111 100110100 1001101 101100

Color Harmonies of #C51AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AAE

Black with #C51AAE

Text Example


Text Example

White with #C51AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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