Shades of Medium Violet Red #CF058B
Tints of Medium Violet Red #CF058B
RGB
CMYK
RGB Variations
Color information
#CF058B (or 0xCF058B) is known color: Medium Violet Red. HEX triplet: CF, 05 and 8B. RGB value is (207,5,139). Sum of RGB (Red+Green+Blue) = 207+5+139=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF058B is #30FA74. Grayscale: #505050. Windows color (decimal): -3209845 or 9110991. OLE color: 9110991.
HSL color Cylindrical-coordinate representation of color #CF058B: hue angle of 320.2º 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 #CF058B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.19 |
| HSL | 320.2º | 0.95% | 0.42% | - |
| HSV(B) | 320.2º | 0.98% | 0.81% | - |
| XYZ | 30.45 | 15.24 | 25.76 | - |
| YUV | 80.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 139 | 0 | 0.98 | 0.33 | 0.19 | 320.2 | 0.95 | 0.42 |
| Hex | CF | 5 | 8B | 0 | 62 | 21 | 13 | 140 | 5F | 2A |
| Octal | 317 | 5 | 213 | 0 | 142 | 41 | 23 | 500 | 137 | 52 |
| Binary | 11001111 | 101 | 10001011 | 0 | 1100010 | 100001 | 10011 | 101000000 | 1011111 | 101010 |
Color Harmonies of #CF058B
Complementary color
Monochromatic Colors of #CF058B
Black with #CF058B
Text Example
Text Example
White with #CF058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF058B; }
p { color: rgb(207,5,139); }
H1.HeaderClassName
{
color: #CF058B;
}
.AnyTagClassName
{
color: #CF058B;
}
</style>
background-color css
<style>
a { background-color: #CF058B; }
a { background-color: rgb(207,5,139); }
div.DivClassName
{
background-color: #CF058B;
}
.BgClassName
{
background-color: #CF058B;
}
</style>
border-color css
<style>
span { border-color: #CF058B; }
span { border-color: rgb(207,5,139); }
td.TdClassName
{
border-color: #CF058B;
}
.TagClassName
{
border-color: #CF058B;
}
</style>