#C9169A

Color #C9169A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C9169A

Tints of Medium Violet Red #C9169A

Color information

#C9169A (or 0xC9169A) is unknown color: approx Medium Violet Red. HEX triplet: C9, 16 and 9A. RGB value is (201,22,154). Sum of RGB (Red+Green+Blue) = 201+22+154=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9169A is #36E965. Grayscale: #5A5A5A. Windows color (decimal): -3598694 or 10098377. OLE color: 10098377.

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

Color convert

RGB20122154-
CMYK00.890.230.21
HSL315.75º80.27%43.73%-
HSV(B)315.75º89.05%78.82%-
XYZ30.2115.3231.94-
YUV90.57163.8206.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=53.32%
G=5.84%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012215400.890.230.21315.7580.2743.73
HexC9169A059171513c502c
Octal311262320131272547412054
Binary1100100110110100110100101100110111101011001111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9169A; }

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

 H1.HeaderClassName
 {
   color: #C9169A;
 }
 .AnyTagClassName
 {
   color: #C9169A;
 }
</style>
background-color css

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

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

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

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

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

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