Html Css Color HEX #C5197C Medium Violet Red

📋 copy color: '#C5197C'

red 197 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #C5197C

Tints of Medium Violet Red #C5197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 56.94%
G = 7.23%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5197C (or 0xC5197C) is known color: Medium Violet Red. HEX triplet: C5, 19 and 7C. RGB value is (197,25,124). Sum of RGB (Red+Green+Blue) = 197+25+124=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5197C is #3AE683. Grayscale: #575757. Windows color (decimal): -3860100 or 8133061. OLE color: 8133061.

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

Color convert

RGB 197 25 124 -
CMYK 0 0.87 0.37 0.23
HSL 325.47º 0.77% 0.44% -
HSV(B) 325.47º 0.87% 0.77% -
XYZ 27.01 14.02 20.35 -
YUV 87.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 197 25 124 0 0.87 0.37 0.23 325.47 0.77 0.44
Hex C5 19 7C 0 57 25 17 145 4D 2C
Octal 305 31 174 0 127 45 27 505 115 54
Binary 11000101 11001 1111100 0 1010111 100101 10111 101000101 1001101 101100

Color Harmonies of #C5197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5197C

Black with #C5197C

Text Example


Text Example

White with #C5197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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