Shades of Medium Violet Red #CF1683
Tints of Medium Violet Red #CF1683
RGB
CMYK
RGB Variations
Color information
#CF1683 (or 0xCF1683) is known color: Medium Violet Red. HEX triplet: CF, 16 and 83. RGB value is (207,22,131). Sum of RGB (Red+Green+Blue) = 207+22+131=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1683 is #30E97C. Grayscale: #595959. Windows color (decimal): -3205501 or 8591055. OLE color: 8591055.
HSL color Cylindrical-coordinate representation of color #CF1683: hue angle of 324.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1683 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 131 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.19 |
| HSL | 324.65º | 0.81% | 0.45% | - |
| HSV(B) | 324.65º | 0.89% | 0.81% | - |
| XYZ | 30.12 | 15.48 | 22.87 | - |
| YUV | 89.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 131 | 0 | 0.89 | 0.37 | 0.19 | 324.65 | 0.81 | 0.45 |
| Hex | CF | 16 | 83 | 0 | 59 | 25 | 13 | 145 | 51 | 2D |
| Octal | 317 | 26 | 203 | 0 | 131 | 45 | 23 | 505 | 121 | 55 |
| Binary | 11001111 | 10110 | 10000011 | 0 | 1011001 | 100101 | 10011 | 101000101 | 1010001 | 101101 |
Color Harmonies of #CF1683
Complementary color
Monochromatic Colors of #CF1683
Black with #CF1683
Text Example
Text Example
White with #CF1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1683; }
p { color: rgb(207,22,131); }
H1.HeaderClassName
{
color: #CF1683;
}
.AnyTagClassName
{
color: #CF1683;
}
</style>
background-color css
<style>
a { background-color: #CF1683; }
a { background-color: rgb(207,22,131); }
div.DivClassName
{
background-color: #CF1683;
}
.BgClassName
{
background-color: #CF1683;
}
</style>
border-color css
<style>
span { border-color: #CF1683; }
span { border-color: rgb(207,22,131); }
td.TdClassName
{
border-color: #CF1683;
}
.TagClassName
{
border-color: #CF1683;
}
</style>