Html Css Color HEX #C50AAE Deep Magenta

📋 copy color: '#C50AAE'

red 197 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #C50AAE

Tints of Deep Magenta #C50AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

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

R = 51.71%
G = 2.62%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C50AAE (or 0xC50AAE) is known color: Deep Magenta. HEX triplet: C5, 0A and AE. RGB value is (197,10,174). Sum of RGB (Red+Green+Blue) = 197+10+174=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AAE is #3AF551. Grayscale: #545454. Windows color (decimal): -3863890 or 11406021. OLE color: 11406021.

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

Color convert

RGB 197 10 174 -
CMYK 0 0.95 0.12 0.23
HSL 307.38º 0.9% 0.41% -
HSV(B) 307.38º 0.95% 0.77% -
XYZ 30.77 15.14 41.35 -
YUV 84.61 178.45 208.16 -
System Red Green Blue C M Y K H S L
Decimal 197 10 174 0 0.95 0.12 0.23 307.38 0.9 0.41
Hex C5 A AE 0 5F C 17 133 5A 29
Octal 305 12 256 0 137 14 27 463 132 51
Binary 11000101 1010 10101110 0 1011111 1100 10111 100110011 1011010 101001

Color Harmonies of #C50AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AAE

Black with #C50AAE

Text Example


Text Example

White with #C50AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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