Html Css Color HEX #C500AC Deep Magenta

📋 copy color: '#C500AC'

red 197 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C500AC

Tints of Deep Magenta #C500AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.39%
G = 0%
B = 46.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C500AC (or 0xC500AC) is known color: Deep Magenta. HEX triplet: C5, 00 and AC. RGB value is (197,0,172). Sum of RGB (Red+Green+Blue) = 197+0+172=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C500AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500AC is #3AFF53. Grayscale: #4E4E4E. Windows color (decimal): -3866452 or 11272389. OLE color: 11272389.

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

Color convert

RGB 197 0 172 -
CMYK 0 1 0.13 0.23
HSL 307.61º 1% 0.39% -
HSV(B) 307.61º 1% 0.77% -
XYZ 30.47 14.85 40.29 -
YUV 78.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 197 0 172 0 1 0.13 0.23 307.61 1 0.39
Hex C5 0 AC 0 64 D 17 134 64 27
Octal 305 0 254 0 144 15 27 464 144 47
Binary 11000101 0 10101100 0 1100100 1101 10111 100110100 1100100 100111

Color Harmonies of #C500AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500AC

Black with #C500AC

Text Example


Text Example

White with #C500AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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