Shades of Medium Violet Red #CF068F
Tints of Medium Violet Red #CF068F
RGB
CMYK
RGB Variations
Color information
#CF068F (or 0xCF068F) is known color: Medium Violet Red. HEX triplet: CF, 06 and 8F. RGB value is (207,6,143). Sum of RGB (Red+Green+Blue) = 207+6+143=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF068F is #30F970. Grayscale: #515151. Windows color (decimal): -3209585 or 9373391. OLE color: 9373391.
HSL color Cylindrical-coordinate representation of color #CF068F: hue angle of 319.1º 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 #CF068F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.19 |
| HSL | 319.1º | 0.94% | 0.42% | - |
| HSV(B) | 319.1º | 0.97% | 0.81% | - |
| XYZ | 30.76 | 15.38 | 27.33 | - |
| YUV | 81.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 143 | 0 | 0.97 | 0.31 | 0.19 | 319.1 | 0.94 | 0.42 |
| Hex | CF | 6 | 8F | 0 | 61 | 1F | 13 | 13F | 5E | 2A |
| Octal | 317 | 6 | 217 | 0 | 141 | 37 | 23 | 477 | 136 | 52 |
| Binary | 11001111 | 110 | 10001111 | 0 | 1100001 | 11111 | 10011 | 100111111 | 1011110 | 101010 |
Color Harmonies of #CF068F
Complementary color
Monochromatic Colors of #CF068F
Black with #CF068F
Text Example
Text Example
White with #CF068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF068F; }
p { color: rgb(207,6,143); }
H1.HeaderClassName
{
color: #CF068F;
}
.AnyTagClassName
{
color: #CF068F;
}
</style>
background-color css
<style>
a { background-color: #CF068F; }
a { background-color: rgb(207,6,143); }
div.DivClassName
{
background-color: #CF068F;
}
.BgClassName
{
background-color: #CF068F;
}
</style>
border-color css
<style>
span { border-color: #CF068F; }
span { border-color: rgb(207,6,143); }
td.TdClassName
{
border-color: #CF068F;
}
.TagClassName
{
border-color: #CF068F;
}
</style>