Html Css Color HEX #C51573 Medium Violet Red

📋 copy color: '#C51573'

red 197 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #C51573

Tints of Medium Violet Red #C51573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 59.16%
G = 6.31%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51573 (or 0xC51573) is known color: Medium Violet Red. HEX triplet: C5, 15 and 73. RGB value is (197,21,115). Sum of RGB (Red+Green+Blue) = 197+21+115=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51573 is #3AEA8C. Grayscale: #545454. Windows color (decimal): -3861133 or 7542213. OLE color: 7542213.

HSL color Cylindrical-coordinate representation of color #C51573: hue angle of 327.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51573 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 115 -
CMYK 0 0.89 0.42 0.23
HSL 327.95º 0.81% 0.43% -
HSV(B) 327.95º 0.89% 0.77% -
XYZ 26.39 13.64 17.46 -
YUV 84.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 197 21 115 0 0.89 0.42 0.23 327.95 0.81 0.43
Hex C5 15 73 0 59 2A 17 148 51 2B
Octal 305 25 163 0 131 52 27 510 121 53
Binary 11000101 10101 1110011 0 1011001 101010 10111 101001000 1010001 101011

Color Harmonies of #C51573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51573

Black with #C51573

Text Example


Text Example

White with #C51573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51573; }

 p { color: rgb(197,21,115); }

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

background-color css

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

 a { background-color: rgb(197,21,115); }

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

border-color css

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

 span { border-color: rgb(197,21,115); }

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