Html Css Color HEX #C5198D Medium Violet Red

📋 copy color: '#C5198D'

red 197 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C5198D

Tints of Medium Violet Red #C5198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 54.27%
G = 6.89%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5198D (or 0xC5198D) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8D. RGB value is (197,25,141). Sum of RGB (Red+Green+Blue) = 197+25+141=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198D is #3AE672. Grayscale: #595959. Windows color (decimal): -3860083 or 9247173. OLE color: 9247173.

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

Color convert

RGB 197 25 141 -
CMYK 0 0.87 0.28 0.23
HSL 319.53º 0.77% 0.44% -
HSV(B) 319.53º 0.87% 0.77% -
XYZ 28.18 14.49 26.51 -
YUV 89.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 197 25 141 0 0.87 0.28 0.23 319.53 0.77 0.44
Hex C5 19 8D 0 57 1C 17 140 4D 2C
Octal 305 31 215 0 127 34 27 500 115 54
Binary 11000101 11001 10001101 0 1010111 11100 10111 101000000 1001101 101100

Color Harmonies of #C5198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5198D

Black with #C5198D

Text Example


Text Example

White with #C5198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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