Shades of Medium Violet Red #CF059A
Tints of Medium Violet Red #CF059A
RGB
CMYK
RGB Variations
Color information
#CF059A (or 0xCF059A) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9A. RGB value is (207,5,154). Sum of RGB (Red+Green+Blue) = 207+5+154=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059A is #30FA65. Grayscale: #515151. Windows color (decimal): -3209830 or 10094031. OLE color: 10094031.
HSL color Cylindrical-coordinate representation of color #CF059A: hue angle of 315.74º 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 #CF059A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.19 |
| HSL | 315.74º | 0.95% | 0.42% | - |
| HSV(B) | 315.74º | 0.98% | 0.81% | - |
| XYZ | 31.62 | 15.71 | 31.94 | - |
| YUV | 82.38 | 168.42 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 154 | 0 | 0.98 | 0.26 | 0.19 | 315.74 | 0.95 | 0.42 |
| Hex | CF | 5 | 9A | 0 | 62 | 1A | 13 | 13C | 5F | 2A |
| Octal | 317 | 5 | 232 | 0 | 142 | 32 | 23 | 474 | 137 | 52 |
| Binary | 11001111 | 101 | 10011010 | 0 | 1100010 | 11010 | 10011 | 100111100 | 1011111 | 101010 |
Color Harmonies of #CF059A
Complementary color
Monochromatic Colors of #CF059A
Black with #CF059A
Text Example
Text Example
White with #CF059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF059A; }
p { color: rgb(207,5,154); }
H1.HeaderClassName
{
color: #CF059A;
}
.AnyTagClassName
{
color: #CF059A;
}
</style>
background-color css
<style>
a { background-color: #CF059A; }
a { background-color: rgb(207,5,154); }
div.DivClassName
{
background-color: #CF059A;
}
.BgClassName
{
background-color: #CF059A;
}
</style>
border-color css
<style>
span { border-color: #CF059A; }
span { border-color: rgb(207,5,154); }
td.TdClassName
{
border-color: #CF059A;
}
.TagClassName
{
border-color: #CF059A;
}
</style>