#C90F73

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

Shades of Medium Violet Red #C90F73

Tints of Medium Violet Red #C90F73

Color information

#C90F73 (or 0xC90F73) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0F and 73. RGB value is (201,15,115). Sum of RGB (Red+Green+Blue) = 201+15+115=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90F73 is #36F08C. Grayscale: #515151. Windows color (decimal): -3600525 or 7540681. OLE color: 7540681.

HSL color Cylindrical-coordinate representation of color #C90F73: hue angle of 327.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F73 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20115115-
CMYK00.930.430.21
HSL327.74º86.11%42.35%-
HSV(B)327.74º92.54%78.82%-
XYZ27.351417.48-
YUV82.01146.62212.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=60.73%
G=4.53%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011511500.930.430.21327.7486.1142.35
HexC9F7305D2B15148562a
Octal311171630135532551012652
Binary110010011111111001101011101101011101011010010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F73; }

 p { color: rgb(201,15,115); }

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

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

 a { background-color: rgb(201,15,115); }

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

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

 span { border-color: rgb(201,15,115); }

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