Shades of Medium Violet Red #CF2296
Tints of Medium Violet Red #CF2296
RGB
CMYK
RGB Variations
Color information
#CF2296 (or 0xCF2296) is known color: Medium Violet Red. HEX triplet: CF, 22 and 96. RGB value is (207,34,150). Sum of RGB (Red+Green+Blue) = 207+34+150=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2296 is #30DD69. Grayscale: #626262. Windows color (decimal): -3202410 or 9839311. OLE color: 9839311.
HSL color Cylindrical-coordinate representation of color #CF2296: hue angle of 319.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2296 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 150 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.19 |
| HSL | 319.77º | 0.72% | 0.47% | - |
| HSV(B) | 319.77º | 0.84% | 0.81% | - |
| XYZ | 31.81 | 16.61 | 30.38 | - |
| YUV | 98.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 150 | 0 | 0.84 | 0.28 | 0.19 | 319.77 | 0.72 | 0.47 |
| Hex | CF | 22 | 96 | 0 | 54 | 1C | 13 | 140 | 48 | 2F |
| Octal | 317 | 42 | 226 | 0 | 124 | 34 | 23 | 500 | 110 | 57 |
| Binary | 11001111 | 100010 | 10010110 | 0 | 1010100 | 11100 | 10011 | 101000000 | 1001000 | 101111 |
Color Harmonies of #CF2296
Complementary color
Monochromatic Colors of #CF2296
Black with #CF2296
Text Example
Text Example
White with #CF2296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2296; }
p { color: rgb(207,34,150); }
H1.HeaderClassName
{
color: #CF2296;
}
.AnyTagClassName
{
color: #CF2296;
}
</style>
background-color css
<style>
a { background-color: #CF2296; }
a { background-color: rgb(207,34,150); }
div.DivClassName
{
background-color: #CF2296;
}
.BgClassName
{
background-color: #CF2296;
}
</style>
border-color css
<style>
span { border-color: #CF2296; }
span { border-color: rgb(207,34,150); }
td.TdClassName
{
border-color: #CF2296;
}
.TagClassName
{
border-color: #CF2296;
}
</style>