Html Css Color HEX #C50CAA Deep Magenta

📋 copy color: '#C50CAA'

red 197 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #C50CAA

Tints of Deep Magenta #C50CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

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

R = 51.98%
G = 3.17%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C50CAA (or 0xC50CAA) is known color: Deep Magenta. HEX triplet: C5, 0C and AA. RGB value is (197,12,170). Sum of RGB (Red+Green+Blue) = 197+12+170=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CAA is #3AF355. Grayscale: #545454. Windows color (decimal): -3863382 or 11144389. OLE color: 11144389.

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

Color convert

RGB 197 12 170 -
CMYK 0 0.94 0.14 0.23
HSL 308.76º 0.89% 0.41% -
HSV(B) 308.76º 0.94% 0.77% -
XYZ 30.41 15.04 39.33 -
YUV 85.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 197 12 170 0 0.94 0.14 0.23 308.76 0.89 0.41
Hex C5 C AA 0 5E E 17 135 59 29
Octal 305 14 252 0 136 16 27 465 131 51
Binary 11000101 1100 10101010 0 1011110 1110 10111 100110101 1011001 101001

Color Harmonies of #C50CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CAA

Black with #C50CAA

Text Example


Text Example

White with #C50CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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