Html Css Color HEX #C9168E Medium Violet Red

📋 copy color: '#C9168E'

red 201 ◦ green 22 ◦ blue 142

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

Shades of Medium Violet Red #C9168E

Tints of Medium Violet Red #C9168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 55.07%
G = 6.03%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9168E (or 0xC9168E) is known color: Medium Violet Red. HEX triplet: C9, 16 and 8E. RGB value is (201,22,142). Sum of RGB (Red+Green+Blue) = 201+22+142=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9168E is #36E971. Grayscale: #585858. Windows color (decimal): -3598706 or 9311945. OLE color: 9311945.

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

Color convert

RGB 201 22 142 -
CMYK 0 0.89 0.29 0.21
HSL 319.78º 0.8% 0.44% -
HSV(B) 319.78º 0.89% 0.79% -
XYZ 29.26 14.94 26.93 -
YUV 89.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 201 22 142 0 0.89 0.29 0.21 319.78 0.8 0.44
Hex C9 16 8E 0 59 1D 15 140 50 2C
Octal 311 26 216 0 131 35 25 500 120 54
Binary 11001001 10110 10001110 0 1011001 11101 10101 101000000 1010000 101100

Color Harmonies of #C9168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9168E

Black with #C9168E

Text Example


Text Example

White with #C9168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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