Html Css Color HEX #C501A7 Deep Magenta

📋 copy color: '#C501A7'

red 197 ◦ green 1 ◦ blue 167

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

Shades of Deep Magenta #C501A7

Tints of Deep Magenta #C501A7

RGB

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

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

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

R = 53.97%
G = 0.27%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C501A7 (or 0xC501A7) is known color: Deep Magenta. HEX triplet: C5, 01 and A7. RGB value is (197,1,167). Sum of RGB (Red+Green+Blue) = 197+1+167=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C501A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501A7 is #3AFE58. Grayscale: #4E4E4E. Windows color (decimal): -3866201 or 10944965. OLE color: 10944965.

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

Color convert

RGB 197 1 167 -
CMYK 0 0.99 0.15 0.23
HSL 309.18º 0.99% 0.39% -
HSV(B) 309.18º 0.99% 0.77% -
XYZ 30.01 14.68 37.81 -
YUV 78.53 177.93 212.5 -
System Red Green Blue C M Y K H S L
Decimal 197 1 167 0 0.99 0.15 0.23 309.18 0.99 0.39
Hex C5 1 A7 0 63 F 17 135 63 27
Octal 305 1 247 0 143 17 27 465 143 47
Binary 11000101 1 10100111 0 1100011 1111 10111 100110101 1100011 100111

Color Harmonies of #C501A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501A7

Black with #C501A7

Text Example


Text Example

White with #C501A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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