Shades of Medium Violet Red #CF067A
Tints of Medium Violet Red #CF067A
RGB
CMYK
RGB Variations
Color information
#CF067A (or 0xCF067A) is known color: Medium Violet Red. HEX triplet: CF, 06 and 7A. RGB value is (207,6,122). Sum of RGB (Red+Green+Blue) = 207+6+122=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF067A is #30F985. Grayscale: #4F4F4F. Windows color (decimal): -3209606 or 7997135. OLE color: 7997135.
HSL color Cylindrical-coordinate representation of color #CF067A: hue angle of 325.37º 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 #CF067A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.19 |
| HSL | 325.37º | 0.94% | 0.42% | - |
| HSV(B) | 325.37º | 0.97% | 0.81% | - |
| XYZ | 29.31 | 14.8 | 19.72 | - |
| YUV | 79.32 | 152.09 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 122 | 0 | 0.97 | 0.41 | 0.19 | 325.37 | 0.94 | 0.42 |
| Hex | CF | 6 | 7A | 0 | 61 | 29 | 13 | 145 | 5E | 2A |
| Octal | 317 | 6 | 172 | 0 | 141 | 51 | 23 | 505 | 136 | 52 |
| Binary | 11001111 | 110 | 1111010 | 0 | 1100001 | 101001 | 10011 | 101000101 | 1011110 | 101010 |
Color Harmonies of #CF067A
Complementary color
Monochromatic Colors of #CF067A
Black with #CF067A
Text Example
Text Example
White with #CF067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF067A; }
p { color: rgb(207,6,122); }
H1.HeaderClassName
{
color: #CF067A;
}
.AnyTagClassName
{
color: #CF067A;
}
</style>
background-color css
<style>
a { background-color: #CF067A; }
a { background-color: rgb(207,6,122); }
div.DivClassName
{
background-color: #CF067A;
}
.BgClassName
{
background-color: #CF067A;
}
</style>
border-color css
<style>
span { border-color: #CF067A; }
span { border-color: rgb(207,6,122); }
td.TdClassName
{
border-color: #CF067A;
}
.TagClassName
{
border-color: #CF067A;
}
</style>