Html Css Color HEX #C9198D Medium Violet Red

📋 copy color: '#C9198D'

red 201 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #C9198D

Tints of Medium Violet Red #C9198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 54.77%
G = 6.81%
B = 38.42%

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

#C9198D (or 0xC9198D) is known color: Medium Violet Red. HEX triplet: C9, 19 and 8D. RGB value is (201,25,141). Sum of RGB (Red+Green+Blue) = 201+25+141=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9198D is #36E672. Grayscale: #5A5A5A. Windows color (decimal): -3597939 or 9247177. OLE color: 9247177.

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

Color convert

RGB 201 25 141 -
CMYK 0 0.88 0.30 0.21
HSL 320.45º 0.78% 0.44% -
HSV(B) 320.45º 0.88% 0.79% -
XYZ 29.24 15.04 26.56 -
YUV 90.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 201 25 141 0 0.88 0.30 0.21 320.45 0.78 0.44
Hex C9 19 8D 0 58 1E 15 140 4E 2C
Octal 311 31 215 0 130 36 25 500 116 54
Binary 11001001 11001 10001101 0 1011000 11110 10101 101000000 1001110 101100

Color Harmonies of #C9198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9198D

Black with #C9198D

Text Example


Text Example

White with #C9198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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