Shades of Medium Violet Red #CF0783
Tints of Medium Violet Red #CF0783
RGB
CMYK
RGB Variations
Color information
#CF0783 (or 0xCF0783) is known color: Medium Violet Red. HEX triplet: CF, 07 and 83. RGB value is (207,7,131). Sum of RGB (Red+Green+Blue) = 207+7+131=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0783 is #30F87C. Grayscale: #505050. Windows color (decimal): -3209341 or 8587215. OLE color: 8587215.
HSL color Cylindrical-coordinate representation of color #CF0783: hue angle of 322.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0783 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 131 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.19 |
| HSL | 322.8º | 0.93% | 0.42% | - |
| HSV(B) | 322.8º | 0.97% | 0.81% | - |
| XYZ | 29.9 | 15.06 | 22.8 | - |
| YUV | 80.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 131 | 0 | 0.97 | 0.37 | 0.19 | 322.8 | 0.93 | 0.42 |
| Hex | CF | 7 | 83 | 0 | 61 | 25 | 13 | 143 | 5D | 2A |
| Octal | 317 | 7 | 203 | 0 | 141 | 45 | 23 | 503 | 135 | 52 |
| Binary | 11001111 | 111 | 10000011 | 0 | 1100001 | 100101 | 10011 | 101000011 | 1011101 | 101010 |
Color Harmonies of #CF0783
Complementary color
Monochromatic Colors of #CF0783
Black with #CF0783
Text Example
Text Example
White with #CF0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0783; }
p { color: rgb(207,7,131); }
H1.HeaderClassName
{
color: #CF0783;
}
.AnyTagClassName
{
color: #CF0783;
}
</style>
background-color css
<style>
a { background-color: #CF0783; }
a { background-color: rgb(207,7,131); }
div.DivClassName
{
background-color: #CF0783;
}
.BgClassName
{
background-color: #CF0783;
}
</style>
border-color css
<style>
span { border-color: #CF0783; }
span { border-color: rgb(207,7,131); }
td.TdClassName
{
border-color: #CF0783;
}
.TagClassName
{
border-color: #CF0783;
}
</style>