Shades of Medium Violet Red #CF008E
Tints of Medium Violet Red #CF008E
RGB
CMYK
RGB Variations
Color information
#CF008E (or 0xCF008E) is known color: Medium Violet Red. HEX triplet: CF, 00 and 8E. RGB value is (207,0,142). Sum of RGB (Red+Green+Blue) = 207+0+142=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008E is #30FF71. Grayscale: #4D4D4D. Windows color (decimal): -3211122 or 9306319. OLE color: 9306319.
HSL color Cylindrical-coordinate representation of color #CF008E: hue angle of 318.84º 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 #CF008E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.31 | 0.19 |
| HSL | 318.84º | 1% | 0.41% | - |
| HSV(B) | 318.84º | 1% | 0.81% | - |
| XYZ | 30.61 | 15.22 | 26.92 | - |
| YUV | 78.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 142 | 0 | 1 | 0.31 | 0.19 | 318.84 | 1 | 0.41 |
| Hex | CF | 0 | 8E | 0 | 64 | 1F | 13 | 13F | 64 | 29 |
| Octal | 317 | 0 | 216 | 0 | 144 | 37 | 23 | 477 | 144 | 51 |
| Binary | 11001111 | 0 | 10001110 | 0 | 1100100 | 11111 | 10011 | 100111111 | 1100100 | 101001 |
Color Harmonies of #CF008E
Complementary color
Monochromatic Colors of #CF008E
Black with #CF008E
Text Example
Text Example
White with #CF008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF008E; }
p { color: rgb(207,0,142); }
H1.HeaderClassName
{
color: #CF008E;
}
.AnyTagClassName
{
color: #CF008E;
}
</style>
background-color css
<style>
a { background-color: #CF008E; }
a { background-color: rgb(207,0,142); }
div.DivClassName
{
background-color: #CF008E;
}
.BgClassName
{
background-color: #CF008E;
}
</style>
border-color css
<style>
span { border-color: #CF008E; }
span { border-color: rgb(207,0,142); }
td.TdClassName
{
border-color: #CF008E;
}
.TagClassName
{
border-color: #CF008E;
}
</style>