Html Css Color HEX #C51E90 Medium Violet Red

📋 copy color: '#C51E90'

red 197 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #C51E90

Tints of Medium Violet Red #C51E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 53.1%
G = 8.09%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51E90 (or 0xC51E90) is known color: Medium Violet Red. HEX triplet: C5, 1E and 90. RGB value is (197,30,144). Sum of RGB (Red+Green+Blue) = 197+30+144=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E90 is #3AE16F. Grayscale: #5C5C5C. Windows color (decimal): -3858800 or 9445061. OLE color: 9445061.

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

Color convert

RGB 197 30 144 -
CMYK 0 0.85 0.27 0.23
HSL 319.04º 0.74% 0.45% -
HSV(B) 319.04º 0.85% 0.77% -
XYZ 28.52 14.81 27.74 -
YUV 92.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 197 30 144 0 0.85 0.27 0.23 319.04 0.74 0.45
Hex C5 1E 90 0 55 1B 17 13F 4A 2D
Octal 305 36 220 0 125 33 27 477 112 55
Binary 11000101 11110 10010000 0 1010101 11011 10111 100111111 1001010 101101

Color Harmonies of #C51E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E90

Black with #C51E90

Text Example


Text Example

White with #C51E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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