Shades of Medium Violet Red #CF0688
Tints of Medium Violet Red #CF0688
RGB
CMYK
RGB Variations
Color information
#CF0688 (or 0xCF0688) is known color: Medium Violet Red. HEX triplet: CF, 06 and 88. RGB value is (207,6,136). Sum of RGB (Red+Green+Blue) = 207+6+136=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0688 is #30F977. Grayscale: #505050. Windows color (decimal): -3209592 or 8914639. OLE color: 8914639.
HSL color Cylindrical-coordinate representation of color #CF0688: hue angle of 321.19º degrees, saturation: 0.94, 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 #CF0688 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.19 |
| HSL | 321.19º | 0.94% | 0.42% | - |
| HSV(B) | 321.19º | 0.97% | 0.81% | - |
| XYZ | 30.24 | 15.17 | 24.63 | - |
| YUV | 80.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 136 | 0 | 0.97 | 0.34 | 0.19 | 321.19 | 0.94 | 0.42 |
| Hex | CF | 6 | 88 | 0 | 61 | 22 | 13 | 141 | 5E | 2A |
| Octal | 317 | 6 | 210 | 0 | 141 | 42 | 23 | 501 | 136 | 52 |
| Binary | 11001111 | 110 | 10001000 | 0 | 1100001 | 100010 | 10011 | 101000001 | 1011110 | 101010 |
Color Harmonies of #CF0688
Complementary color
Monochromatic Colors of #CF0688
Black with #CF0688
Text Example
Text Example
White with #CF0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0688; }
p { color: rgb(207,6,136); }
H1.HeaderClassName
{
color: #CF0688;
}
.AnyTagClassName
{
color: #CF0688;
}
</style>
background-color css
<style>
a { background-color: #CF0688; }
a { background-color: rgb(207,6,136); }
div.DivClassName
{
background-color: #CF0688;
}
.BgClassName
{
background-color: #CF0688;
}
</style>
border-color css
<style>
span { border-color: #CF0688; }
span { border-color: rgb(207,6,136); }
td.TdClassName
{
border-color: #CF0688;
}
.TagClassName
{
border-color: #CF0688;
}
</style>