Shades of Medium Violet Red #CF2397
Tints of Medium Violet Red #CF2397
RGB
CMYK
RGB Variations
Color information
#CF2397 (or 0xCF2397) is known color: Medium Violet Red. HEX triplet: CF, 23 and 97. RGB value is (207,35,151). Sum of RGB (Red+Green+Blue) = 207+35+151=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2397 is #30DC68. Grayscale: #636363. Windows color (decimal): -3202153 or 9905103. OLE color: 9905103.
HSL color Cylindrical-coordinate representation of color #CF2397: hue angle of 319.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2397 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 151 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.19 |
| HSL | 319.53º | 0.71% | 0.47% | - |
| HSV(B) | 319.53º | 0.83% | 0.81% | - |
| XYZ | 31.92 | 16.7 | 30.82 | - |
| YUV | 99.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 151 | 0 | 0.83 | 0.27 | 0.19 | 319.53 | 0.71 | 0.47 |
| Hex | CF | 23 | 97 | 0 | 53 | 1B | 13 | 140 | 47 | 2F |
| Octal | 317 | 43 | 227 | 0 | 123 | 33 | 23 | 500 | 107 | 57 |
| Binary | 11001111 | 100011 | 10010111 | 0 | 1010011 | 11011 | 10011 | 101000000 | 1000111 | 101111 |
Color Harmonies of #CF2397
Complementary color
Monochromatic Colors of #CF2397
Black with #CF2397
Text Example
Text Example
White with #CF2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2397; }
p { color: rgb(207,35,151); }
H1.HeaderClassName
{
color: #CF2397;
}
.AnyTagClassName
{
color: #CF2397;
}
</style>
background-color css
<style>
a { background-color: #CF2397; }
a { background-color: rgb(207,35,151); }
div.DivClassName
{
background-color: #CF2397;
}
.BgClassName
{
background-color: #CF2397;
}
</style>
border-color css
<style>
span { border-color: #CF2397; }
span { border-color: rgb(207,35,151); }
td.TdClassName
{
border-color: #CF2397;
}
.TagClassName
{
border-color: #CF2397;
}
</style>