Html Css Color HEX #C5197B Medium Violet Red

📋 copy color: '#C5197B'

red 197 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #C5197B

Tints of Medium Violet Red #C5197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 57.1%
G = 7.25%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5197B (or 0xC5197B) is known color: Medium Violet Red. HEX triplet: C5, 19 and 7B. RGB value is (197,25,123). Sum of RGB (Red+Green+Blue) = 197+25+123=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5197B is #3AE684. Grayscale: #575757. Windows color (decimal): -3860101 or 8067525. OLE color: 8067525.

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

Color convert

RGB 197 25 123 -
CMYK 0 0.87 0.38 0.23
HSL 325.81º 0.77% 0.44% -
HSV(B) 325.81º 0.87% 0.77% -
XYZ 26.95 14 20.02 -
YUV 87.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 197 25 123 0 0.87 0.38 0.23 325.81 0.77 0.44
Hex C5 19 7B 0 57 26 17 146 4D 2C
Octal 305 31 173 0 127 46 27 506 115 54
Binary 11000101 11001 1111011 0 1010111 100110 10111 101000110 1001101 101100

Color Harmonies of #C5197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5197B

Black with #C5197B

Text Example


Text Example

White with #C5197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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