Shades of Medium Violet Red #CF0983
Tints of Medium Violet Red #CF0983
RGB
CMYK
RGB Variations
Color information
#CF0983 (or 0xCF0983) is known color: Medium Violet Red. HEX triplet: CF, 09 and 83. RGB value is (207,9,131). Sum of RGB (Red+Green+Blue) = 207+9+131=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0983 is #30F67C. Grayscale: #515151. Windows color (decimal): -3208829 or 8587727. OLE color: 8587727.
HSL color Cylindrical-coordinate representation of color #CF0983: hue angle of 323.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0983 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.19 |
| HSL | 323.03º | 0.92% | 0.42% | - |
| HSV(B) | 323.03º | 0.96% | 0.81% | - |
| XYZ | 29.93 | 15.1 | 22.81 | - |
| YUV | 82.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 131 | 0 | 0.96 | 0.37 | 0.19 | 323.03 | 0.92 | 0.42 |
| Hex | CF | 9 | 83 | 0 | 60 | 25 | 13 | 143 | 5C | 2A |
| Octal | 317 | 11 | 203 | 0 | 140 | 45 | 23 | 503 | 134 | 52 |
| Binary | 11001111 | 1001 | 10000011 | 0 | 1100000 | 100101 | 10011 | 101000011 | 1011100 | 101010 |
Color Harmonies of #CF0983
Complementary color
Monochromatic Colors of #CF0983
Black with #CF0983
Text Example
Text Example
White with #CF0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0983; }
p { color: rgb(207,9,131); }
H1.HeaderClassName
{
color: #CF0983;
}
.AnyTagClassName
{
color: #CF0983;
}
</style>
background-color css
<style>
a { background-color: #CF0983; }
a { background-color: rgb(207,9,131); }
div.DivClassName
{
background-color: #CF0983;
}
.BgClassName
{
background-color: #CF0983;
}
</style>
border-color css
<style>
span { border-color: #CF0983; }
span { border-color: rgb(207,9,131); }
td.TdClassName
{
border-color: #CF0983;
}
.TagClassName
{
border-color: #CF0983;
}
</style>