Html Css Color HEX #C9166E Medium Violet Red

📋 copy color: '#C9166E'

red 201 ◦ green 22 ◦ blue 110

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

Shades of Medium Violet Red #C9166E

Tints of Medium Violet Red #C9166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 60.36%
G = 6.61%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9166E (or 0xC9166E) is known color: Medium Violet Red. HEX triplet: C9, 16 and 6E. RGB value is (201,22,110). Sum of RGB (Red+Green+Blue) = 201+22+110=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9166E is #36E991. Grayscale: #555555. Windows color (decimal): -3598738 or 7214793. OLE color: 7214793.

HSL color Cylindrical-coordinate representation of color #C9166E: hue angle of 330.5º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9166E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 110 -
CMYK 0 0.89 0.45 0.21
HSL 330.5º 0.8% 0.44% -
HSV(B) 330.5º 0.89% 0.79% -
XYZ 27.19 14.12 16.04 -
YUV 85.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 201 22 110 0 0.89 0.45 0.21 330.5 0.8 0.44
Hex C9 16 6E 0 59 2D 15 14B 50 2C
Octal 311 26 156 0 131 55 25 513 120 54
Binary 11001001 10110 1101110 0 1011001 101101 10101 101001011 1010000 101100

Color Harmonies of #C9166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9166E

Black with #C9166E

Text Example


Text Example

White with #C9166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9166E; }

 p { color: rgb(201,22,110); }

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

background-color css

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

 a { background-color: rgb(201,22,110); }

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

border-color css

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

 span { border-color: rgb(201,22,110); }

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