Shades of Medium Violet Red #CF259F
Tints of Medium Violet Red #CF259F
RGB
CMYK
RGB Variations
Color information
#CF259F (or 0xCF259F) is known color: Medium Violet Red. HEX triplet: CF, 25 and 9F. RGB value is (207,37,159). Sum of RGB (Red+Green+Blue) = 207+37+159=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF259F is #30DA60. Grayscale: #656565. Windows color (decimal): -3201633 or 10429903. OLE color: 10429903.
HSL color Cylindrical-coordinate representation of color #CF259F: hue angle of 316.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF259F is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 159 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.19 |
| HSL | 316.94º | 0.7% | 0.48% | - |
| HSV(B) | 316.94º | 0.82% | 0.81% | - |
| XYZ | 32.65 | 17.09 | 34.38 | - |
| YUV | 101.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 159 | 0 | 0.82 | 0.23 | 0.19 | 316.94 | 0.7 | 0.48 |
| Hex | CF | 25 | 9F | 0 | 52 | 17 | 13 | 13D | 46 | 30 |
| Octal | 317 | 45 | 237 | 0 | 122 | 27 | 23 | 475 | 106 | 60 |
| Binary | 11001111 | 100101 | 10011111 | 0 | 1010010 | 10111 | 10011 | 100111101 | 1000110 | 110000 |
Color Harmonies of #CF259F
Complementary color
Monochromatic Colors of #CF259F
Black with #CF259F
Text Example
Text Example
White with #CF259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF259F; }
p { color: rgb(207,37,159); }
H1.HeaderClassName
{
color: #CF259F;
}
.AnyTagClassName
{
color: #CF259F;
}
</style>
background-color css
<style>
a { background-color: #CF259F; }
a { background-color: rgb(207,37,159); }
div.DivClassName
{
background-color: #CF259F;
}
.BgClassName
{
background-color: #CF259F;
}
</style>
border-color css
<style>
span { border-color: #CF259F; }
span { border-color: rgb(207,37,159); }
td.TdClassName
{
border-color: #CF259F;
}
.TagClassName
{
border-color: #CF259F;
}
</style>