Html Css Color HEX #C51F72 Medium Violet Red

📋 copy color: '#C51F72'

red 197 ◦ green 31 ◦ blue 114

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

Shades of Medium Violet Red #C51F72

Tints of Medium Violet Red #C51F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 57.6%
G = 9.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51F72 (or 0xC51F72) is known color: Medium Violet Red. HEX triplet: C5, 1F and 72. RGB value is (197,31,114). Sum of RGB (Red+Green+Blue) = 197+31+114=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F72 is #3AE08D. Grayscale: #595959. Windows color (decimal): -3858574 or 7479237. OLE color: 7479237.

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

Color convert

RGB 197 31 114 -
CMYK 0 0.84 0.42 0.23
HSL 330º 0.73% 0.45% -
HSV(B) 330º 0.84% 0.77% -
XYZ 26.55 14.07 17.23 -
YUV 90.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 197 31 114 0 0.84 0.42 0.23 330 0.73 0.45
Hex C5 1F 72 0 54 2A 17 14A 49 2D
Octal 305 37 162 0 124 52 27 512 111 55
Binary 11000101 11111 1110010 0 1010100 101010 10111 101001010 1001001 101101

Color Harmonies of #C51F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F72

Black with #C51F72

Text Example


Text Example

White with #C51F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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