Shades of Medium Violet Red #CF067D
Tints of Medium Violet Red #CF067D
RGB
CMYK
RGB Variations
Color information
#CF067D (or 0xCF067D) is known color: Medium Violet Red. HEX triplet: CF, 06 and 7D. RGB value is (207,6,125). Sum of RGB (Red+Green+Blue) = 207+6+125=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF067D is #30F982. Grayscale: #4F4F4F. Windows color (decimal): -3209603 or 8193743. OLE color: 8193743.
HSL color Cylindrical-coordinate representation of color #CF067D: hue angle of 324.48º 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 #CF067D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.19 |
| HSL | 324.48º | 0.94% | 0.42% | - |
| HSV(B) | 324.48º | 0.97% | 0.81% | - |
| XYZ | 29.5 | 14.88 | 20.72 | - |
| YUV | 79.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 125 | 0 | 0.97 | 0.40 | 0.19 | 324.48 | 0.94 | 0.42 |
| Hex | CF | 6 | 7D | 0 | 61 | 28 | 13 | 144 | 5E | 2A |
| Octal | 317 | 6 | 175 | 0 | 141 | 50 | 23 | 504 | 136 | 52 |
| Binary | 11001111 | 110 | 1111101 | 0 | 1100001 | 101000 | 10011 | 101000100 | 1011110 | 101010 |
Color Harmonies of #CF067D
Complementary color
Monochromatic Colors of #CF067D
Black with #CF067D
Text Example
Text Example
White with #CF067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF067D; }
p { color: rgb(207,6,125); }
H1.HeaderClassName
{
color: #CF067D;
}
.AnyTagClassName
{
color: #CF067D;
}
</style>
background-color css
<style>
a { background-color: #CF067D; }
a { background-color: rgb(207,6,125); }
div.DivClassName
{
background-color: #CF067D;
}
.BgClassName
{
background-color: #CF067D;
}
</style>
border-color css
<style>
span { border-color: #CF067D; }
span { border-color: rgb(207,6,125); }
td.TdClassName
{
border-color: #CF067D;
}
.TagClassName
{
border-color: #CF067D;
}
</style>