Html Css Color HEX #C51DAD Deep Magenta

📋 copy color: '#C51DAD'

red 197 ◦ green 29 ◦ blue 173

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

Shades of Deep Magenta #C51DAD

Tints of Deep Magenta #C51DAD

RGB

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

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

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

R = 49.37%
G = 7.27%
B = 43.36%

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

#C51DAD (or 0xC51DAD) is known color: Deep Magenta. HEX triplet: C5, 1D and AD. RGB value is (197,29,173). Sum of RGB (Red+Green+Blue) = 197+29+173=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAD is #3AE252. Grayscale: #5F5F5F. Windows color (decimal): -3859027 or 11345349. OLE color: 11345349.

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

Color convert

RGB 197 29 173 -
CMYK 0 0.85 0.12 0.23
HSL 308.57º 0.74% 0.44% -
HSV(B) 308.57º 0.85% 0.77% -
XYZ 31.01 15.77 40.94 -
YUV 95.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 197 29 173 0 0.85 0.12 0.23 308.57 0.74 0.44
Hex C5 1D AD 0 55 C 17 135 4A 2C
Octal 305 35 255 0 125 14 27 465 112 54
Binary 11000101 11101 10101101 0 1010101 1100 10111 100110101 1001010 101100

Color Harmonies of #C51DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DAD

Black with #C51DAD

Text Example


Text Example

White with #C51DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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