Shades of Medium Violet Red #CF0699
Tints of Medium Violet Red #CF0699
RGB
CMYK
RGB Variations
Color information
#CF0699 (or 0xCF0699) is known color: Medium Violet Red. HEX triplet: CF, 06 and 99. RGB value is (207,6,153). Sum of RGB (Red+Green+Blue) = 207+6+153=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0699 is #30F966. Grayscale: #525252. Windows color (decimal): -3209575 or 10028751. OLE color: 10028751.
HSL color Cylindrical-coordinate representation of color #CF0699: hue angle of 316.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0699 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.19 |
| HSL | 316.12º | 0.94% | 0.42% | - |
| HSV(B) | 316.12º | 0.97% | 0.81% | - |
| XYZ | 31.55 | 15.7 | 31.5 | - |
| YUV | 82.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 153 | 0 | 0.97 | 0.26 | 0.19 | 316.12 | 0.94 | 0.42 |
| Hex | CF | 6 | 99 | 0 | 61 | 1A | 13 | 13C | 5E | 2A |
| Octal | 317 | 6 | 231 | 0 | 141 | 32 | 23 | 474 | 136 | 52 |
| Binary | 11001111 | 110 | 10011001 | 0 | 1100001 | 11010 | 10011 | 100111100 | 1011110 | 101010 |
Color Harmonies of #CF0699
Complementary color
Monochromatic Colors of #CF0699
Black with #CF0699
Text Example
Text Example
White with #CF0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0699; }
p { color: rgb(207,6,153); }
H1.HeaderClassName
{
color: #CF0699;
}
.AnyTagClassName
{
color: #CF0699;
}
</style>
background-color css
<style>
a { background-color: #CF0699; }
a { background-color: rgb(207,6,153); }
div.DivClassName
{
background-color: #CF0699;
}
.BgClassName
{
background-color: #CF0699;
}
</style>
border-color css
<style>
span { border-color: #CF0699; }
span { border-color: rgb(207,6,153); }
td.TdClassName
{
border-color: #CF0699;
}
.TagClassName
{
border-color: #CF0699;
}
</style>