Shades of Medium Violet Red #CF1396
Tints of Medium Violet Red #CF1396
RGB
CMYK
RGB Variations
Color information
#CF1396 (or 0xCF1396) is known color: Medium Violet Red. HEX triplet: CF, 13 and 96. RGB value is (207,19,150). Sum of RGB (Red+Green+Blue) = 207+19+150=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1396 is #30EC69. Grayscale: #595959. Windows color (decimal): -3206250 or 9835471. OLE color: 9835471.
HSL color Cylindrical-coordinate representation of color #CF1396: hue angle of 318.19º degrees, saturation: 0.83, 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 #CF1396 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.19 |
| HSL | 318.19º | 0.83% | 0.44% | - |
| HSV(B) | 318.19º | 0.91% | 0.81% | - |
| XYZ | 31.47 | 15.93 | 30.27 | - |
| YUV | 90.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 150 | 0 | 0.91 | 0.28 | 0.19 | 318.19 | 0.83 | 0.44 |
| Hex | CF | 13 | 96 | 0 | 5B | 1C | 13 | 13E | 53 | 2C |
| Octal | 317 | 23 | 226 | 0 | 133 | 34 | 23 | 476 | 123 | 54 |
| Binary | 11001111 | 10011 | 10010110 | 0 | 1011011 | 11100 | 10011 | 100111110 | 1010011 | 101100 |
Color Harmonies of #CF1396
Complementary color
Monochromatic Colors of #CF1396
Black with #CF1396
Text Example
Text Example
White with #CF1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1396; }
p { color: rgb(207,19,150); }
H1.HeaderClassName
{
color: #CF1396;
}
.AnyTagClassName
{
color: #CF1396;
}
</style>
background-color css
<style>
a { background-color: #CF1396; }
a { background-color: rgb(207,19,150); }
div.DivClassName
{
background-color: #CF1396;
}
.BgClassName
{
background-color: #CF1396;
}
</style>
border-color css
<style>
span { border-color: #CF1396; }
span { border-color: rgb(207,19,150); }
td.TdClassName
{
border-color: #CF1396;
}
.TagClassName
{
border-color: #CF1396;
}
</style>