Html Css Color HEX #C9198C Medium Violet Red

📋 copy color: '#C9198C'

red 201 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #C9198C

Tints of Medium Violet Red #C9198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 54.92%
G = 6.83%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9198C (or 0xC9198C) is known color: Medium Violet Red. HEX triplet: C9, 19 and 8C. RGB value is (201,25,140). Sum of RGB (Red+Green+Blue) = 201+25+140=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9198C is #36E673. Grayscale: #5A5A5A. Windows color (decimal): -3597940 or 9181641. OLE color: 9181641.

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

Color convert

RGB 201 25 140 -
CMYK 0 0.88 0.30 0.21
HSL 320.8º 0.78% 0.44% -
HSV(B) 320.8º 0.88% 0.79% -
XYZ 29.17 15.01 26.17 -
YUV 90.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 201 25 140 0 0.88 0.30 0.21 320.8 0.78 0.44
Hex C9 19 8C 0 58 1E 15 141 4E 2C
Octal 311 31 214 0 130 36 25 501 116 54
Binary 11001001 11001 10001100 0 1011000 11110 10101 101000001 1001110 101100

Color Harmonies of #C9198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9198C

Black with #C9198C

Text Example


Text Example

White with #C9198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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