Html Css Color HEX #C50AAA Deep Magenta

📋 copy color: '#C50AAA'

red 197 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #C50AAA

Tints of Deep Magenta #C50AAA

RGB

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

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

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

R = 52.25%
G = 2.65%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C50AAA (or 0xC50AAA) is known color: Deep Magenta. HEX triplet: C5, 0A and AA. RGB value is (197,10,170). Sum of RGB (Red+Green+Blue) = 197+10+170=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AAA is #3AF555. Grayscale: #535353. Windows color (decimal): -3863894 or 11143877. OLE color: 11143877.

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

Color convert

RGB 197 10 170 -
CMYK 0 0.95 0.14 0.23
HSL 308.66º 0.9% 0.41% -
HSV(B) 308.66º 0.95% 0.77% -
XYZ 30.39 14.99 39.32 -
YUV 84.15 176.45 208.49 -
System Red Green Blue C M Y K H S L
Decimal 197 10 170 0 0.95 0.14 0.23 308.66 0.9 0.41
Hex C5 A AA 0 5F E 17 135 5A 29
Octal 305 12 252 0 137 16 27 465 132 51
Binary 11000101 1010 10101010 0 1011111 1110 10111 100110101 1011010 101001

Color Harmonies of #C50AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AAA

Black with #C50AAA

Text Example


Text Example

White with #C50AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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