Html Css Color HEX #C5198B Medium Violet Red

📋 copy color: '#C5198B'

red 197 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #C5198B

Tints of Medium Violet Red #C5198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 54.57%
G = 6.93%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5198B (or 0xC5198B) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8B. RGB value is (197,25,139). Sum of RGB (Red+Green+Blue) = 197+25+139=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198B is #3AE674. Grayscale: #595959. Windows color (decimal): -3860085 or 9116101. OLE color: 9116101.

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

Color convert

RGB 197 25 139 -
CMYK 0 0.87 0.29 0.23
HSL 320.23º 0.77% 0.44% -
HSV(B) 320.23º 0.87% 0.77% -
XYZ 28.03 14.43 25.73 -
YUV 89.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 197 25 139 0 0.87 0.29 0.23 320.23 0.77 0.44
Hex C5 19 8B 0 57 1D 17 140 4D 2C
Octal 305 31 213 0 127 35 27 500 115 54
Binary 11000101 11001 10001011 0 1010111 11101 10111 101000000 1001101 101100

Color Harmonies of #C5198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5198B

Black with #C5198B

Text Example


Text Example

White with #C5198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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