Html Css Color HEX #C9198F Medium Violet Red

📋 copy color: '#C9198F'

red 201 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #C9198F

Tints of Medium Violet Red #C9198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 54.47%
G = 6.78%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9198F (or 0xC9198F) is known color: Medium Violet Red. HEX triplet: C9, 19 and 8F. RGB value is (201,25,143). Sum of RGB (Red+Green+Blue) = 201+25+143=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C9198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9198F is #36E670. Grayscale: #5A5A5A. Windows color (decimal): -3597937 or 9378249. OLE color: 9378249.

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

Color convert

RGB 201 25 143 -
CMYK 0 0.88 0.29 0.21
HSL 319.77º 0.78% 0.44% -
HSV(B) 319.77º 0.88% 0.79% -
XYZ 29.39 15.1 27.35 -
YUV 91.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 201 25 143 0 0.88 0.29 0.21 319.77 0.78 0.44
Hex C9 19 8F 0 58 1D 15 140 4E 2C
Octal 311 31 217 0 130 35 25 500 116 54
Binary 11001001 11001 10001111 0 1011000 11101 10101 101000000 1001110 101100

Color Harmonies of #C9198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9198F

Black with #C9198F

Text Example


Text Example

White with #C9198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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