Html Css Color HEX #C51173 Medium Violet Red

📋 copy color: '#C51173'

red 197 ◦ green 17 ◦ blue 115

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

Shades of Medium Violet Red #C51173

Tints of Medium Violet Red #C51173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

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

R = 59.88%
G = 5.17%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51173 (or 0xC51173) is known color: Medium Violet Red. HEX triplet: C5, 11 and 73. RGB value is (197,17,115). Sum of RGB (Red+Green+Blue) = 197+17+115=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C51173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51173 is #3AEE8C. Grayscale: #515151. Windows color (decimal): -3862157 or 7541189. OLE color: 7541189.

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

Color convert

RGB 197 17 115 -
CMYK 0 0.91 0.42 0.23
HSL 327.33º 0.84% 0.42% -
HSV(B) 327.33º 0.91% 0.77% -
XYZ 26.32 13.51 17.44 -
YUV 81.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 197 17 115 0 0.91 0.42 0.23 327.33 0.84 0.42
Hex C5 11 73 0 5B 2A 17 147 54 2A
Octal 305 21 163 0 133 52 27 507 124 52
Binary 11000101 10001 1110011 0 1011011 101010 10111 101000111 1010100 101010

Color Harmonies of #C51173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51173

Black with #C51173

Text Example


Text Example

White with #C51173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51173; }

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

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

background-color css

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

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

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

border-color css

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

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

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