Shades of Medium Violet Red #CF1F99
Tints of Medium Violet Red #CF1F99
RGB
CMYK
RGB Variations
Color information
#CF1F99 (or 0xCF1F99) is known color: Medium Violet Red. HEX triplet: CF, 1F and 99. RGB value is (207,31,153). Sum of RGB (Red+Green+Blue) = 207+31+153=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1F99 is #30E066. Grayscale: #616161. Windows color (decimal): -3203175 or 10035151. OLE color: 10035151.
HSL color Cylindrical-coordinate representation of color #CF1F99: hue angle of 318.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F99 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 153 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.19 |
| HSL | 318.41º | 0.74% | 0.47% | - |
| HSV(B) | 318.41º | 0.85% | 0.81% | - |
| XYZ | 31.97 | 16.55 | 31.65 | - |
| YUV | 97.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 153 | 0 | 0.85 | 0.26 | 0.19 | 318.41 | 0.74 | 0.47 |
| Hex | CF | 1F | 99 | 0 | 55 | 1A | 13 | 13E | 4A | 2F |
| Octal | 317 | 37 | 231 | 0 | 125 | 32 | 23 | 476 | 112 | 57 |
| Binary | 11001111 | 11111 | 10011001 | 0 | 1010101 | 11010 | 10011 | 100111110 | 1001010 | 101111 |
Color Harmonies of #CF1F99
Complementary color
Monochromatic Colors of #CF1F99
Black with #CF1F99
Text Example
Text Example
White with #CF1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F99; }
p { color: rgb(207,31,153); }
H1.HeaderClassName
{
color: #CF1F99;
}
.AnyTagClassName
{
color: #CF1F99;
}
</style>
background-color css
<style>
a { background-color: #CF1F99; }
a { background-color: rgb(207,31,153); }
div.DivClassName
{
background-color: #CF1F99;
}
.BgClassName
{
background-color: #CF1F99;
}
</style>
border-color css
<style>
span { border-color: #CF1F99; }
span { border-color: rgb(207,31,153); }
td.TdClassName
{
border-color: #CF1F99;
}
.TagClassName
{
border-color: #CF1F99;
}
</style>