Shades of Medium Violet Red #C90582
Tints of Medium Violet Red #C90582
RGB
CMYK
RGB Variations
Color information
#C90582 (or 0xC90582) is known color: Medium Violet Red. HEX triplet: C9, 05 and 82. RGB value is (201,5,130). Sum of RGB (Red+Green+Blue) = 201+5+130=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C90582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90582 is #36FA7D. Grayscale: #4D4D4D. Windows color (decimal): -3603070 or 8521161. OLE color: 8521161.
HSL color Cylindrical-coordinate representation of color #C90582: hue angle of 321.73º 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 #C90582 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.21 |
| HSL | 321.73º | 0.95% | 0.4% | - |
| HSV(B) | 321.73º | 0.98% | 0.79% | - |
| XYZ | 28.17 | 14.14 | 22.36 | - |
| YUV | 77.85 | 157.43 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 130 | 0 | 0.98 | 0.35 | 0.21 | 321.73 | 0.95 | 0.4 |
| Hex | C9 | 5 | 82 | 0 | 62 | 23 | 15 | 142 | 5F | 28 |
| Octal | 311 | 5 | 202 | 0 | 142 | 43 | 25 | 502 | 137 | 50 |
| Binary | 11001001 | 101 | 10000010 | 0 | 1100010 | 100011 | 10101 | 101000010 | 1011111 | 101000 |
Color Harmonies of #C90582
Complementary color
Monochromatic Colors of #C90582
Black with #C90582
Text Example
Text Example
White with #C90582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90582; }
p { color: rgb(201,5,130); }
H1.HeaderClassName
{
color: #C90582;
}
.AnyTagClassName
{
color: #C90582;
}
</style>
background-color css
<style>
a { background-color: #C90582; }
a { background-color: rgb(201,5,130); }
div.DivClassName
{
background-color: #C90582;
}
.BgClassName
{
background-color: #C90582;
}
</style>
border-color css
<style>
span { border-color: #C90582; }
span { border-color: rgb(201,5,130); }
td.TdClassName
{
border-color: #C90582;
}
.TagClassName
{
border-color: #C90582;
}
</style>