Shades of Medium Violet Red #CF2498
Tints of Medium Violet Red #CF2498
RGB
CMYK
RGB Variations
Color information
#CF2498 (or 0xCF2498) is known color: Medium Violet Red. HEX triplet: CF, 24 and 98. RGB value is (207,36,152). Sum of RGB (Red+Green+Blue) = 207+36+152=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2498 is #30DB67. Grayscale: #646464. Windows color (decimal): -3201896 or 9970895. OLE color: 9970895.
HSL color Cylindrical-coordinate representation of color #CF2498: hue angle of 319.3º 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 #CF2498 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 152 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.19 |
| HSL | 319.3º | 0.7% | 0.48% | - |
| HSV(B) | 319.3º | 0.83% | 0.81% | - |
| XYZ | 32.03 | 16.79 | 31.26 | - |
| YUV | 100.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 152 | 0 | 0.83 | 0.27 | 0.19 | 319.3 | 0.7 | 0.48 |
| Hex | CF | 24 | 98 | 0 | 53 | 1B | 13 | 13F | 46 | 30 |
| Octal | 317 | 44 | 230 | 0 | 123 | 33 | 23 | 477 | 106 | 60 |
| Binary | 11001111 | 100100 | 10011000 | 0 | 1010011 | 11011 | 10011 | 100111111 | 1000110 | 110000 |
Color Harmonies of #CF2498
Complementary color
Monochromatic Colors of #CF2498
Black with #CF2498
Text Example
Text Example
White with #CF2498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2498; }
p { color: rgb(207,36,152); }
H1.HeaderClassName
{
color: #CF2498;
}
.AnyTagClassName
{
color: #CF2498;
}
</style>
background-color css
<style>
a { background-color: #CF2498; }
a { background-color: rgb(207,36,152); }
div.DivClassName
{
background-color: #CF2498;
}
.BgClassName
{
background-color: #CF2498;
}
</style>
border-color css
<style>
span { border-color: #CF2498; }
span { border-color: rgb(207,36,152); }
td.TdClassName
{
border-color: #CF2498;
}
.TagClassName
{
border-color: #CF2498;
}
</style>