Html Css Color HEX #C51D9E Medium Violet Red

📋 copy color: '#C51D9E'

red 197 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #C51D9E

Tints of Medium Violet Red #C51D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 51.3%
G = 7.55%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C51D9E (or 0xC51D9E) is known color: Medium Violet Red. HEX triplet: C5, 1D and 9E. RGB value is (197,29,158). Sum of RGB (Red+Green+Blue) = 197+29+158=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51D9E is #3AE261. Grayscale: #5D5D5D. Windows color (decimal): -3859042 or 10362309. OLE color: 10362309.

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

Color convert

RGB 197 29 158 -
CMYK 0 0.85 0.20 0.23
HSL 313.93º 0.74% 0.44% -
HSV(B) 313.93º 0.85% 0.77% -
XYZ 29.64 15.22 33.72 -
YUV 93.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 197 29 158 0 0.85 0.20 0.23 313.93 0.74 0.44
Hex C5 1D 9E 0 55 14 17 13A 4A 2C
Octal 305 35 236 0 125 24 27 472 112 54
Binary 11000101 11101 10011110 0 1010101 10100 10111 100111010 1001010 101100

Color Harmonies of #C51D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D9E

Black with #C51D9E

Text Example


Text Example

White with #C51D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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