Shades of Medium Violet Red #CF008D
Tints of Medium Violet Red #CF008D
RGB
CMYK
RGB Variations
Color information
#CF008D (or 0xCF008D) is known color: Medium Violet Red. HEX triplet: CF, 00 and 8D. RGB value is (207,0,141). Sum of RGB (Red+Green+Blue) = 207+0+141=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008D is #30FF72. Grayscale: #4D4D4D. Windows color (decimal): -3211123 or 9240783. OLE color: 9240783.
HSL color Cylindrical-coordinate representation of color #CF008D: hue angle of 319.13º 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 #CF008D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.32 | 0.19 |
| HSL | 319.13º | 1% | 0.41% | - |
| HSV(B) | 319.13º | 1% | 0.81% | - |
| XYZ | 30.54 | 15.19 | 26.52 | - |
| YUV | 77.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 141 | 0 | 1 | 0.32 | 0.19 | 319.13 | 1 | 0.41 |
| Hex | CF | 0 | 8D | 0 | 64 | 20 | 13 | 13F | 64 | 29 |
| Octal | 317 | 0 | 215 | 0 | 144 | 40 | 23 | 477 | 144 | 51 |
| Binary | 11001111 | 0 | 10001101 | 0 | 1100100 | 100000 | 10011 | 100111111 | 1100100 | 101001 |
Color Harmonies of #CF008D
Complementary color
Monochromatic Colors of #CF008D
Black with #CF008D
Text Example
Text Example
White with #CF008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF008D; }
p { color: rgb(207,0,141); }
H1.HeaderClassName
{
color: #CF008D;
}
.AnyTagClassName
{
color: #CF008D;
}
</style>
background-color css
<style>
a { background-color: #CF008D; }
a { background-color: rgb(207,0,141); }
div.DivClassName
{
background-color: #CF008D;
}
.BgClassName
{
background-color: #CF008D;
}
</style>
border-color css
<style>
span { border-color: #CF008D; }
span { border-color: rgb(207,0,141); }
td.TdClassName
{
border-color: #CF008D;
}
.TagClassName
{
border-color: #CF008D;
}
</style>