#C9288F

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

Shades of Medium Red Violet #C9288F

Tints of Medium Red Violet #C9288F

Color information

#C9288F (or 0xC9288F) is unknown color: approx Medium Red Violet. HEX triplet: C9, 28 and 8F. RGB value is (201,40,143). Sum of RGB (Red+Green+Blue) = 201+40+143=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9288F is #36D770. Grayscale: #636363. Windows color (decimal): -3594097 or 9382089. OLE color: 9382089.

HSL color Cylindrical-coordinate representation of color #C9288F: hue angle of 321.61º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9288F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20140143-
CMYK00.800.290.21
HSL321.61º66.8%47.25%-
HSV(B)321.61º80.1%78.82%-
XYZ29.815.9227.49-
YUV99.88152.34200.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 40 (16.02% from 255) = 10.42%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=52.34%
G=10.42%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014014300.800.290.21321.6166.847.25
HexC9288F0501D15142432f
Octal311502170120352550210357
Binary11001001101000100011110101000011101101011010000101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9288F; }

 p { color: rgb(201,40,143); }

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

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

 a { background-color: rgb(201,40,143); }

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

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

 span { border-color: rgb(201,40,143); }

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