Shades of Medium Violet Red #CF0990
Tints of Medium Violet Red #CF0990
RGB
CMYK
RGB Variations
Color information
#CF0990 (or 0xCF0990) is known color: Medium Violet Red. HEX triplet: CF, 09 and 90. RGB value is (207,9,144). Sum of RGB (Red+Green+Blue) = 207+9+144=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0990 is #30F66F. Grayscale: #535353. Windows color (decimal): -3208816 or 9439695. OLE color: 9439695.
HSL color Cylindrical-coordinate representation of color #CF0990: hue angle of 319.09º 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 #CF0990 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.19 |
| HSL | 319.09º | 0.92% | 0.42% | - |
| HSV(B) | 319.09º | 0.96% | 0.81% | - |
| XYZ | 30.86 | 15.47 | 27.75 | - |
| YUV | 83.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 144 | 0 | 0.96 | 0.30 | 0.19 | 319.09 | 0.92 | 0.42 |
| Hex | CF | 9 | 90 | 0 | 60 | 1E | 13 | 13F | 5C | 2A |
| Octal | 317 | 11 | 220 | 0 | 140 | 36 | 23 | 477 | 134 | 52 |
| Binary | 11001111 | 1001 | 10010000 | 0 | 1100000 | 11110 | 10011 | 100111111 | 1011100 | 101010 |
Color Harmonies of #CF0990
Complementary color
Monochromatic Colors of #CF0990
Black with #CF0990
Text Example
Text Example
White with #CF0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0990; }
p { color: rgb(207,9,144); }
H1.HeaderClassName
{
color: #CF0990;
}
.AnyTagClassName
{
color: #CF0990;
}
</style>
background-color css
<style>
a { background-color: #CF0990; }
a { background-color: rgb(207,9,144); }
div.DivClassName
{
background-color: #CF0990;
}
.BgClassName
{
background-color: #CF0990;
}
</style>
border-color css
<style>
span { border-color: #CF0990; }
span { border-color: rgb(207,9,144); }
td.TdClassName
{
border-color: #CF0990;
}
.TagClassName
{
border-color: #CF0990;
}
</style>