Html Css Color HEX #C51E73 Medium Violet Red

📋 copy color: '#C51E73'

red 197 ◦ green 30 ◦ blue 115

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

Shades of Medium Violet Red #C51E73

Tints of Medium Violet Red #C51E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 57.6%
G = 8.77%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51E73 (or 0xC51E73) is known color: Medium Violet Red. HEX triplet: C5, 1E and 73. RGB value is (197,30,115). Sum of RGB (Red+Green+Blue) = 197+30+115=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E73 is #3AE18C. Grayscale: #595959. Windows color (decimal): -3858829 or 7544517. OLE color: 7544517.

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

Color convert

RGB 197 30 115 -
CMYK 0 0.85 0.42 0.23
HSL 329.46º 0.74% 0.45% -
HSV(B) 329.46º 0.85% 0.77% -
XYZ 26.58 14.04 17.53 -
YUV 89.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 197 30 115 0 0.85 0.42 0.23 329.46 0.74 0.45
Hex C5 1E 73 0 55 2A 17 149 4A 2D
Octal 305 36 163 0 125 52 27 511 112 55
Binary 11000101 11110 1110011 0 1010101 101010 10111 101001001 1001010 101101

Color Harmonies of #C51E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E73

Black with #C51E73

Text Example


Text Example

White with #C51E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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