Html Css Color HEX #C501AB Deep Magenta

📋 copy color: '#C501AB'

red 197 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #C501AB

Tints of Deep Magenta #C501AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 53.39%
G = 0.27%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C501AB (or 0xC501AB) is known color: Deep Magenta. HEX triplet: C5, 01 and AB. RGB value is (197,1,171). Sum of RGB (Red+Green+Blue) = 197+1+171=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C501AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501AB is #3AFE54. Grayscale: #4E4E4E. Windows color (decimal): -3866197 or 11207109. OLE color: 11207109.

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

Color convert

RGB 197 1 171 -
CMYK 0 0.99 0.13 0.23
HSL 307.96º 0.99% 0.39% -
HSV(B) 307.96º 0.99% 0.77% -
XYZ 30.39 14.83 39.79 -
YUV 78.98 179.93 212.18 -
System Red Green Blue C M Y K H S L
Decimal 197 1 171 0 0.99 0.13 0.23 307.96 0.99 0.39
Hex C5 1 AB 0 63 D 17 134 63 27
Octal 305 1 253 0 143 15 27 464 143 47
Binary 11000101 1 10101011 0 1100011 1101 10111 100110100 1100011 100111

Color Harmonies of #C501AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501AB

Black with #C501AB

Text Example


Text Example

White with #C501AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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