Html Css Color HEX #C5199B Medium Violet Red

📋 copy color: '#C5199B'

red 197 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #C5199B

Tints of Medium Violet Red #C5199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 52.25%
G = 6.63%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5199B (or 0xC5199B) is known color: Medium Violet Red. HEX triplet: C5, 19 and 9B. RGB value is (197,25,155). Sum of RGB (Red+Green+Blue) = 197+25+155=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5199B is #3AE664. Grayscale: #5A5A5A. Windows color (decimal): -3860069 or 10164677. OLE color: 10164677.

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

Color convert

RGB 197 25 155 -
CMYK 0 0.87 0.21 0.23
HSL 314.65º 0.77% 0.44% -
HSV(B) 314.65º 0.87% 0.77% -
XYZ 29.29 14.93 32.35 -
YUV 91.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 197 25 155 0 0.87 0.21 0.23 314.65 0.77 0.44
Hex C5 19 9B 0 57 15 17 13B 4D 2C
Octal 305 31 233 0 127 25 27 473 115 54
Binary 11000101 11001 10011011 0 1010111 10101 10111 100111011 1001101 101100

Color Harmonies of #C5199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5199B

Black with #C5199B

Text Example


Text Example

White with #C5199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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