Html Css Color HEX #C501AF Deep Magenta

📋 copy color: '#C501AF'

red 197 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #C501AF

Tints of Deep Magenta #C501AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 52.82%
G = 0.27%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C501AF (or 0xC501AF) is known color: Deep Magenta. HEX triplet: C5, 01 and AF. RGB value is (197,1,175). Sum of RGB (Red+Green+Blue) = 197+1+175=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C501AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501AF is #3AFE50. Grayscale: #4E4E4E. Windows color (decimal): -3866193 or 11469253. OLE color: 11469253.

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

Color convert

RGB 197 1 175 -
CMYK 0 0.99 0.11 0.23
HSL 306.73º 0.99% 0.39% -
HSV(B) 306.73º 0.99% 0.77% -
XYZ 30.77 14.99 41.83 -
YUV 79.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 197 1 175 0 0.99 0.11 0.23 306.73 0.99 0.39
Hex C5 1 AF 0 63 B 17 133 63 27
Octal 305 1 257 0 143 13 27 463 143 47
Binary 11000101 1 10101111 0 1100011 1011 10111 100110011 1100011 100111

Color Harmonies of #C501AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501AF

Black with #C501AF

Text Example


Text Example

White with #C501AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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