Html Css Color HEX #C50FAE Deep Magenta

📋 copy color: '#C50FAE'

red 197 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C50FAE

Tints of Deep Magenta #C50FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

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

R = 51.04%
G = 3.89%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C50FAE (or 0xC50FAE) is known color: Deep Magenta. HEX triplet: C5, 0F and AE. RGB value is (197,15,174). Sum of RGB (Red+Green+Blue) = 197+15+174=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FAE is #3AF051. Grayscale: #575757. Windows color (decimal): -3862610 or 11407301. OLE color: 11407301.

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

Color convert

RGB 197 15 174 -
CMYK 0 0.92 0.12 0.23
HSL 307.58º 0.86% 0.42% -
HSV(B) 307.58º 0.92% 0.77% -
XYZ 30.84 15.27 41.37 -
YUV 87.54 176.8 206.07 -
System Red Green Blue C M Y K H S L
Decimal 197 15 174 0 0.92 0.12 0.23 307.58 0.86 0.42
Hex C5 F AE 0 5C C 17 134 56 2A
Octal 305 17 256 0 134 14 27 464 126 52
Binary 11000101 1111 10101110 0 1011100 1100 10111 100110100 1010110 101010

Color Harmonies of #C50FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FAE

Black with #C50FAE

Text Example


Text Example

White with #C50FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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