Html Css Color HEX #C51E9E Medium Violet Red

📋 copy color: '#C51E9E'

red 197 ◦ green 30 ◦ blue 158

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

Shades of Medium Violet Red #C51E9E

Tints of Medium Violet Red #C51E9E

RGB

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

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

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

R = 51.17%
G = 7.79%
B = 41.04%

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

#C51E9E (or 0xC51E9E) is known color: Medium Violet Red. HEX triplet: C5, 1E and 9E. RGB value is (197,30,158). Sum of RGB (Red+Green+Blue) = 197+30+158=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9E is #3AE161. Grayscale: #5E5E5E. Windows color (decimal): -3858786 or 10362565. OLE color: 10362565.

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

Color convert

RGB 197 30 158 -
CMYK 0 0.85 0.20 0.23
HSL 314.01º 0.74% 0.45% -
HSV(B) 314.01º 0.85% 0.77% -
XYZ 29.66 15.27 33.73 -
YUV 94.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 197 30 158 0 0.85 0.20 0.23 314.01 0.74 0.45
Hex C5 1E 9E 0 55 14 17 13A 4A 2D
Octal 305 36 236 0 125 24 27 472 112 55
Binary 11000101 11110 10011110 0 1010101 10100 10111 100111010 1001010 101101

Color Harmonies of #C51E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E9E

Black with #C51E9E

Text Example


Text Example

White with #C51E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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