Html Css Color HEX #C505AE Deep Magenta

📋 copy color: '#C505AE'

red 197 ◦ green 5 ◦ blue 174

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

Shades of Deep Magenta #C505AE

Tints of Deep Magenta #C505AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 52.39%
G = 1.33%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C505AE (or 0xC505AE) is known color: Deep Magenta. HEX triplet: C5, 05 and AE. RGB value is (197,5,174). Sum of RGB (Red+Green+Blue) = 197+5+174=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C505AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505AE is #3AFA51. Grayscale: #515151. Windows color (decimal): -3865170 or 11404741. OLE color: 11404741.

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

Color convert

RGB 197 5 174 -
CMYK 0 0.97 0.12 0.23
HSL 307.19º 0.95% 0.4% -
HSV(B) 307.19º 0.97% 0.77% -
XYZ 30.72 15.03 41.33 -
YUV 81.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 197 5 174 0 0.97 0.12 0.23 307.19 0.95 0.4
Hex C5 5 AE 0 61 C 17 133 5F 28
Octal 305 5 256 0 141 14 27 463 137 50
Binary 11000101 101 10101110 0 1100001 1100 10111 100110011 1011111 101000

Color Harmonies of #C505AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505AE

Black with #C505AE

Text Example


Text Example

White with #C505AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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