Shades of Medium Violet Red #CF069C
Tints of Medium Violet Red #CF069C
RGB
CMYK
RGB Variations
Color information
#CF069C (or 0xCF069C) is known color: Medium Violet Red. HEX triplet: CF, 06 and 9C. RGB value is (207,6,156). Sum of RGB (Red+Green+Blue) = 207+6+156=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF069C is #30F963. Grayscale: #525252. Windows color (decimal): -3209572 or 10225359. OLE color: 10225359.
HSL color Cylindrical-coordinate representation of color #CF069C: hue angle of 315.22º 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 #CF069C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.19 |
| HSL | 315.22º | 0.94% | 0.42% | - |
| HSV(B) | 315.22º | 0.97% | 0.81% | - |
| XYZ | 31.8 | 15.8 | 32.83 | - |
| YUV | 83.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 156 | 0 | 0.97 | 0.25 | 0.19 | 315.22 | 0.94 | 0.42 |
| Hex | CF | 6 | 9C | 0 | 61 | 19 | 13 | 13B | 5E | 2A |
| Octal | 317 | 6 | 234 | 0 | 141 | 31 | 23 | 473 | 136 | 52 |
| Binary | 11001111 | 110 | 10011100 | 0 | 1100001 | 11001 | 10011 | 100111011 | 1011110 | 101010 |
Color Harmonies of #CF069C
Complementary color
Monochromatic Colors of #CF069C
Black with #CF069C
Text Example
Text Example
White with #CF069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF069C; }
p { color: rgb(207,6,156); }
H1.HeaderClassName
{
color: #CF069C;
}
.AnyTagClassName
{
color: #CF069C;
}
</style>
background-color css
<style>
a { background-color: #CF069C; }
a { background-color: rgb(207,6,156); }
div.DivClassName
{
background-color: #CF069C;
}
.BgClassName
{
background-color: #CF069C;
}
</style>
border-color css
<style>
span { border-color: #CF069C; }
span { border-color: rgb(207,6,156); }
td.TdClassName
{
border-color: #CF069C;
}
.TagClassName
{
border-color: #CF069C;
}
</style>