Shades of Medium Violet Red #CF1599
Tints of Medium Violet Red #CF1599
RGB
CMYK
RGB Variations
Color information
#CF1599 (or 0xCF1599) is known color: Medium Violet Red. HEX triplet: CF, 15 and 99. RGB value is (207,21,153). Sum of RGB (Red+Green+Blue) = 207+21+153=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1599 is #30EA66. Grayscale: #5B5B5B. Windows color (decimal): -3205735 or 10032591. OLE color: 10032591.
HSL color Cylindrical-coordinate representation of color #CF1599: hue angle of 317.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1599 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 153 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.19 |
| HSL | 317.42º | 0.82% | 0.45% | - |
| HSV(B) | 317.42º | 0.9% | 0.81% | - |
| XYZ | 31.75 | 16.1 | 31.57 | - |
| YUV | 91.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 153 | 0 | 0.90 | 0.26 | 0.19 | 317.42 | 0.82 | 0.45 |
| Hex | CF | 15 | 99 | 0 | 5A | 1A | 13 | 13D | 52 | 2D |
| Octal | 317 | 25 | 231 | 0 | 132 | 32 | 23 | 475 | 122 | 55 |
| Binary | 11001111 | 10101 | 10011001 | 0 | 1011010 | 11010 | 10011 | 100111101 | 1010010 | 101101 |
Color Harmonies of #CF1599
Complementary color
Monochromatic Colors of #CF1599
Black with #CF1599
Text Example
Text Example
White with #CF1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1599; }
p { color: rgb(207,21,153); }
H1.HeaderClassName
{
color: #CF1599;
}
.AnyTagClassName
{
color: #CF1599;
}
</style>
background-color css
<style>
a { background-color: #CF1599; }
a { background-color: rgb(207,21,153); }
div.DivClassName
{
background-color: #CF1599;
}
.BgClassName
{
background-color: #CF1599;
}
</style>
border-color css
<style>
span { border-color: #CF1599; }
span { border-color: rgb(207,21,153); }
td.TdClassName
{
border-color: #CF1599;
}
.TagClassName
{
border-color: #CF1599;
}
</style>