Shades of Medium Violet Red #CF2292
Tints of Medium Violet Red #CF2292
RGB
CMYK
RGB Variations
Color information
#CF2292 (or 0xCF2292) is known color: Medium Violet Red. HEX triplet: CF, 22 and 92. RGB value is (207,34,146). Sum of RGB (Red+Green+Blue) = 207+34+146=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2292 is #30DD6D. Grayscale: #626262. Windows color (decimal): -3202414 or 9577167. OLE color: 9577167.
HSL color Cylindrical-coordinate representation of color #CF2292: hue angle of 321.16º 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 #CF2292 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 146 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.19 |
| HSL | 321.16º | 0.72% | 0.47% | - |
| HSV(B) | 321.16º | 0.84% | 0.81% | - |
| XYZ | 31.49 | 16.48 | 28.72 | - |
| YUV | 98.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 146 | 0 | 0.84 | 0.29 | 0.19 | 321.16 | 0.72 | 0.47 |
| Hex | CF | 22 | 92 | 0 | 54 | 1D | 13 | 141 | 48 | 2F |
| Octal | 317 | 42 | 222 | 0 | 124 | 35 | 23 | 501 | 110 | 57 |
| Binary | 11001111 | 100010 | 10010010 | 0 | 1010100 | 11101 | 10011 | 101000001 | 1001000 | 101111 |
Color Harmonies of #CF2292
Complementary color
Monochromatic Colors of #CF2292
Black with #CF2292
Text Example
Text Example
White with #CF2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2292; }
p { color: rgb(207,34,146); }
H1.HeaderClassName
{
color: #CF2292;
}
.AnyTagClassName
{
color: #CF2292;
}
</style>
background-color css
<style>
a { background-color: #CF2292; }
a { background-color: rgb(207,34,146); }
div.DivClassName
{
background-color: #CF2292;
}
.BgClassName
{
background-color: #CF2292;
}
</style>
border-color css
<style>
span { border-color: #CF2292; }
span { border-color: rgb(207,34,146); }
td.TdClassName
{
border-color: #CF2292;
}
.TagClassName
{
border-color: #CF2292;
}
</style>