Shades of Medium Violet Red #CF088D
Tints of Medium Violet Red #CF088D
RGB
CMYK
RGB Variations
Color information
#CF088D (or 0xCF088D) is known color: Medium Violet Red. HEX triplet: CF, 08 and 8D. RGB value is (207,8,141). Sum of RGB (Red+Green+Blue) = 207+8+141=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF088D is #30F772. Grayscale: #525252. Windows color (decimal): -3209075 or 9242831. OLE color: 9242831.
HSL color Cylindrical-coordinate representation of color #CF088D: hue angle of 319.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF088D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.19 |
| HSL | 319.9º | 0.93% | 0.42% | - |
| HSV(B) | 319.9º | 0.96% | 0.81% | - |
| XYZ | 30.63 | 15.36 | 26.55 | - |
| YUV | 82.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 141 | 0 | 0.96 | 0.32 | 0.19 | 319.9 | 0.93 | 0.42 |
| Hex | CF | 8 | 8D | 0 | 60 | 20 | 13 | 140 | 5D | 2A |
| Octal | 317 | 10 | 215 | 0 | 140 | 40 | 23 | 500 | 135 | 52 |
| Binary | 11001111 | 1000 | 10001101 | 0 | 1100000 | 100000 | 10011 | 101000000 | 1011101 | 101010 |
Color Harmonies of #CF088D
Complementary color
Monochromatic Colors of #CF088D
Black with #CF088D
Text Example
Text Example
White with #CF088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF088D; }
p { color: rgb(207,8,141); }
H1.HeaderClassName
{
color: #CF088D;
}
.AnyTagClassName
{
color: #CF088D;
}
</style>
background-color css
<style>
a { background-color: #CF088D; }
a { background-color: rgb(207,8,141); }
div.DivClassName
{
background-color: #CF088D;
}
.BgClassName
{
background-color: #CF088D;
}
</style>
border-color css
<style>
span { border-color: #CF088D; }
span { border-color: rgb(207,8,141); }
td.TdClassName
{
border-color: #CF088D;
}
.TagClassName
{
border-color: #CF088D;
}
</style>