Html Css Color HEX #C51F91 Medium Violet Red

📋 copy color: '#C51F91'

red 197 ◦ green 31 ◦ blue 145

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

Shades of Medium Violet Red #C51F91

Tints of Medium Violet Red #C51F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 52.82%
G = 8.31%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C51F91 (or 0xC51F91) is known color: Medium Violet Red. HEX triplet: C5, 1F and 91. RGB value is (197,31,145). Sum of RGB (Red+Green+Blue) = 197+31+145=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F91 is #3AE06E. Grayscale: #5D5D5D. Windows color (decimal): -3858543 or 9510853. OLE color: 9510853.

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

Color convert

RGB 197 31 145 -
CMYK 0 0.84 0.26 0.23
HSL 318.8º 0.73% 0.45% -
HSV(B) 318.8º 0.84% 0.77% -
XYZ 28.63 14.89 28.15 -
YUV 93.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 197 31 145 0 0.84 0.26 0.23 318.8 0.73 0.45
Hex C5 1F 91 0 54 1A 17 13F 49 2D
Octal 305 37 221 0 124 32 27 477 111 55
Binary 11000101 11111 10010001 0 1010100 11010 10111 100111111 1001001 101101

Color Harmonies of #C51F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F91

Black with #C51F91

Text Example


Text Example

White with #C51F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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