Html Css Color HEX #C51F77 Medium Violet Red

📋 copy color: '#C51F77'

red 197 ◦ green 31 ◦ blue 119

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

Shades of Medium Violet Red #C51F77

Tints of Medium Violet Red #C51F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 56.77%
G = 8.93%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51F77 (or 0xC51F77) is known color: Medium Violet Red. HEX triplet: C5, 1F and 77. RGB value is (197,31,119). Sum of RGB (Red+Green+Blue) = 197+31+119=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F77 is #3AE088. Grayscale: #5A5A5A. Windows color (decimal): -3858569 or 7806917. OLE color: 7806917.

HSL color Cylindrical-coordinate representation of color #C51F77: hue angle of 328.19º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F77 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 119 -
CMYK 0 0.84 0.40 0.23
HSL 328.19º 0.73% 0.45% -
HSV(B) 328.19º 0.84% 0.77% -
XYZ 26.85 14.18 18.78 -
YUV 90.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 197 31 119 0 0.84 0.40 0.23 328.19 0.73 0.45
Hex C5 1F 77 0 54 28 17 148 49 2D
Octal 305 37 167 0 124 50 27 510 111 55
Binary 11000101 11111 1110111 0 1010100 101000 10111 101001000 1001001 101101

Color Harmonies of #C51F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F77

Black with #C51F77

Text Example


Text Example

White with #C51F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F77; }

 p { color: rgb(197,31,119); }

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

background-color css

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

 a { background-color: rgb(197,31,119); }

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

border-color css

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

 span { border-color: rgb(197,31,119); }

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