Html Css Color HEX #C51E8E Medium Violet Red

📋 copy color: '#C51E8E'

red 197 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #C51E8E

Tints of Medium Violet Red #C51E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 53.39%
G = 8.13%
B = 38.48%

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

#C51E8E (or 0xC51E8E) is known color: Medium Violet Red. HEX triplet: C5, 1E and 8E. RGB value is (197,30,142). Sum of RGB (Red+Green+Blue) = 197+30+142=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E8E is #3AE171. Grayscale: #5C5C5C. Windows color (decimal): -3858802 or 9313989. OLE color: 9313989.

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

Color convert

RGB 197 30 142 -
CMYK 0 0.85 0.28 0.23
HSL 319.76º 0.74% 0.45% -
HSV(B) 319.76º 0.85% 0.77% -
XYZ 28.37 14.75 26.94 -
YUV 92.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 197 30 142 0 0.85 0.28 0.23 319.76 0.74 0.45
Hex C5 1E 8E 0 55 1C 17 140 4A 2D
Octal 305 36 216 0 125 34 27 500 112 55
Binary 11000101 11110 10001110 0 1010101 11100 10111 101000000 1001010 101101

Color Harmonies of #C51E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E8E

Black with #C51E8E

Text Example


Text Example

White with #C51E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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