Shades of Medium Violet Red #CF059C
Tints of Medium Violet Red #CF059C
RGB
CMYK
RGB Variations
Color information
#CF059C (or 0xCF059C) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9C. RGB value is (207,5,156). Sum of RGB (Red+Green+Blue) = 207+5+156=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059C is #30FA63. Grayscale: #525252. Windows color (decimal): -3209828 or 10225103. OLE color: 10225103.
HSL color Cylindrical-coordinate representation of color #CF059C: hue angle of 315.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF059C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.19 |
| HSL | 315.15º | 0.95% | 0.42% | - |
| HSV(B) | 315.15º | 0.98% | 0.81% | - |
| XYZ | 31.79 | 15.77 | 32.82 | - |
| YUV | 82.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 156 | 0 | 0.98 | 0.25 | 0.19 | 315.15 | 0.95 | 0.42 |
| Hex | CF | 5 | 9C | 0 | 62 | 19 | 13 | 13B | 5F | 2A |
| Octal | 317 | 5 | 234 | 0 | 142 | 31 | 23 | 473 | 137 | 52 |
| Binary | 11001111 | 101 | 10011100 | 0 | 1100010 | 11001 | 10011 | 100111011 | 1011111 | 101010 |
Color Harmonies of #CF059C
Complementary color
Monochromatic Colors of #CF059C
Black with #CF059C
Text Example
Text Example
White with #CF059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF059C; }
p { color: rgb(207,5,156); }
H1.HeaderClassName
{
color: #CF059C;
}
.AnyTagClassName
{
color: #CF059C;
}
</style>
background-color css
<style>
a { background-color: #CF059C; }
a { background-color: rgb(207,5,156); }
div.DivClassName
{
background-color: #CF059C;
}
.BgClassName
{
background-color: #CF059C;
}
</style>
border-color css
<style>
span { border-color: #CF059C; }
span { border-color: rgb(207,5,156); }
td.TdClassName
{
border-color: #CF059C;
}
.TagClassName
{
border-color: #CF059C;
}
</style>