Shades of Medium Violet Red #CF159B
Tints of Medium Violet Red #CF159B
RGB
CMYK
RGB Variations
Color information
#CF159B (or 0xCF159B) is known color: Medium Violet Red. HEX triplet: CF, 15 and 9B. RGB value is (207,21,155). Sum of RGB (Red+Green+Blue) = 207+21+155=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF159B is #30EA64. Grayscale: #5B5B5B. Windows color (decimal): -3205733 or 10163663. OLE color: 10163663.
HSL color Cylindrical-coordinate representation of color #CF159B: hue angle of 316.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF159B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.19 |
| HSL | 316.77º | 0.82% | 0.45% | - |
| HSV(B) | 316.77º | 0.9% | 0.81% | - |
| XYZ | 31.92 | 16.17 | 32.45 | - |
| YUV | 91.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 155 | 0 | 0.90 | 0.25 | 0.19 | 316.77 | 0.82 | 0.45 |
| Hex | CF | 15 | 9B | 0 | 5A | 19 | 13 | 13D | 52 | 2D |
| Octal | 317 | 25 | 233 | 0 | 132 | 31 | 23 | 475 | 122 | 55 |
| Binary | 11001111 | 10101 | 10011011 | 0 | 1011010 | 11001 | 10011 | 100111101 | 1010010 | 101101 |
Color Harmonies of #CF159B
Complementary color
Monochromatic Colors of #CF159B
Black with #CF159B
Text Example
Text Example
White with #CF159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF159B; }
p { color: rgb(207,21,155); }
H1.HeaderClassName
{
color: #CF159B;
}
.AnyTagClassName
{
color: #CF159B;
}
</style>
background-color css
<style>
a { background-color: #CF159B; }
a { background-color: rgb(207,21,155); }
div.DivClassName
{
background-color: #CF159B;
}
.BgClassName
{
background-color: #CF159B;
}
</style>
border-color css
<style>
span { border-color: #CF159B; }
span { border-color: rgb(207,21,155); }
td.TdClassName
{
border-color: #CF159B;
}
.TagClassName
{
border-color: #CF159B;
}
</style>