Html Css Color HEX #C512AC Deep Magenta

📋 copy color: '#C512AC'

red 197 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #C512AC

Tints of Deep Magenta #C512AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 50.9%
G = 4.65%
B = 44.44%

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

#C512AC (or 0xC512AC) is known color: Deep Magenta. HEX triplet: C5, 12 and AC. RGB value is (197,18,172). Sum of RGB (Red+Green+Blue) = 197+18+172=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AC is #3AED53. Grayscale: #585858. Windows color (decimal): -3861844 or 11276997. OLE color: 11276997.

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

Color convert

RGB 197 18 172 -
CMYK 0 0.91 0.13 0.23
HSL 308.38º 0.83% 0.42% -
HSV(B) 308.38º 0.91% 0.77% -
XYZ 30.69 15.28 40.36 -
YUV 89.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 197 18 172 0 0.91 0.13 0.23 308.38 0.83 0.42
Hex C5 12 AC 0 5B D 17 134 53 2A
Octal 305 22 254 0 133 15 27 464 123 52
Binary 11000101 10010 10101100 0 1011011 1101 10111 100110100 1010011 101010

Color Harmonies of #C512AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512AC

Black with #C512AC

Text Example


Text Example

White with #C512AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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