Shades of Medium Violet Red #CF1395
Tints of Medium Violet Red #CF1395
RGB
CMYK
RGB Variations
Color information
#CF1395 (or 0xCF1395) is known color: Medium Violet Red. HEX triplet: CF, 13 and 95. RGB value is (207,19,149). Sum of RGB (Red+Green+Blue) = 207+19+149=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1395 is #30EC6A. Grayscale: #595959. Windows color (decimal): -3206251 or 9769935. OLE color: 9769935.
HSL color Cylindrical-coordinate representation of color #CF1395: hue angle of 318.51º 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 #CF1395 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 149 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.19 |
| HSL | 318.51º | 0.83% | 0.44% | - |
| HSV(B) | 318.51º | 0.91% | 0.81% | - |
| XYZ | 31.39 | 15.9 | 29.85 | - |
| YUV | 90.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 149 | 0 | 0.91 | 0.28 | 0.19 | 318.51 | 0.83 | 0.44 |
| Hex | CF | 13 | 95 | 0 | 5B | 1C | 13 | 13F | 53 | 2C |
| Octal | 317 | 23 | 225 | 0 | 133 | 34 | 23 | 477 | 123 | 54 |
| Binary | 11001111 | 10011 | 10010101 | 0 | 1011011 | 11100 | 10011 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CF1395
Complementary color
Monochromatic Colors of #CF1395
Black with #CF1395
Text Example
Text Example
White with #CF1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1395; }
p { color: rgb(207,19,149); }
H1.HeaderClassName
{
color: #CF1395;
}
.AnyTagClassName
{
color: #CF1395;
}
</style>
background-color css
<style>
a { background-color: #CF1395; }
a { background-color: rgb(207,19,149); }
div.DivClassName
{
background-color: #CF1395;
}
.BgClassName
{
background-color: #CF1395;
}
</style>
border-color css
<style>
span { border-color: #CF1395; }
span { border-color: rgb(207,19,149); }
td.TdClassName
{
border-color: #CF1395;
}
.TagClassName
{
border-color: #CF1395;
}
</style>