Html Css Color HEX #C503AD Deep Magenta

📋 copy color: '#C503AD'

red 197 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #C503AD

Tints of Deep Magenta #C503AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 52.82%
G = 0.8%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C503AD (or 0xC503AD) is known color: Deep Magenta. HEX triplet: C5, 03 and AD. RGB value is (197,3,173). Sum of RGB (Red+Green+Blue) = 197+3+173=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C503AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503AD is #3AFC52. Grayscale: #4F4F4F. Windows color (decimal): -3865683 or 11338693. OLE color: 11338693.

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

Color convert

RGB 197 3 173 -
CMYK 0 0.98 0.12 0.23
HSL 307.42º 0.97% 0.39% -
HSV(B) 307.42º 0.98% 0.77% -
XYZ 30.6 14.95 40.81 -
YUV 80.39 180.27 211.18 -
System Red Green Blue C M Y K H S L
Decimal 197 3 173 0 0.98 0.12 0.23 307.42 0.97 0.39
Hex C5 3 AD 0 62 C 17 133 61 27
Octal 305 3 255 0 142 14 27 463 141 47
Binary 11000101 11 10101101 0 1100010 1100 10111 100110011 1100001 100111

Color Harmonies of #C503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503AD

Black with #C503AD

Text Example


Text Example

White with #C503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503AD; }

 p { color: rgb(197,3,173); }

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

background-color css

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

 a { background-color: rgb(197,3,173); }

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

border-color css

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

 span { border-color: rgb(197,3,173); }

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