Html Css Color HEX #C51E70 Medium Violet Red

📋 copy color: '#C51E70'

red 197 ◦ green 30 ◦ blue 112

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

Shades of Medium Violet Red #C51E70

Tints of Medium Violet Red #C51E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 58.11%
G = 8.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51E70 (or 0xC51E70) is known color: Medium Violet Red. HEX triplet: C5, 1E and 70. RGB value is (197,30,112). Sum of RGB (Red+Green+Blue) = 197+30+112=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E70 is #3AE18F. Grayscale: #595959. Windows color (decimal): -3858832 or 7347909. OLE color: 7347909.

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

Color convert

RGB 197 30 112 -
CMYK 0 0.85 0.43 0.23
HSL 330.54º 0.74% 0.45% -
HSV(B) 330.54º 0.85% 0.77% -
XYZ 26.41 13.97 16.63 -
YUV 89.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 197 30 112 0 0.85 0.43 0.23 330.54 0.74 0.45
Hex C5 1E 70 0 55 2B 17 14B 4A 2D
Octal 305 36 160 0 125 53 27 513 112 55
Binary 11000101 11110 1110000 0 1010101 101011 10111 101001011 1001010 101101

Color Harmonies of #C51E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E70

Black with #C51E70

Text Example


Text Example

White with #C51E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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