Shades of Medium Violet Red #CF2192
Tints of Medium Violet Red #CF2192
RGB
CMYK
RGB Variations
Color information
#CF2192 (or 0xCF2192) is known color: Medium Violet Red. HEX triplet: CF, 21 and 92. RGB value is (207,33,146). Sum of RGB (Red+Green+Blue) = 207+33+146=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2192 is #30DE6D. Grayscale: #616161. Windows color (decimal): -3202670 or 9576911. OLE color: 9576911.
HSL color Cylindrical-coordinate representation of color #CF2192: hue angle of 321.03º degrees, saturation: 0.73, 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 #CF2192 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 146 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.19 |
| HSL | 321.03º | 0.73% | 0.47% | - |
| HSV(B) | 321.03º | 0.84% | 0.81% | - |
| XYZ | 31.46 | 16.43 | 28.71 | - |
| YUV | 97.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 146 | 0 | 0.84 | 0.29 | 0.19 | 321.03 | 0.73 | 0.47 |
| Hex | CF | 21 | 92 | 0 | 54 | 1D | 13 | 141 | 48 | 2F |
| Octal | 317 | 41 | 222 | 0 | 124 | 35 | 23 | 501 | 110 | 57 |
| Binary | 11001111 | 100001 | 10010010 | 0 | 1010100 | 11101 | 10011 | 101000001 | 1001000 | 101111 |
Color Harmonies of #CF2192
Complementary color
Monochromatic Colors of #CF2192
Black with #CF2192
Text Example
Text Example
White with #CF2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2192; }
p { color: rgb(207,33,146); }
H1.HeaderClassName
{
color: #CF2192;
}
.AnyTagClassName
{
color: #CF2192;
}
</style>
background-color css
<style>
a { background-color: #CF2192; }
a { background-color: rgb(207,33,146); }
div.DivClassName
{
background-color: #CF2192;
}
.BgClassName
{
background-color: #CF2192;
}
</style>
border-color css
<style>
span { border-color: #CF2192; }
span { border-color: rgb(207,33,146); }
td.TdClassName
{
border-color: #CF2192;
}
.TagClassName
{
border-color: #CF2192;
}
</style>