Shades of Medium Violet Red #CF0084
Tints of Medium Violet Red #CF0084
RGB
CMYK
RGB Variations
Color information
#CF0084 (or 0xCF0084) is known color: Medium Violet Red. HEX triplet: CF, 00 and 84. RGB value is (207,0,132). Sum of RGB (Red+Green+Blue) = 207+0+132=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0084 is #30FF7B. Grayscale: #4C4C4C. Windows color (decimal): -3211132 or 8650959. OLE color: 8650959.
HSL color Cylindrical-coordinate representation of color #CF0084: hue angle of 321.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0084 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.36 | 0.19 |
| HSL | 321.74º | 1% | 0.41% | - |
| HSV(B) | 321.74º | 1% | 0.81% | - |
| XYZ | 29.9 | 14.93 | 23.14 | - |
| YUV | 76.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 132 | 0 | 1 | 0.36 | 0.19 | 321.74 | 1 | 0.41 |
| Hex | CF | 0 | 84 | 0 | 64 | 24 | 13 | 142 | 64 | 29 |
| Octal | 317 | 0 | 204 | 0 | 144 | 44 | 23 | 502 | 144 | 51 |
| Binary | 11001111 | 0 | 10000100 | 0 | 1100100 | 100100 | 10011 | 101000010 | 1100100 | 101001 |
Color Harmonies of #CF0084
Complementary color
Monochromatic Colors of #CF0084
Black with #CF0084
Text Example
Text Example
White with #CF0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0084; }
p { color: rgb(207,0,132); }
H1.HeaderClassName
{
color: #CF0084;
}
.AnyTagClassName
{
color: #CF0084;
}
</style>
background-color css
<style>
a { background-color: #CF0084; }
a { background-color: rgb(207,0,132); }
div.DivClassName
{
background-color: #CF0084;
}
.BgClassName
{
background-color: #CF0084;
}
</style>
border-color css
<style>
span { border-color: #CF0084; }
span { border-color: rgb(207,0,132); }
td.TdClassName
{
border-color: #CF0084;
}
.TagClassName
{
border-color: #CF0084;
}
</style>