Html Css Color HEX #C51391 Medium Violet Red

📋 copy color: '#C51391'

red 197 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #C51391

Tints of Medium Violet Red #C51391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

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

R = 54.57%
G = 5.26%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C51391 (or 0xC51391) is known color: Medium Violet Red. HEX triplet: C5, 13 and 91. RGB value is (197,19,145). Sum of RGB (Red+Green+Blue) = 197+19+145=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51391 is #3AEC6E. Grayscale: #565656. Windows color (decimal): -3861615 or 9507781. OLE color: 9507781.

HSL color Cylindrical-coordinate representation of color #C51391: hue angle of 317.53º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51391 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 145 -
CMYK 0 0.90 0.26 0.23
HSL 317.53º 0.82% 0.42% -
HSV(B) 317.53º 0.9% 0.77% -
XYZ 28.37 14.38 28.07 -
YUV 86.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 197 19 145 0 0.90 0.26 0.23 317.53 0.82 0.42
Hex C5 13 91 0 5A 1A 17 13E 52 2A
Octal 305 23 221 0 132 32 27 476 122 52
Binary 11000101 10011 10010001 0 1011010 11010 10111 100111110 1010010 101010

Color Harmonies of #C51391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51391

Black with #C51391

Text Example


Text Example

White with #C51391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51391; }

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

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

background-color css

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

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

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

border-color css

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

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

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