#C9088F

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

Shades of Medium Violet Red #C9088F

Tints of Medium Violet Red #C9088F

Color information

#C9088F (or 0xC9088F) is unknown color: approx Medium Violet Red. HEX triplet: C9, 08 and 8F. RGB value is (201,8,143). Sum of RGB (Red+Green+Blue) = 201+8+143=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088F is #36F770. Grayscale: #505050. Windows color (decimal): -3602289 or 9373897. OLE color: 9373897.

HSL color Cylindrical-coordinate representation of color #C9088F: hue angle of 318.03º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9088F is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB2018143-
CMYK00.960.290.21
HSL318.03º92.34%40.98%-
HSV(B)318.03º96.02%78.82%-
XYZ29.1314.5727.26-
YUV81.1162.94213.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=57.10%
G=2.27%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201814300.960.290.21318.0392.3440.98
HexC988F0601D1513e5c29
Octal311102170140352547613451
Binary110010011000100011110110000011101101011001111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9088F; }

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

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

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

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

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

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

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

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