Html Css Color HEX #C51DAF Deep Magenta

📋 copy color: '#C51DAF'

red 197 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #C51DAF

Tints of Deep Magenta #C51DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 49.13%
G = 7.23%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C51DAF (or 0xC51DAF) is known color: Deep Magenta. HEX triplet: C5, 1D and AF. RGB value is (197,29,175). Sum of RGB (Red+Green+Blue) = 197+29+175=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAF is #3AE250. Grayscale: #5F5F5F. Windows color (decimal): -3859025 or 11476421. OLE color: 11476421.

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

Color convert

RGB 197 29 175 -
CMYK 0 0.85 0.11 0.23
HSL 307.86º 0.74% 0.44% -
HSV(B) 307.86º 0.85% 0.77% -
XYZ 31.2 15.84 41.97 -
YUV 95.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 197 29 175 0 0.85 0.11 0.23 307.86 0.74 0.44
Hex C5 1D AF 0 55 B 17 134 4A 2C
Octal 305 35 257 0 125 13 27 464 112 54
Binary 11000101 11101 10101111 0 1010101 1011 10111 100110100 1001010 101100

Color Harmonies of #C51DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DAF

Black with #C51DAF

Text Example


Text Example

White with #C51DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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