Html Css Color HEX #C9197F Medium Violet Red

📋 copy color: '#C9197F'

red 201 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #C9197F

Tints of Medium Violet Red #C9197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 56.94%
G = 7.08%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9197F (or 0xC9197F) is known color: Medium Violet Red. HEX triplet: C9, 19 and 7F. RGB value is (201,25,127). Sum of RGB (Red+Green+Blue) = 201+25+127=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9197F is #36E680. Grayscale: #595959. Windows color (decimal): -3597953 or 8329673. OLE color: 8329673.

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

Color convert

RGB 201 25 127 -
CMYK 0 0.88 0.37 0.21
HSL 325.23º 0.78% 0.44% -
HSV(B) 325.23º 0.88% 0.79% -
XYZ 28.27 14.65 21.42 -
YUV 89.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 201 25 127 0 0.88 0.37 0.21 325.23 0.78 0.44
Hex C9 19 7F 0 58 25 15 145 4E 2C
Octal 311 31 177 0 130 45 25 505 116 54
Binary 11001001 11001 1111111 0 1011000 100101 10101 101000101 1001110 101100

Color Harmonies of #C9197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9197F

Black with #C9197F

Text Example


Text Example

White with #C9197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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