#C9086F

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

Shades of Medium Violet Red #C9086F

Tints of Medium Violet Red #C9086F

Color information

#C9086F (or 0xC9086F) is unknown color: approx Medium Violet Red. HEX triplet: C9, 08 and 6F. RGB value is (201,8,111). Sum of RGB (Red+Green+Blue) = 201+8+111=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086F is #36F790. Grayscale: #4D4D4D. Windows color (decimal): -3602321 or 7276745. OLE color: 7276745.

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

Color convert

RGB2018111-
CMYK00.960.450.21
HSL327.98º92.34%40.98%-
HSV(B)327.98º96.02%78.82%-
XYZ27.0413.7416.27-
YUV77.45146.94216.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.81%
GREEN value IS 8 (3.52% from 255) = 2.5%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=62.81%
G=2.5%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201811100.960.450.21327.9892.3440.98
HexC986F0602D151485c29
Octal311101570140552551013451
Binary110010011000110111101100000101101101011010010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9086F; }

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

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

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

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

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

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

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

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