Html Css Color HEX #C51DCD Deep Magenta

📋 copy color: '#C51DCD'

red 197 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #C51DCD

Tints of Deep Magenta #C51DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 45.71%
G = 6.73%
B = 47.56%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C51DCD (or 0xC51DCD) is known color: Deep Magenta. HEX triplet: C5, 1D and CD. RGB value is (197,29,205). Sum of RGB (Red+Green+Blue) = 197+29+205=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C51DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DCD is #3AE232. Grayscale: #626262. Windows color (decimal): -3858995 or 13442501. OLE color: 13442501.

HSL color Cylindrical-coordinate representation of color #C51DCD: hue angle of 297.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51DCD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 29 205 -
CMYK 0.04 0.86 0 0.20
HSL 297.27º 0.75% 0.46% -
HSV(B) 297.27º 0.86% 0.8% -
XYZ 34.48 17.16 59.25 -
YUV 99.3 187.66 197.69 -
System Red Green Blue C M Y K H S L
Decimal 197 29 205 0.04 0.86 0 0.20 297.27 0.75 0.46
Hex C5 1D CD 4 56 0 14 129 4B 2E
Octal 305 35 315 4 126 0 24 451 113 56
Binary 11000101 11101 11001101 100 1010110 0 10100 100101001 1001011 101110

Color Harmonies of #C51DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DCD

Black with #C51DCD

Text Example


Text Example

White with #C51DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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