Html Css Color HEX #C512AD Deep Magenta

📋 copy color: '#C512AD'

red 197 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #C512AD

Tints of Deep Magenta #C512AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 50.77%
G = 4.64%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C512AD (or 0xC512AD) is known color: Deep Magenta. HEX triplet: C5, 12 and AD. RGB value is (197,18,173). Sum of RGB (Red+Green+Blue) = 197+18+173=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AD is #3AED52. Grayscale: #585858. Windows color (decimal): -3861843 or 11342533. OLE color: 11342533.

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

Color convert

RGB 197 18 173 -
CMYK 0 0.91 0.12 0.23
HSL 308.04º 0.83% 0.42% -
HSV(B) 308.04º 0.91% 0.77% -
XYZ 30.79 15.32 40.87 -
YUV 89.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 197 18 173 0 0.91 0.12 0.23 308.04 0.83 0.42
Hex C5 12 AD 0 5B C 17 134 53 2A
Octal 305 22 255 0 133 14 27 464 123 52
Binary 11000101 10010 10101101 0 1011011 1100 10111 100110100 1010011 101010

Color Harmonies of #C512AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512AD

Black with #C512AD

Text Example


Text Example

White with #C512AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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