Shades of Medium Violet Red #CF068B
Tints of Medium Violet Red #CF068B
RGB
CMYK
RGB Variations
Color information
#CF068B (or 0xCF068B) is known color: Medium Violet Red. HEX triplet: CF, 06 and 8B. RGB value is (207,6,139). Sum of RGB (Red+Green+Blue) = 207+6+139=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF068B is #30F974. Grayscale: #505050. Windows color (decimal): -3209589 or 9111247. OLE color: 9111247.
HSL color Cylindrical-coordinate representation of color #CF068B: hue angle of 320.3º 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 #CF068B is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.19 |
| HSL | 320.3º | 0.94% | 0.42% | - |
| HSV(B) | 320.3º | 0.97% | 0.81% | - |
| XYZ | 30.46 | 15.26 | 25.77 | - |
| YUV | 81.26 | 160.59 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 139 | 0 | 0.97 | 0.33 | 0.19 | 320.3 | 0.94 | 0.42 |
| Hex | CF | 6 | 8B | 0 | 61 | 21 | 13 | 140 | 5E | 2A |
| Octal | 317 | 6 | 213 | 0 | 141 | 41 | 23 | 500 | 136 | 52 |
| Binary | 11001111 | 110 | 10001011 | 0 | 1100001 | 100001 | 10011 | 101000000 | 1011110 | 101010 |
Color Harmonies of #CF068B
Complementary color
Monochromatic Colors of #CF068B
Black with #CF068B
Text Example
Text Example
White with #CF068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF068B; }
p { color: rgb(207,6,139); }
H1.HeaderClassName
{
color: #CF068B;
}
.AnyTagClassName
{
color: #CF068B;
}
</style>
background-color css
<style>
a { background-color: #CF068B; }
a { background-color: rgb(207,6,139); }
div.DivClassName
{
background-color: #CF068B;
}
.BgClassName
{
background-color: #CF068B;
}
</style>
border-color css
<style>
span { border-color: #CF068B; }
span { border-color: rgb(207,6,139); }
td.TdClassName
{
border-color: #CF068B;
}
.TagClassName
{
border-color: #CF068B;
}
</style>