Shades of Medium Violet Red #CF087B
Tints of Medium Violet Red #CF087B
RGB
CMYK
RGB Variations
Color information
#CF087B (or 0xCF087B) is known color: Medium Violet Red. HEX triplet: CF, 08 and 7B. RGB value is (207,8,123). Sum of RGB (Red+Green+Blue) = 207+8+123=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF087B is #30F784. Grayscale: #505050. Windows color (decimal): -3209093 or 8063183. OLE color: 8063183.
HSL color Cylindrical-coordinate representation of color #CF087B: hue angle of 325.33º 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 #CF087B is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.19 |
| HSL | 325.33º | 0.93% | 0.42% | - |
| HSV(B) | 325.33º | 0.96% | 0.81% | - |
| XYZ | 29.39 | 14.87 | 20.06 | - |
| YUV | 80.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 123 | 0 | 0.96 | 0.41 | 0.19 | 325.33 | 0.93 | 0.42 |
| Hex | CF | 8 | 7B | 0 | 60 | 29 | 13 | 145 | 5D | 2A |
| Octal | 317 | 10 | 173 | 0 | 140 | 51 | 23 | 505 | 135 | 52 |
| Binary | 11001111 | 1000 | 1111011 | 0 | 1100000 | 101001 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CF087B
Complementary color
Monochromatic Colors of #CF087B
Black with #CF087B
Text Example
Text Example
White with #CF087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF087B; }
p { color: rgb(207,8,123); }
H1.HeaderClassName
{
color: #CF087B;
}
.AnyTagClassName
{
color: #CF087B;
}
</style>
background-color css
<style>
a { background-color: #CF087B; }
a { background-color: rgb(207,8,123); }
div.DivClassName
{
background-color: #CF087B;
}
.BgClassName
{
background-color: #CF087B;
}
</style>
border-color css
<style>
span { border-color: #CF087B; }
span { border-color: rgb(207,8,123); }
td.TdClassName
{
border-color: #CF087B;
}
.TagClassName
{
border-color: #CF087B;
}
</style>