Shades of Medium Violet Red #CF0886
Tints of Medium Violet Red #CF0886
RGB
CMYK
RGB Variations
Color information
#CF0886 (or 0xCF0886) is known color: Medium Violet Red. HEX triplet: CF, 08 and 86. RGB value is (207,8,134). Sum of RGB (Red+Green+Blue) = 207+8+134=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0886 is #30F779. Grayscale: #515151. Windows color (decimal): -3209082 or 8784079. OLE color: 8784079.
HSL color Cylindrical-coordinate representation of color #CF0886: hue angle of 322.01º 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 #CF0886 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.19 |
| HSL | 322.01º | 0.93% | 0.42% | - |
| HSV(B) | 322.01º | 0.96% | 0.81% | - |
| XYZ | 30.12 | 15.16 | 23.89 | - |
| YUV | 81.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 134 | 0 | 0.96 | 0.35 | 0.19 | 322.01 | 0.93 | 0.42 |
| Hex | CF | 8 | 86 | 0 | 60 | 23 | 13 | 142 | 5D | 2A |
| Octal | 317 | 10 | 206 | 0 | 140 | 43 | 23 | 502 | 135 | 52 |
| Binary | 11001111 | 1000 | 10000110 | 0 | 1100000 | 100011 | 10011 | 101000010 | 1011101 | 101010 |
Color Harmonies of #CF0886
Complementary color
Monochromatic Colors of #CF0886
Black with #CF0886
Text Example
Text Example
White with #CF0886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0886; }
p { color: rgb(207,8,134); }
H1.HeaderClassName
{
color: #CF0886;
}
.AnyTagClassName
{
color: #CF0886;
}
</style>
background-color css
<style>
a { background-color: #CF0886; }
a { background-color: rgb(207,8,134); }
div.DivClassName
{
background-color: #CF0886;
}
.BgClassName
{
background-color: #CF0886;
}
</style>
border-color css
<style>
span { border-color: #CF0886; }
span { border-color: rgb(207,8,134); }
td.TdClassName
{
border-color: #CF0886;
}
.TagClassName
{
border-color: #CF0886;
}
</style>