Html Css Color HEX #C513AB Deep Magenta

📋 copy color: '#C513AB'

red 197 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #C513AB

Tints of Deep Magenta #C513AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 50.9%
G = 4.91%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C513AB (or 0xC513AB) is known color: Deep Magenta. HEX triplet: C5, 13 and AB. RGB value is (197,19,171). Sum of RGB (Red+Green+Blue) = 197+19+171=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C513AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C513AB is #3AEC54. Grayscale: #595959. Windows color (decimal): -3861589 or 11211717. OLE color: 11211717.

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

Color convert

RGB 197 19 171 -
CMYK 0 0.90 0.13 0.23
HSL 308.76º 0.82% 0.42% -
HSV(B) 308.76º 0.9% 0.77% -
XYZ 30.61 15.28 39.86 -
YUV 89.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 197 19 171 0 0.90 0.13 0.23 308.76 0.82 0.42
Hex C5 13 AB 0 5A D 17 135 52 2A
Octal 305 23 253 0 132 15 27 465 122 52
Binary 11000101 10011 10101011 0 1011010 1101 10111 100110101 1010010 101010

Color Harmonies of #C513AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513AB

Black with #C513AB

Text Example


Text Example

White with #C513AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513AB; }

 p { color: rgb(197,19,171); }

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

background-color css

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

 a { background-color: rgb(197,19,171); }

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

border-color css

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

 span { border-color: rgb(197,19,171); }

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