Html Css Color HEX #C9197C Medium Violet Red

📋 copy color: '#C9197C'

red 201 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #C9197C

Tints of Medium Violet Red #C9197C

RGB

 RED value IS 201 (78.91% from 255) = 57.43%

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

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

R = 57.43%
G = 7.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9197C (or 0xC9197C) is known color: Medium Violet Red. HEX triplet: C9, 19 and 7C. RGB value is (201,25,124). Sum of RGB (Red+Green+Blue) = 201+25+124=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9197C is #36E683. Grayscale: #585858. Windows color (decimal): -3597956 or 8133065. OLE color: 8133065.

HSL color Cylindrical-coordinate representation of color #C9197C: hue angle of 326.25º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9197C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 124 -
CMYK 0 0.88 0.38 0.21
HSL 326.25º 0.78% 0.44% -
HSV(B) 326.25º 0.88% 0.79% -
XYZ 28.07 14.57 20.4 -
YUV 88.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 201 25 124 0 0.88 0.38 0.21 326.25 0.78 0.44
Hex C9 19 7C 0 58 26 15 146 4E 2C
Octal 311 31 174 0 130 46 25 506 116 54
Binary 11001001 11001 1111100 0 1011000 100110 10101 101000110 1001110 101100

Color Harmonies of #C9197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9197C

Black with #C9197C

Text Example


Text Example

White with #C9197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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