Shades of Medium Violet Red #C91882
Tints of Medium Violet Red #C91882
RGB
CMYK
RGB Variations
Color information
#C91882 (or 0xC91882) is known color: Medium Violet Red. HEX triplet: C9, 18 and 82. RGB value is (201,24,130). Sum of RGB (Red+Green+Blue) = 201+24+130=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91882 is #36E77D. Grayscale: #585858. Windows color (decimal): -3598206 or 8526025. OLE color: 8526025.
HSL color Cylindrical-coordinate representation of color #C91882: hue angle of 324.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91882 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 130 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.21 |
| HSL | 324.07º | 0.79% | 0.44% | - |
| HSV(B) | 324.07º | 0.88% | 0.79% | - |
| XYZ | 28.44 | 14.68 | 22.45 | - |
| YUV | 89.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 130 | 0 | 0.88 | 0.35 | 0.21 | 324.07 | 0.79 | 0.44 |
| Hex | C9 | 18 | 82 | 0 | 58 | 23 | 15 | 144 | 4F | 2C |
| Octal | 311 | 30 | 202 | 0 | 130 | 43 | 25 | 504 | 117 | 54 |
| Binary | 11001001 | 11000 | 10000010 | 0 | 1011000 | 100011 | 10101 | 101000100 | 1001111 | 101100 |
Color Harmonies of #C91882
Complementary color
Monochromatic Colors of #C91882
Black with #C91882
Text Example
Text Example
White with #C91882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91882; }
p { color: rgb(201,24,130); }
H1.HeaderClassName
{
color: #C91882;
}
.AnyTagClassName
{
color: #C91882;
}
</style>
background-color css
<style>
a { background-color: #C91882; }
a { background-color: rgb(201,24,130); }
div.DivClassName
{
background-color: #C91882;
}
.BgClassName
{
background-color: #C91882;
}
</style>
border-color css
<style>
span { border-color: #C91882; }
span { border-color: rgb(201,24,130); }
td.TdClassName
{
border-color: #C91882;
}
.TagClassName
{
border-color: #C91882;
}
</style>