Html Css Color HEX #C505AA Deep Magenta

📋 copy color: '#C505AA'

red 197 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #C505AA

Tints of Deep Magenta #C505AA

RGB

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

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

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

R = 52.96%
G = 1.34%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C505AA (or 0xC505AA) is known color: Deep Magenta. HEX triplet: C5, 05 and AA. RGB value is (197,5,170). Sum of RGB (Red+Green+Blue) = 197+5+170=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C505AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505AA is #3AFA55. Grayscale: #505050. Windows color (decimal): -3865174 or 11142597. OLE color: 11142597.

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

Color convert

RGB 197 5 170 -
CMYK 0 0.97 0.14 0.23
HSL 308.44º 0.95% 0.4% -
HSV(B) 308.44º 0.97% 0.77% -
XYZ 30.34 14.88 39.3 -
YUV 81.22 178.11 210.58 -
System Red Green Blue C M Y K H S L
Decimal 197 5 170 0 0.97 0.14 0.23 308.44 0.95 0.4
Hex C5 5 AA 0 61 E 17 134 5F 28
Octal 305 5 252 0 141 16 27 464 137 50
Binary 11000101 101 10101010 0 1100001 1110 10111 100110100 1011111 101000

Color Harmonies of #C505AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505AA

Black with #C505AA

Text Example


Text Example

White with #C505AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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