Shades of Medium Violet Red #CF059B
Tints of Medium Violet Red #CF059B
RGB
CMYK
RGB Variations
Color information
#CF059B (or 0xCF059B) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9B. RGB value is (207,5,155). Sum of RGB (Red+Green+Blue) = 207+5+155=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059B is #30FA64. Grayscale: #525252. Windows color (decimal): -3209829 or 10159567. OLE color: 10159567.
HSL color Cylindrical-coordinate representation of color #CF059B: hue angle of 315.45º 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 #CF059B is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.19 |
| HSL | 315.45º | 0.95% | 0.42% | - |
| HSV(B) | 315.45º | 0.98% | 0.81% | - |
| XYZ | 31.7 | 15.74 | 32.38 | - |
| YUV | 82.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 155 | 0 | 0.98 | 0.25 | 0.19 | 315.45 | 0.95 | 0.42 |
| Hex | CF | 5 | 9B | 0 | 62 | 19 | 13 | 13B | 5F | 2A |
| Octal | 317 | 5 | 233 | 0 | 142 | 31 | 23 | 473 | 137 | 52 |
| Binary | 11001111 | 101 | 10011011 | 0 | 1100010 | 11001 | 10011 | 100111011 | 1011111 | 101010 |
Color Harmonies of #CF059B
Complementary color
Monochromatic Colors of #CF059B
Black with #CF059B
Text Example
Text Example
White with #CF059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF059B; }
p { color: rgb(207,5,155); }
H1.HeaderClassName
{
color: #CF059B;
}
.AnyTagClassName
{
color: #CF059B;
}
</style>
background-color css
<style>
a { background-color: #CF059B; }
a { background-color: rgb(207,5,155); }
div.DivClassName
{
background-color: #CF059B;
}
.BgClassName
{
background-color: #CF059B;
}
</style>
border-color css
<style>
span { border-color: #CF059B; }
span { border-color: rgb(207,5,155); }
td.TdClassName
{
border-color: #CF059B;
}
.TagClassName
{
border-color: #CF059B;
}
</style>