Html Css Color HEX #C9116F Medium Violet Red

📋 copy color: '#C9116F'

red 201 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #C9116F

Tints of Medium Violet Red #C9116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 61.09%
G = 5.17%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9116F (or 0xC9116F) is known color: Medium Violet Red. HEX triplet: C9, 11 and 6F. RGB value is (201,17,111). Sum of RGB (Red+Green+Blue) = 201+17+111=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9116F is #36EE90. Grayscale: #525252. Windows color (decimal): -3600017 or 7279049. OLE color: 7279049.

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

Color convert

RGB 201 17 111 -
CMYK 0 0.92 0.45 0.21
HSL 329.35º 0.84% 0.43% -
HSV(B) 329.35º 0.92% 0.79% -
XYZ 27.16 13.97 16.3 -
YUV 82.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 201 17 111 0 0.92 0.45 0.21 329.35 0.84 0.43
Hex C9 11 6F 0 5C 2D 15 149 54 2B
Octal 311 21 157 0 134 55 25 511 124 53
Binary 11001001 10001 1101111 0 1011100 101101 10101 101001001 1010100 101011

Color Harmonies of #C9116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9116F

Black with #C9116F

Text Example


Text Example

White with #C9116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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