Html Css Color HEX #C512AB Deep Magenta

📋 copy color: '#C512AB'

red 197 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #C512AB

Tints of Deep Magenta #C512AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 51.04%
G = 4.66%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C512AB (or 0xC512AB) is known color: Deep Magenta. HEX triplet: C5, 12 and AB. RGB value is (197,18,171). Sum of RGB (Red+Green+Blue) = 197+18+171=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AB is #3AED54. Grayscale: #585858. Windows color (decimal): -3861845 or 11211461. OLE color: 11211461.

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

Color convert

RGB 197 18 171 -
CMYK 0 0.91 0.13 0.23
HSL 308.72º 0.83% 0.42% -
HSV(B) 308.72º 0.91% 0.77% -
XYZ 30.59 15.24 39.86 -
YUV 88.96 174.3 205.06 -
System Red Green Blue C M Y K H S L
Decimal 197 18 171 0 0.91 0.13 0.23 308.72 0.83 0.42
Hex C5 12 AB 0 5B D 17 135 53 2A
Octal 305 22 253 0 133 15 27 465 123 52
Binary 11000101 10010 10101011 0 1011011 1101 10111 100110101 1010011 101010

Color Harmonies of #C512AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512AB

Black with #C512AB

Text Example


Text Example

White with #C512AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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