Html Css Color HEX #C512AE Deep Magenta

📋 copy color: '#C512AE'

red 197 ◦ green 18 ◦ blue 174

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

Shades of Deep Magenta #C512AE

Tints of Deep Magenta #C512AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 50.64%
G = 4.63%
B = 44.73%

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

#C512AE (or 0xC512AE) is known color: Deep Magenta. HEX triplet: C5, 12 and AE. RGB value is (197,18,174). Sum of RGB (Red+Green+Blue) = 197+18+174=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AE is #3AED51. Grayscale: #585858. Windows color (decimal): -3861842 or 11408069. OLE color: 11408069.

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

Color convert

RGB 197 18 174 -
CMYK 0 0.91 0.12 0.23
HSL 307.71º 0.83% 0.42% -
HSV(B) 307.71º 0.91% 0.77% -
XYZ 30.88 15.36 41.38 -
YUV 89.31 175.8 204.82 -
System Red Green Blue C M Y K H S L
Decimal 197 18 174 0 0.91 0.12 0.23 307.71 0.83 0.42
Hex C5 12 AE 0 5B C 17 134 53 2A
Octal 305 22 256 0 133 14 27 464 123 52
Binary 11000101 10010 10101110 0 1011011 1100 10111 100110100 1010011 101010

Color Harmonies of #C512AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512AE

Black with #C512AE

Text Example


Text Example

White with #C512AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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