Shades of Medium Violet Red #CF089B
Tints of Medium Violet Red #CF089B
RGB
CMYK
RGB Variations
Color information
#CF089B (or 0xCF089B) is known color: Medium Violet Red. HEX triplet: CF, 08 and 9B. RGB value is (207,8,155). Sum of RGB (Red+Green+Blue) = 207+8+155=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF089B is #30F764. Grayscale: #535353. Windows color (decimal): -3209061 or 10160335. OLE color: 10160335.
HSL color Cylindrical-coordinate representation of color #CF089B: hue angle of 315.68º 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 #CF089B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.19 |
| HSL | 315.68º | 0.93% | 0.42% | - |
| HSV(B) | 315.68º | 0.96% | 0.81% | - |
| XYZ | 31.74 | 15.81 | 32.39 | - |
| YUV | 84.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 155 | 0 | 0.96 | 0.25 | 0.19 | 315.68 | 0.93 | 0.42 |
| Hex | CF | 8 | 9B | 0 | 60 | 19 | 13 | 13C | 5D | 2A |
| Octal | 317 | 10 | 233 | 0 | 140 | 31 | 23 | 474 | 135 | 52 |
| Binary | 11001111 | 1000 | 10011011 | 0 | 1100000 | 11001 | 10011 | 100111100 | 1011101 | 101010 |
Color Harmonies of #CF089B
Complementary color
Monochromatic Colors of #CF089B
Black with #CF089B
Text Example
Text Example
White with #CF089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF089B; }
p { color: rgb(207,8,155); }
H1.HeaderClassName
{
color: #CF089B;
}
.AnyTagClassName
{
color: #CF089B;
}
</style>
background-color css
<style>
a { background-color: #CF089B; }
a { background-color: rgb(207,8,155); }
div.DivClassName
{
background-color: #CF089B;
}
.BgClassName
{
background-color: #CF089B;
}
</style>
border-color css
<style>
span { border-color: #CF089B; }
span { border-color: rgb(207,8,155); }
td.TdClassName
{
border-color: #CF089B;
}
.TagClassName
{
border-color: #CF089B;
}
</style>