Shades of Medium Violet Red #CF0884
Tints of Medium Violet Red #CF0884
RGB
CMYK
RGB Variations
Color information
#CF0884 (or 0xCF0884) is known color: Medium Violet Red. HEX triplet: CF, 08 and 84. RGB value is (207,8,132). Sum of RGB (Red+Green+Blue) = 207+8+132=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0884 is #30F77B. Grayscale: #515151. Windows color (decimal): -3209084 or 8653007. OLE color: 8653007.
HSL color Cylindrical-coordinate representation of color #CF0884: hue angle of 322.61º degrees, saturation: 0.93, 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 #CF0884 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.19 |
| HSL | 322.61º | 0.93% | 0.42% | - |
| HSV(B) | 322.61º | 0.96% | 0.81% | - |
| XYZ | 29.98 | 15.11 | 23.17 | - |
| YUV | 81.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 132 | 0 | 0.96 | 0.36 | 0.19 | 322.61 | 0.93 | 0.42 |
| Hex | CF | 8 | 84 | 0 | 60 | 24 | 13 | 143 | 5D | 2A |
| Octal | 317 | 10 | 204 | 0 | 140 | 44 | 23 | 503 | 135 | 52 |
| Binary | 11001111 | 1000 | 10000100 | 0 | 1100000 | 100100 | 10011 | 101000011 | 1011101 | 101010 |
Color Harmonies of #CF0884
Complementary color
Monochromatic Colors of #CF0884
Black with #CF0884
Text Example
Text Example
White with #CF0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0884; }
p { color: rgb(207,8,132); }
H1.HeaderClassName
{
color: #CF0884;
}
.AnyTagClassName
{
color: #CF0884;
}
</style>
background-color css
<style>
a { background-color: #CF0884; }
a { background-color: rgb(207,8,132); }
div.DivClassName
{
background-color: #CF0884;
}
.BgClassName
{
background-color: #CF0884;
}
</style>
border-color css
<style>
span { border-color: #CF0884; }
span { border-color: rgb(207,8,132); }
td.TdClassName
{
border-color: #CF0884;
}
.TagClassName
{
border-color: #CF0884;
}
</style>