Shades of Medium Violet Red #CF1085
Tints of Medium Violet Red #CF1085
RGB
CMYK
RGB Variations
Color information
#CF1085 (or 0xCF1085) is known color: Medium Violet Red. HEX triplet: CF, 10 and 85. RGB value is (207,16,133). Sum of RGB (Red+Green+Blue) = 207+16+133=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1085 is #30EF7A. Grayscale: #565656. Windows color (decimal): -3207035 or 8720591. OLE color: 8720591.
HSL color Cylindrical-coordinate representation of color #CF1085: hue angle of 323.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1085 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 133 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.19 |
| HSL | 323.25º | 0.86% | 0.44% | - |
| HSV(B) | 323.25º | 0.92% | 0.81% | - |
| XYZ | 30.15 | 15.33 | 23.56 | - |
| YUV | 86.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 133 | 0 | 0.92 | 0.36 | 0.19 | 323.25 | 0.86 | 0.44 |
| Hex | CF | 10 | 85 | 0 | 5C | 24 | 13 | 143 | 56 | 2C |
| Octal | 317 | 20 | 205 | 0 | 134 | 44 | 23 | 503 | 126 | 54 |
| Binary | 11001111 | 10000 | 10000101 | 0 | 1011100 | 100100 | 10011 | 101000011 | 1010110 | 101100 |
Color Harmonies of #CF1085
Complementary color
Monochromatic Colors of #CF1085
Black with #CF1085
Text Example
Text Example
White with #CF1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1085; }
p { color: rgb(207,16,133); }
H1.HeaderClassName
{
color: #CF1085;
}
.AnyTagClassName
{
color: #CF1085;
}
</style>
background-color css
<style>
a { background-color: #CF1085; }
a { background-color: rgb(207,16,133); }
div.DivClassName
{
background-color: #CF1085;
}
.BgClassName
{
background-color: #CF1085;
}
</style>
border-color css
<style>
span { border-color: #CF1085; }
span { border-color: rgb(207,16,133); }
td.TdClassName
{
border-color: #CF1085;
}
.TagClassName
{
border-color: #CF1085;
}
</style>