Html Css Color HEX #C503AB Deep Magenta

📋 copy color: '#C503AB'

red 197 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #C503AB

Tints of Deep Magenta #C503AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 53.1%
G = 0.81%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C503AB (or 0xC503AB) is known color: Deep Magenta. HEX triplet: C5, 03 and AB. RGB value is (197,3,171). Sum of RGB (Red+Green+Blue) = 197+3+171=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C503AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503AB is #3AFC54. Grayscale: #4F4F4F. Windows color (decimal): -3865685 or 11207621. OLE color: 11207621.

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

Color convert

RGB 197 3 171 -
CMYK 0 0.98 0.13 0.23
HSL 308.04º 0.97% 0.39% -
HSV(B) 308.04º 0.98% 0.77% -
XYZ 30.41 14.88 39.8 -
YUV 80.16 179.27 211.34 -
System Red Green Blue C M Y K H S L
Decimal 197 3 171 0 0.98 0.13 0.23 308.04 0.97 0.39
Hex C5 3 AB 0 62 D 17 134 61 27
Octal 305 3 253 0 142 15 27 464 141 47
Binary 11000101 11 10101011 0 1100010 1101 10111 100110100 1100001 100111

Color Harmonies of #C503AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503AB

Black with #C503AB

Text Example


Text Example

White with #C503AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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