Html Css Color HEX #C502AF Deep Magenta

📋 copy color: '#C502AF'

red 197 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #C502AF

Tints of Deep Magenta #C502AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 52.67%
G = 0.53%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C502AF (or 0xC502AF) is known color: Deep Magenta. HEX triplet: C5, 02 and AF. RGB value is (197,2,175). Sum of RGB (Red+Green+Blue) = 197+2+175=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C502AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C502AF is #3AFD50. Grayscale: #4F4F4F. Windows color (decimal): -3865937 or 11469509. OLE color: 11469509.

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

Color convert

RGB 197 2 175 -
CMYK 0 0.99 0.11 0.23
HSL 306.77º 0.98% 0.39% -
HSV(B) 306.77º 0.99% 0.77% -
XYZ 30.79 15.01 41.83 -
YUV 80.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 197 2 175 0 0.99 0.11 0.23 306.77 0.98 0.39
Hex C5 2 AF 0 63 B 17 133 62 27
Octal 305 2 257 0 143 13 27 463 142 47
Binary 11000101 10 10101111 0 1100011 1011 10111 100110011 1100010 100111

Color Harmonies of #C502AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502AF

Black with #C502AF

Text Example


Text Example

White with #C502AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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