Shades of Medium Violet Red #CF1992
Tints of Medium Violet Red #CF1992
RGB
CMYK
RGB Variations
Color information
#CF1992 (or 0xCF1992) is known color: Medium Violet Red. HEX triplet: CF, 19 and 92. RGB value is (207,25,146). Sum of RGB (Red+Green+Blue) = 207+25+146=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1992 is #30E66D. Grayscale: #5C5C5C. Windows color (decimal): -3204718 or 9574863. OLE color: 9574863.
HSL color Cylindrical-coordinate representation of color #CF1992: hue angle of 320.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1992 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 146 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.19 |
| HSL | 320.11º | 0.78% | 0.45% | - |
| HSV(B) | 320.11º | 0.88% | 0.81% | - |
| XYZ | 31.27 | 16.04 | 28.64 | - |
| YUV | 93.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 146 | 0 | 0.88 | 0.29 | 0.19 | 320.11 | 0.78 | 0.45 |
| Hex | CF | 19 | 92 | 0 | 58 | 1D | 13 | 140 | 4E | 2D |
| Octal | 317 | 31 | 222 | 0 | 130 | 35 | 23 | 500 | 116 | 55 |
| Binary | 11001111 | 11001 | 10010010 | 0 | 1011000 | 11101 | 10011 | 101000000 | 1001110 | 101101 |
Color Harmonies of #CF1992
Complementary color
Monochromatic Colors of #CF1992
Black with #CF1992
Text Example
Text Example
White with #CF1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1992; }
p { color: rgb(207,25,146); }
H1.HeaderClassName
{
color: #CF1992;
}
.AnyTagClassName
{
color: #CF1992;
}
</style>
background-color css
<style>
a { background-color: #CF1992; }
a { background-color: rgb(207,25,146); }
div.DivClassName
{
background-color: #CF1992;
}
.BgClassName
{
background-color: #CF1992;
}
</style>
border-color css
<style>
span { border-color: #CF1992; }
span { border-color: rgb(207,25,146); }
td.TdClassName
{
border-color: #CF1992;
}
.TagClassName
{
border-color: #CF1992;
}
</style>