Shades of Medium Violet Red #CF1595
Tints of Medium Violet Red #CF1595
RGB
CMYK
RGB Variations
Color information
#CF1595 (or 0xCF1595) is known color: Medium Violet Red. HEX triplet: CF, 15 and 95. RGB value is (207,21,149). Sum of RGB (Red+Green+Blue) = 207+21+149=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1595 is #30EA6A. Grayscale: #5A5A5A. Windows color (decimal): -3205739 or 9770447. OLE color: 9770447.
HSL color Cylindrical-coordinate representation of color #CF1595: hue angle of 318.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1595 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 149 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.19 |
| HSL | 318.71º | 0.82% | 0.45% | - |
| HSV(B) | 318.71º | 0.9% | 0.81% | - |
| XYZ | 31.43 | 15.97 | 29.86 | - |
| YUV | 91.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 149 | 0 | 0.90 | 0.28 | 0.19 | 318.71 | 0.82 | 0.45 |
| Hex | CF | 15 | 95 | 0 | 5A | 1C | 13 | 13F | 52 | 2D |
| Octal | 317 | 25 | 225 | 0 | 132 | 34 | 23 | 477 | 122 | 55 |
| Binary | 11001111 | 10101 | 10010101 | 0 | 1011010 | 11100 | 10011 | 100111111 | 1010010 | 101101 |
Color Harmonies of #CF1595
Complementary color
Monochromatic Colors of #CF1595
Black with #CF1595
Text Example
Text Example
White with #CF1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1595; }
p { color: rgb(207,21,149); }
H1.HeaderClassName
{
color: #CF1595;
}
.AnyTagClassName
{
color: #CF1595;
}
</style>
background-color css
<style>
a { background-color: #CF1595; }
a { background-color: rgb(207,21,149); }
div.DivClassName
{
background-color: #CF1595;
}
.BgClassName
{
background-color: #CF1595;
}
</style>
border-color css
<style>
span { border-color: #CF1595; }
span { border-color: rgb(207,21,149); }
td.TdClassName
{
border-color: #CF1595;
}
.TagClassName
{
border-color: #CF1595;
}
</style>