Html Css Color HEX #C5196F Medium Violet Red

📋 copy color: '#C5196F'

red 197 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #C5196F

Tints of Medium Violet Red #C5196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 59.16%
G = 7.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5196F (or 0xC5196F) is known color: Medium Violet Red. HEX triplet: C5, 19 and 6F. RGB value is (197,25,111). Sum of RGB (Red+Green+Blue) = 197+25+111=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5196F is #3AE690. Grayscale: #565656. Windows color (decimal): -3860113 or 7281093. OLE color: 7281093.

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

Color convert

RGB 197 25 111 -
CMYK 0 0.87 0.44 0.23
HSL 330º 0.77% 0.44% -
HSV(B) 330º 0.87% 0.77% -
XYZ 26.24 13.71 16.3 -
YUV 86.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 197 25 111 0 0.87 0.44 0.23 330 0.77 0.44
Hex C5 19 6F 0 57 2C 17 14A 4D 2C
Octal 305 31 157 0 127 54 27 512 115 54
Binary 11000101 11001 1101111 0 1010111 101100 10111 101001010 1001101 101100

Color Harmonies of #C5196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5196F

Black with #C5196F

Text Example


Text Example

White with #C5196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5196F; }

 p { color: rgb(197,25,111); }

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

background-color css

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

 a { background-color: rgb(197,25,111); }

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

border-color css

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

 span { border-color: rgb(197,25,111); }

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