Shades of Medium Violet Red #CF1292
Tints of Medium Violet Red #CF1292
RGB
CMYK
RGB Variations
Color information
#CF1292 (or 0xCF1292) is known color: Medium Violet Red. HEX triplet: CF, 12 and 92. RGB value is (207,18,146). Sum of RGB (Red+Green+Blue) = 207+18+146=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1292 is #30ED6D. Grayscale: #585858. Windows color (decimal): -3206510 or 9573071. OLE color: 9573071.
HSL color Cylindrical-coordinate representation of color #CF1292: hue angle of 319.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1292 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 146 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.19 |
| HSL | 319.37º | 0.84% | 0.44% | - |
| HSV(B) | 319.37º | 0.91% | 0.81% | - |
| XYZ | 31.14 | 15.77 | 28.6 | - |
| YUV | 89.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 146 | 0 | 0.91 | 0.29 | 0.19 | 319.37 | 0.84 | 0.44 |
| Hex | CF | 12 | 92 | 0 | 5B | 1D | 13 | 13F | 54 | 2C |
| Octal | 317 | 22 | 222 | 0 | 133 | 35 | 23 | 477 | 124 | 54 |
| Binary | 11001111 | 10010 | 10010010 | 0 | 1011011 | 11101 | 10011 | 100111111 | 1010100 | 101100 |
Color Harmonies of #CF1292
Complementary color
Monochromatic Colors of #CF1292
Black with #CF1292
Text Example
Text Example
White with #CF1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1292; }
p { color: rgb(207,18,146); }
H1.HeaderClassName
{
color: #CF1292;
}
.AnyTagClassName
{
color: #CF1292;
}
</style>
background-color css
<style>
a { background-color: #CF1292; }
a { background-color: rgb(207,18,146); }
div.DivClassName
{
background-color: #CF1292;
}
.BgClassName
{
background-color: #CF1292;
}
</style>
border-color css
<style>
span { border-color: #CF1292; }
span { border-color: rgb(207,18,146); }
td.TdClassName
{
border-color: #CF1292;
}
.TagClassName
{
border-color: #CF1292;
}
</style>