Html Css Color HEX #C9166C Medium Violet Red

📋 copy color: '#C9166C'

red 201 ◦ green 22 ◦ blue 108

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

Shades of Medium Violet Red #C9166C

Tints of Medium Violet Red #C9166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 60.73%
G = 6.65%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9166C (or 0xC9166C) is known color: Medium Violet Red. HEX triplet: C9, 16 and 6C. RGB value is (201,22,108). Sum of RGB (Red+Green+Blue) = 201+22+108=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9166C is #36E993. Grayscale: #555555. Windows color (decimal): -3598740 or 7083721. OLE color: 7083721.

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

Color convert

RGB 201 22 108 -
CMYK 0 0.89 0.46 0.21
HSL 331.17º 0.8% 0.44% -
HSV(B) 331.17º 0.89% 0.79% -
XYZ 27.08 14.07 15.48 -
YUV 85.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 201 22 108 0 0.89 0.46 0.21 331.17 0.8 0.44
Hex C9 16 6C 0 59 2E 15 14B 50 2C
Octal 311 26 154 0 131 56 25 513 120 54
Binary 11001001 10110 1101100 0 1011001 101110 10101 101001011 1010000 101100

Color Harmonies of #C9166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9166C

Black with #C9166C

Text Example


Text Example

White with #C9166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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