Html Css Color HEX #C51F74 Medium Violet Red

📋 copy color: '#C51F74'

red 197 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #C51F74

Tints of Medium Violet Red #C51F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 57.27%
G = 9.01%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51F74 (or 0xC51F74) is known color: Medium Violet Red. HEX triplet: C5, 1F and 74. RGB value is (197,31,116). Sum of RGB (Red+Green+Blue) = 197+31+116=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F74 is #3AE08B. Grayscale: #5A5A5A. Windows color (decimal): -3858572 or 7610309. OLE color: 7610309.

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

Color convert

RGB 197 31 116 -
CMYK 0 0.84 0.41 0.23
HSL 329.28º 0.73% 0.45% -
HSV(B) 329.28º 0.84% 0.77% -
XYZ 26.67 14.11 17.84 -
YUV 90.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 197 31 116 0 0.84 0.41 0.23 329.28 0.73 0.45
Hex C5 1F 74 0 54 29 17 149 49 2D
Octal 305 37 164 0 124 51 27 511 111 55
Binary 11000101 11111 1110100 0 1010100 101001 10111 101001001 1001001 101101

Color Harmonies of #C51F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F74

Black with #C51F74

Text Example


Text Example

White with #C51F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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