Shades of Medium Violet Red #CF058F
Tints of Medium Violet Red #CF058F
RGB
CMYK
RGB Variations
Color information
#CF058F (or 0xCF058F) is known color: Medium Violet Red. HEX triplet: CF, 05 and 8F. RGB value is (207,5,143). Sum of RGB (Red+Green+Blue) = 207+5+143=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF058F is #30FA70. Grayscale: #505050. Windows color (decimal): -3209841 or 9373135. OLE color: 9373135.
HSL color Cylindrical-coordinate representation of color #CF058F: hue angle of 319.01º 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 #CF058F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.19 |
| HSL | 319.01º | 0.95% | 0.42% | - |
| HSV(B) | 319.01º | 0.98% | 0.81% | - |
| XYZ | 30.74 | 15.36 | 27.33 | - |
| YUV | 81.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 143 | 0 | 0.98 | 0.31 | 0.19 | 319.01 | 0.95 | 0.42 |
| Hex | CF | 5 | 8F | 0 | 62 | 1F | 13 | 13F | 5F | 2A |
| Octal | 317 | 5 | 217 | 0 | 142 | 37 | 23 | 477 | 137 | 52 |
| Binary | 11001111 | 101 | 10001111 | 0 | 1100010 | 11111 | 10011 | 100111111 | 1011111 | 101010 |
Color Harmonies of #CF058F
Complementary color
Monochromatic Colors of #CF058F
Black with #CF058F
Text Example
Text Example
White with #CF058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF058F; }
p { color: rgb(207,5,143); }
H1.HeaderClassName
{
color: #CF058F;
}
.AnyTagClassName
{
color: #CF058F;
}
</style>
background-color css
<style>
a { background-color: #CF058F; }
a { background-color: rgb(207,5,143); }
div.DivClassName
{
background-color: #CF058F;
}
.BgClassName
{
background-color: #CF058F;
}
</style>
border-color css
<style>
span { border-color: #CF058F; }
span { border-color: rgb(207,5,143); }
td.TdClassName
{
border-color: #CF058F;
}
.TagClassName
{
border-color: #CF058F;
}
</style>