Shades of Medium Violet Red #CF0091
Tints of Medium Violet Red #CF0091
RGB
CMYK
RGB Variations
Color information
#CF0091 (or 0xCF0091) is known color: Medium Violet Red. HEX triplet: CF, 00 and 91. RGB value is (207,0,145). Sum of RGB (Red+Green+Blue) = 207+0+145=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0091 is #30FF6E. Grayscale: #4E4E4E. Windows color (decimal): -3211119 or 9502927. OLE color: 9502927.
HSL color Cylindrical-coordinate representation of color #CF0091: hue angle of 317.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0091 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.30 | 0.19 |
| HSL | 317.97º | 1% | 0.41% | - |
| HSV(B) | 317.97º | 1% | 0.81% | - |
| XYZ | 30.84 | 15.31 | 28.12 | - |
| YUV | 78.42 | 165.58 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 145 | 0 | 1 | 0.30 | 0.19 | 317.97 | 1 | 0.41 |
| Hex | CF | 0 | 91 | 0 | 64 | 1E | 13 | 13E | 64 | 29 |
| Octal | 317 | 0 | 221 | 0 | 144 | 36 | 23 | 476 | 144 | 51 |
| Binary | 11001111 | 0 | 10010001 | 0 | 1100100 | 11110 | 10011 | 100111110 | 1100100 | 101001 |
Color Harmonies of #CF0091
Complementary color
Monochromatic Colors of #CF0091
Black with #CF0091
Text Example
Text Example
White with #CF0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0091; }
p { color: rgb(207,0,145); }
H1.HeaderClassName
{
color: #CF0091;
}
.AnyTagClassName
{
color: #CF0091;
}
</style>
background-color css
<style>
a { background-color: #CF0091; }
a { background-color: rgb(207,0,145); }
div.DivClassName
{
background-color: #CF0091;
}
.BgClassName
{
background-color: #CF0091;
}
</style>
border-color css
<style>
span { border-color: #CF0091; }
span { border-color: rgb(207,0,145); }
td.TdClassName
{
border-color: #CF0091;
}
.TagClassName
{
border-color: #CF0091;
}
</style>