Shades of Medium Violet Red #CF2499
Tints of Medium Violet Red #CF2499
RGB
CMYK
RGB Variations
Color information
#CF2499 (or 0xCF2499) is known color: Medium Violet Red. HEX triplet: CF, 24 and 99. RGB value is (207,36,153). Sum of RGB (Red+Green+Blue) = 207+36+153=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2499 is #30DB66. Grayscale: #646464. Windows color (decimal): -3201895 or 10036431. OLE color: 10036431.
HSL color Cylindrical-coordinate representation of color #CF2499: hue angle of 318.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2499 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 153 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.19 |
| HSL | 318.95º | 0.7% | 0.48% | - |
| HSV(B) | 318.95º | 0.83% | 0.81% | - |
| XYZ | 32.11 | 16.83 | 31.69 | - |
| YUV | 100.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 153 | 0 | 0.83 | 0.26 | 0.19 | 318.95 | 0.7 | 0.48 |
| Hex | CF | 24 | 99 | 0 | 53 | 1A | 13 | 13F | 46 | 30 |
| Octal | 317 | 44 | 231 | 0 | 123 | 32 | 23 | 477 | 106 | 60 |
| Binary | 11001111 | 100100 | 10011001 | 0 | 1010011 | 11010 | 10011 | 100111111 | 1000110 | 110000 |
Color Harmonies of #CF2499
Complementary color
Monochromatic Colors of #CF2499
Black with #CF2499
Text Example
Text Example
White with #CF2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2499; }
p { color: rgb(207,36,153); }
H1.HeaderClassName
{
color: #CF2499;
}
.AnyTagClassName
{
color: #CF2499;
}
</style>
background-color css
<style>
a { background-color: #CF2499; }
a { background-color: rgb(207,36,153); }
div.DivClassName
{
background-color: #CF2499;
}
.BgClassName
{
background-color: #CF2499;
}
</style>
border-color css
<style>
span { border-color: #CF2499; }
span { border-color: rgb(207,36,153); }
td.TdClassName
{
border-color: #CF2499;
}
.TagClassName
{
border-color: #CF2499;
}
</style>