Html Css Color HEX #C502A6 Deep Magenta

📋 copy color: '#C502A6'

red 197 ◦ green 2 ◦ blue 166

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

Shades of Deep Magenta #C502A6

Tints of Deep Magenta #C502A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 53.97%
G = 0.55%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C502A6 (or 0xC502A6) is known color: Deep Magenta. HEX triplet: C5, 02 and A6. RGB value is (197,2,166). Sum of RGB (Red+Green+Blue) = 197+2+166=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C502A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C502A6 is #3AFD59. Grayscale: #4E4E4E. Windows color (decimal): -3865946 or 10879685. OLE color: 10879685.

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

Color convert

RGB 197 2 166 -
CMYK 0 0.99 0.16 0.23
HSL 309.54º 0.98% 0.39% -
HSV(B) 309.54º 0.99% 0.77% -
XYZ 29.93 14.67 37.33 -
YUV 79 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 197 2 166 0 0.99 0.16 0.23 309.54 0.98 0.39
Hex C5 2 A6 0 63 10 17 136 62 27
Octal 305 2 246 0 143 20 27 466 142 47
Binary 11000101 10 10100110 0 1100011 10000 10111 100110110 1100010 100111

Color Harmonies of #C502A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502A6

Black with #C502A6

Text Example


Text Example

White with #C502A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502A6; }

 p { color: rgb(197,2,166); }

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

background-color css

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

 a { background-color: rgb(197,2,166); }

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

border-color css

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

 span { border-color: rgb(197,2,166); }

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