Html Css Color HEX #C9168C Medium Violet Red

📋 copy color: '#C9168C'

red 201 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #C9168C

Tints of Medium Violet Red #C9168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 55.37%
G = 6.06%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9168C (or 0xC9168C) is known color: Medium Violet Red. HEX triplet: C9, 16 and 8C. RGB value is (201,22,140). Sum of RGB (Red+Green+Blue) = 201+22+140=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9168C is #36E973. Grayscale: #585858. Windows color (decimal): -3598708 or 9180873. OLE color: 9180873.

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

Color convert

RGB 201 22 140 -
CMYK 0 0.89 0.30 0.21
HSL 320.45º 0.8% 0.44% -
HSV(B) 320.45º 0.89% 0.79% -
XYZ 29.11 14.88 26.15 -
YUV 88.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 201 22 140 0 0.89 0.30 0.21 320.45 0.8 0.44
Hex C9 16 8C 0 59 1E 15 140 50 2C
Octal 311 26 214 0 131 36 25 500 120 54
Binary 11001001 10110 10001100 0 1011001 11110 10101 101000000 1010000 101100

Color Harmonies of #C9168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9168C

Black with #C9168C

Text Example


Text Example

White with #C9168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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