Html Css Color HEX #C5198A Medium Violet Red

📋 copy color: '#C5198A'

red 197 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #C5198A

Tints of Medium Violet Red #C5198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 54.72%
G = 6.94%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5198A (or 0xC5198A) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8A. RGB value is (197,25,138). Sum of RGB (Red+Green+Blue) = 197+25+138=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198A is #3AE675. Grayscale: #595959. Windows color (decimal): -3860086 or 9050565. OLE color: 9050565.

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

Color convert

RGB 197 25 138 -
CMYK 0 0.87 0.30 0.23
HSL 320.58º 0.77% 0.44% -
HSV(B) 320.58º 0.87% 0.77% -
XYZ 27.96 14.4 25.35 -
YUV 89.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 197 25 138 0 0.87 0.30 0.23 320.58 0.77 0.44
Hex C5 19 8A 0 57 1E 17 141 4D 2C
Octal 305 31 212 0 127 36 27 501 115 54
Binary 11000101 11001 10001010 0 1010111 11110 10111 101000001 1001101 101100

Color Harmonies of #C5198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5198A

Black with #C5198A

Text Example


Text Example

White with #C5198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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