#c90d84

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

Shades of Medium Violet Red #C90D84

Tints of Medium Violet Red #C90D84

Color information

#C90D84 (or 0xC90D84) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0D and 84. RGB value is (201,13,132). Sum of RGB (Red+Green+Blue) = 201+13+132=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90D84 is #36F27B. Grayscale: #525252. Windows color (decimal): -3601020 or 8654281. OLE color: 8654281.

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

Color convert

RGB20113132-
CMYK00.940.340.21
HSL322.02º87.85%41.96%-
HSV(B)322.02º93.53%78.82%-
XYZ28.414.3723.11-
YUV82.78155.78212.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.09%
GREEN value IS 13 (5.47% from 255) = 3.76%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=58.09%
G=3.76%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011313200.940.340.21322.0287.8541.96
HexC9D8405E2215142582a
Octal311152040136422550213052
Binary1100100111011000010001011110100010101011010000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c90d84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c90d84; }

 p { color: rgb(201,13,132); }

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

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

 a { background-color: rgb(201,13,132); }

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

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

 span { border-color: rgb(201,13,132); }

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