Html Css Color HEX #C51DAE Deep Magenta

📋 copy color: '#C51DAE'

red 197 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #C51DAE

Tints of Deep Magenta #C51DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

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

R = 49.25%
G = 7.25%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C51DAE (or 0xC51DAE) is known color: Deep Magenta. HEX triplet: C5, 1D and AE. RGB value is (197,29,174). Sum of RGB (Red+Green+Blue) = 197+29+174=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAE is #3AE251. Grayscale: #5F5F5F. Windows color (decimal): -3859026 or 11410885. OLE color: 11410885.

HSL color Cylindrical-coordinate representation of color #C51DAE: hue angle of 308.21º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DAE is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 174 -
CMYK 0 0.85 0.12 0.23
HSL 308.21º 0.74% 0.44% -
HSV(B) 308.21º 0.85% 0.77% -
XYZ 31.11 15.81 41.46 -
YUV 95.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 197 29 174 0 0.85 0.12 0.23 308.21 0.74 0.44
Hex C5 1D AE 0 55 C 17 134 4A 2C
Octal 305 35 256 0 125 14 27 464 112 54
Binary 11000101 11101 10101110 0 1010101 1100 10111 100110100 1001010 101100

Color Harmonies of #C51DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DAE

Black with #C51DAE

Text Example


Text Example

White with #C51DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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