Html Css Color HEX #C500AE Deep Magenta

📋 copy color: '#C500AE'

red 197 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #C500AE

Tints of Deep Magenta #C500AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.1%
G = 0%
B = 46.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C500AE (or 0xC500AE) is known color: Deep Magenta. HEX triplet: C5, 00 and AE. RGB value is (197,0,174). Sum of RGB (Red+Green+Blue) = 197+0+174=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C500AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500AE is #3AFF51. Grayscale: #4E4E4E. Windows color (decimal): -3866450 or 11403461. OLE color: 11403461.

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

Color convert

RGB 197 0 174 -
CMYK 0 1 0.12 0.23
HSL 307.01º 1% 0.39% -
HSV(B) 307.01º 1% 0.77% -
XYZ 30.67 14.93 41.31 -
YUV 78.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 197 0 174 0 1 0.12 0.23 307.01 1 0.39
Hex C5 0 AE 0 64 C 17 133 64 27
Octal 305 0 256 0 144 14 27 463 144 47
Binary 11000101 0 10101110 0 1100100 1100 10111 100110011 1100100 100111

Color Harmonies of #C500AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500AE

Black with #C500AE

Text Example


Text Example

White with #C500AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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