Html Css Color HEX #C500A7 Deep Magenta

📋 copy color: '#C500A7'

red 197 ◦ green 0 ◦ blue 167

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

Shades of Deep Magenta #C500A7

Tints of Deep Magenta #C500A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 54.12%
G = 0%
B = 45.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C500A7 (or 0xC500A7) is known color: Deep Magenta. HEX triplet: C5, 00 and A7. RGB value is (197,0,167). Sum of RGB (Red+Green+Blue) = 197+0+167=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C500A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500A7 is #3AFF58. Grayscale: #4D4D4D. Windows color (decimal): -3866457 or 10944709. OLE color: 10944709.

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

Color convert

RGB 197 0 167 -
CMYK 0 1 0.15 0.23
HSL 309.14º 1% 0.39% -
HSV(B) 309.14º 1% 0.77% -
XYZ 30 14.66 37.81 -
YUV 77.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 197 0 167 0 1 0.15 0.23 309.14 1 0.39
Hex C5 0 A7 0 64 F 17 135 64 27
Octal 305 0 247 0 144 17 27 465 144 47
Binary 11000101 0 10100111 0 1100100 1111 10111 100110101 1100100 100111

Color Harmonies of #C500A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500A7

Black with #C500A7

Text Example


Text Example

White with #C500A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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