Html Css Color HEX #C51E8D Medium Violet Red

📋 copy color: '#C51E8D'

red 197 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #C51E8D

Tints of Medium Violet Red #C51E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 53.53%
G = 8.15%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C51E8D (or 0xC51E8D) is known color: Medium Violet Red. HEX triplet: C5, 1E and 8D. RGB value is (197,30,141). Sum of RGB (Red+Green+Blue) = 197+30+141=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E8D is #3AE172. Grayscale: #5C5C5C. Windows color (decimal): -3858803 or 9248453. OLE color: 9248453.

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

Color convert

RGB 197 30 141 -
CMYK 0 0.85 0.28 0.23
HSL 320.12º 0.74% 0.45% -
HSV(B) 320.12º 0.85% 0.77% -
XYZ 28.3 14.72 26.55 -
YUV 92.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 197 30 141 0 0.85 0.28 0.23 320.12 0.74 0.45
Hex C5 1E 8D 0 55 1C 17 140 4A 2D
Octal 305 36 215 0 125 34 27 500 112 55
Binary 11000101 11110 10001101 0 1010101 11100 10111 101000000 1001010 101101

Color Harmonies of #C51E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E8D

Black with #C51E8D

Text Example


Text Example

White with #C51E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E8D; }

 p { color: rgb(197,30,141); }

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

background-color css

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

 a { background-color: rgb(197,30,141); }

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

border-color css

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

 span { border-color: rgb(197,30,141); }

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