Shades of Medium Violet Red #CF0999
Tints of Medium Violet Red #CF0999
RGB
CMYK
RGB Variations
Color information
#CF0999 (or 0xCF0999) is known color: Medium Violet Red. HEX triplet: CF, 09 and 99. RGB value is (207,9,153). Sum of RGB (Red+Green+Blue) = 207+9+153=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0999 is #30F666. Grayscale: #545454. Windows color (decimal): -3208807 or 10029519. OLE color: 10029519.
HSL color Cylindrical-coordinate representation of color #CF0999: hue angle of 316.36º degrees, saturation: 0.92, 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 #CF0999 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 153 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.19 |
| HSL | 316.36º | 0.92% | 0.42% | - |
| HSV(B) | 316.36º | 0.96% | 0.81% | - |
| XYZ | 31.58 | 15.76 | 31.51 | - |
| YUV | 84.62 | 166.6 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 153 | 0 | 0.96 | 0.26 | 0.19 | 316.36 | 0.92 | 0.42 |
| Hex | CF | 9 | 99 | 0 | 60 | 1A | 13 | 13C | 5C | 2A |
| Octal | 317 | 11 | 231 | 0 | 140 | 32 | 23 | 474 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011001 | 0 | 1100000 | 11010 | 10011 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CF0999
Complementary color
Monochromatic Colors of #CF0999
Black with #CF0999
Text Example
Text Example
White with #CF0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0999; }
p { color: rgb(207,9,153); }
H1.HeaderClassName
{
color: #CF0999;
}
.AnyTagClassName
{
color: #CF0999;
}
</style>
background-color css
<style>
a { background-color: #CF0999; }
a { background-color: rgb(207,9,153); }
div.DivClassName
{
background-color: #CF0999;
}
.BgClassName
{
background-color: #CF0999;
}
</style>
border-color css
<style>
span { border-color: #CF0999; }
span { border-color: rgb(207,9,153); }
td.TdClassName
{
border-color: #CF0999;
}
.TagClassName
{
border-color: #CF0999;
}
</style>