Shades of Medium Violet Red #CF088B
Tints of Medium Violet Red #CF088B
RGB
CMYK
RGB Variations
Color information
#CF088B (or 0xCF088B) is known color: Medium Violet Red. HEX triplet: CF, 08 and 8B. RGB value is (207,8,139). Sum of RGB (Red+Green+Blue) = 207+8+139=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF088B is #30F774. Grayscale: #525252. Windows color (decimal): -3209077 or 9111759. OLE color: 9111759.
HSL color Cylindrical-coordinate representation of color #CF088B: hue angle of 320.5º 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 #CF088B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.19 |
| HSL | 320.5º | 0.93% | 0.42% | - |
| HSV(B) | 320.5º | 0.96% | 0.81% | - |
| XYZ | 30.48 | 15.3 | 25.77 | - |
| YUV | 82.44 | 159.93 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 139 | 0 | 0.96 | 0.33 | 0.19 | 320.5 | 0.93 | 0.42 |
| Hex | CF | 8 | 8B | 0 | 60 | 21 | 13 | 141 | 5D | 2A |
| Octal | 317 | 10 | 213 | 0 | 140 | 41 | 23 | 501 | 135 | 52 |
| Binary | 11001111 | 1000 | 10001011 | 0 | 1100000 | 100001 | 10011 | 101000001 | 1011101 | 101010 |
Color Harmonies of #CF088B
Complementary color
Monochromatic Colors of #CF088B
Black with #CF088B
Text Example
Text Example
White with #CF088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF088B; }
p { color: rgb(207,8,139); }
H1.HeaderClassName
{
color: #CF088B;
}
.AnyTagClassName
{
color: #CF088B;
}
</style>
background-color css
<style>
a { background-color: #CF088B; }
a { background-color: rgb(207,8,139); }
div.DivClassName
{
background-color: #CF088B;
}
.BgClassName
{
background-color: #CF088B;
}
</style>
border-color css
<style>
span { border-color: #CF088B; }
span { border-color: rgb(207,8,139); }
td.TdClassName
{
border-color: #CF088B;
}
.TagClassName
{
border-color: #CF088B;
}
</style>