Shades of Medium Violet Red #CF1287
Tints of Medium Violet Red #CF1287
RGB
CMYK
RGB Variations
Color information
#CF1287 (or 0xCF1287) is known color: Medium Violet Red. HEX triplet: CF, 12 and 87. RGB value is (207,18,135). Sum of RGB (Red+Green+Blue) = 207+18+135=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1287 is #30ED78. Grayscale: #575757. Windows color (decimal): -3206521 or 8852175. OLE color: 8852175.
HSL color Cylindrical-coordinate representation of color #CF1287: hue angle of 322.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1287 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 135 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.19 |
| HSL | 322.86º | 0.84% | 0.44% | - |
| HSV(B) | 322.86º | 0.91% | 0.81% | - |
| XYZ | 30.32 | 15.45 | 24.31 | - |
| YUV | 87.85 | 154.62 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 135 | 0 | 0.91 | 0.35 | 0.19 | 322.86 | 0.84 | 0.44 |
| Hex | CF | 12 | 87 | 0 | 5B | 23 | 13 | 143 | 54 | 2C |
| Octal | 317 | 22 | 207 | 0 | 133 | 43 | 23 | 503 | 124 | 54 |
| Binary | 11001111 | 10010 | 10000111 | 0 | 1011011 | 100011 | 10011 | 101000011 | 1010100 | 101100 |
Color Harmonies of #CF1287
Complementary color
Monochromatic Colors of #CF1287
Black with #CF1287
Text Example
Text Example
White with #CF1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1287; }
p { color: rgb(207,18,135); }
H1.HeaderClassName
{
color: #CF1287;
}
.AnyTagClassName
{
color: #CF1287;
}
</style>
background-color css
<style>
a { background-color: #CF1287; }
a { background-color: rgb(207,18,135); }
div.DivClassName
{
background-color: #CF1287;
}
.BgClassName
{
background-color: #CF1287;
}
</style>
border-color css
<style>
span { border-color: #CF1287; }
span { border-color: rgb(207,18,135); }
td.TdClassName
{
border-color: #CF1287;
}
.TagClassName
{
border-color: #CF1287;
}
</style>