Html Css Color HEX #C51373 Medium Violet Red

📋 copy color: '#C51373'

red 197 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #C51373

Tints of Medium Violet Red #C51373

RGB

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

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

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

R = 59.52%
G = 5.74%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51373 (or 0xC51373) is known color: Medium Violet Red. HEX triplet: C5, 13 and 73. RGB value is (197,19,115). Sum of RGB (Red+Green+Blue) = 197+19+115=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51373 is #3AEC8C. Grayscale: #525252. Windows color (decimal): -3861645 or 7541701. OLE color: 7541701.

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

Color convert

RGB 197 19 115 -
CMYK 0 0.90 0.42 0.23
HSL 327.64º 0.82% 0.42% -
HSV(B) 327.64º 0.9% 0.77% -
XYZ 26.35 13.57 17.45 -
YUV 83.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 197 19 115 0 0.90 0.42 0.23 327.64 0.82 0.42
Hex C5 13 73 0 5A 2A 17 148 52 2A
Octal 305 23 163 0 132 52 27 510 122 52
Binary 11000101 10011 1110011 0 1011010 101010 10111 101001000 1010010 101010

Color Harmonies of #C51373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51373

Black with #C51373

Text Example


Text Example

White with #C51373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51373; }

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

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

background-color css

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

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

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

border-color css

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

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

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