Shades of Medium Violet Red #CF1386
Tints of Medium Violet Red #CF1386
RGB
CMYK
RGB Variations
Color information
#CF1386 (or 0xCF1386) is known color: Medium Violet Red. HEX triplet: CF, 13 and 86. RGB value is (207,19,134). Sum of RGB (Red+Green+Blue) = 207+19+134=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1386 is #30EC79. Grayscale: #585858. Windows color (decimal): -3206266 or 8786895. OLE color: 8786895.
HSL color Cylindrical-coordinate representation of color #CF1386: hue angle of 323.3º 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 #CF1386 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 134 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.19 |
| HSL | 323.3º | 0.83% | 0.44% | - |
| HSV(B) | 323.3º | 0.91% | 0.81% | - |
| XYZ | 30.27 | 15.45 | 23.94 | - |
| YUV | 88.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 134 | 0 | 0.91 | 0.35 | 0.19 | 323.3 | 0.83 | 0.44 |
| Hex | CF | 13 | 86 | 0 | 5B | 23 | 13 | 143 | 53 | 2C |
| Octal | 317 | 23 | 206 | 0 | 133 | 43 | 23 | 503 | 123 | 54 |
| Binary | 11001111 | 10011 | 10000110 | 0 | 1011011 | 100011 | 10011 | 101000011 | 1010011 | 101100 |
Color Harmonies of #CF1386
Complementary color
Monochromatic Colors of #CF1386
Black with #CF1386
Text Example
Text Example
White with #CF1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1386; }
p { color: rgb(207,19,134); }
H1.HeaderClassName
{
color: #CF1386;
}
.AnyTagClassName
{
color: #CF1386;
}
</style>
background-color css
<style>
a { background-color: #CF1386; }
a { background-color: rgb(207,19,134); }
div.DivClassName
{
background-color: #CF1386;
}
.BgClassName
{
background-color: #CF1386;
}
</style>
border-color css
<style>
span { border-color: #CF1386; }
span { border-color: rgb(207,19,134); }
td.TdClassName
{
border-color: #CF1386;
}
.TagClassName
{
border-color: #CF1386;
}
</style>