Html Css Color HEX #C501AC Deep Magenta

📋 copy color: '#C501AC'

red 197 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #C501AC

Tints of Deep Magenta #C501AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 53.24%
G = 0.27%
B = 46.49%

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

#C501AC (or 0xC501AC) is known color: Deep Magenta. HEX triplet: C5, 01 and AC. RGB value is (197,1,172). Sum of RGB (Red+Green+Blue) = 197+1+172=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C501AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501AC is #3AFE53. Grayscale: #4E4E4E. Windows color (decimal): -3866196 or 11272645. OLE color: 11272645.

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

Color convert

RGB 197 1 172 -
CMYK 0 0.99 0.13 0.23
HSL 307.65º 0.99% 0.39% -
HSV(B) 307.65º 0.99% 0.77% -
XYZ 30.48 14.87 40.29 -
YUV 79.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 197 1 172 0 0.99 0.13 0.23 307.65 0.99 0.39
Hex C5 1 AC 0 63 D 17 134 63 27
Octal 305 1 254 0 143 15 27 464 143 47
Binary 11000101 1 10101100 0 1100011 1101 10111 100110100 1100011 100111

Color Harmonies of #C501AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501AC

Black with #C501AC

Text Example


Text Example

White with #C501AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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