#C9059B

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

Shades of Medium Violet Red #C9059B

Tints of Medium Violet Red #C9059B

Color information

#C9059B (or 0xC9059B) is unknown color: approx Medium Violet Red. HEX triplet: C9, 05 and 9B. RGB value is (201,5,155). Sum of RGB (Red+Green+Blue) = 201+5+155=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9059B is #36FA64. Grayscale: #505050. Windows color (decimal): -3603045 or 10159561. OLE color: 10159561.

HSL color Cylindrical-coordinate representation of color #C9059B: hue angle of 314.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9059B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB2015155-
CMYK00.980.230.21
HSL314.08º95.15%40.39%-
HSV(B)314.08º97.51%78.82%-
XYZ30.0614.8932.3-
YUV80.7169.93213.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=55.68%
G=1.39%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201515500.980.230.21314.0895.1540.39
HexC959B062171513a5f28
Octal31152330142272547213750
Binary11001001101100110110110001010111101011001110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9059B; }

 p { color: rgb(201,5,155); }

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

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

 a { background-color: rgb(201,5,155); }

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

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

 span { border-color: rgb(201,5,155); }

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