Shades of Medium Violet Red #CF008F
Tints of Medium Violet Red #CF008F
RGB
CMYK
RGB Variations
Color information
#CF008F (or 0xCF008F) is known color: Medium Violet Red. HEX triplet: CF, 00 and 8F. RGB value is (207,0,143). Sum of RGB (Red+Green+Blue) = 207+0+143=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008F is #30FF70. Grayscale: #4D4D4D. Windows color (decimal): -3211121 or 9371855. OLE color: 9371855.
HSL color Cylindrical-coordinate representation of color #CF008F: hue angle of 318.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF008F is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.31 | 0.19 |
| HSL | 318.55º | 1% | 0.41% | - |
| HSV(B) | 318.55º | 1% | 0.81% | - |
| XYZ | 30.69 | 15.25 | 27.31 | - |
| YUV | 78.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 143 | 0 | 1 | 0.31 | 0.19 | 318.55 | 1 | 0.41 |
| Hex | CF | 0 | 8F | 0 | 64 | 1F | 13 | 13F | 64 | 29 |
| Octal | 317 | 0 | 217 | 0 | 144 | 37 | 23 | 477 | 144 | 51 |
| Binary | 11001111 | 0 | 10001111 | 0 | 1100100 | 11111 | 10011 | 100111111 | 1100100 | 101001 |
Color Harmonies of #CF008F
Complementary color
Monochromatic Colors of #CF008F
Black with #CF008F
Text Example
Text Example
White with #CF008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF008F; }
p { color: rgb(207,0,143); }
H1.HeaderClassName
{
color: #CF008F;
}
.AnyTagClassName
{
color: #CF008F;
}
</style>
background-color css
<style>
a { background-color: #CF008F; }
a { background-color: rgb(207,0,143); }
div.DivClassName
{
background-color: #CF008F;
}
.BgClassName
{
background-color: #CF008F;
}
</style>
border-color css
<style>
span { border-color: #CF008F; }
span { border-color: rgb(207,0,143); }
td.TdClassName
{
border-color: #CF008F;
}
.TagClassName
{
border-color: #CF008F;
}
</style>