Html Css Color HEX #C9119E Medium Violet Red

📋 copy color: '#C9119E'

red 201 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #C9119E

Tints of Medium Violet Red #C9119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 53.46%
G = 4.52%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9119E (or 0xC9119E) is known color: Medium Violet Red. HEX triplet: C9, 11 and 9E. RGB value is (201,17,158). Sum of RGB (Red+Green+Blue) = 201+17+158=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9119E is #36EE61. Grayscale: #575757. Windows color (decimal): -3599970 or 10359241. OLE color: 10359241.

HSL color Cylindrical-coordinate representation of color #C9119E: hue angle of 314.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9119E is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 158 -
CMYK 0 0.92 0.21 0.21
HSL 314.02º 0.84% 0.43% -
HSV(B) 314.02º 0.92% 0.79% -
XYZ 30.46 15.29 33.69 -
YUV 88.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 201 17 158 0 0.92 0.21 0.21 314.02 0.84 0.43
Hex C9 11 9E 0 5C 15 15 13A 54 2B
Octal 311 21 236 0 134 25 25 472 124 53
Binary 11001001 10001 10011110 0 1011100 10101 10101 100111010 1010100 101011

Color Harmonies of #C9119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9119E

Black with #C9119E

Text Example


Text Example

White with #C9119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9119E; }

 p { color: rgb(201,17,158); }

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

background-color css

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

 a { background-color: rgb(201,17,158); }

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

border-color css

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

 span { border-color: rgb(201,17,158); }

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