Shades of Medium Violet Red #CF029F
Tints of Medium Violet Red #CF029F
RGB
CMYK
RGB Variations
Color information
#CF029F (or 0xCF029F) is known color: Medium Violet Red. HEX triplet: CF, 02 and 9F. RGB value is (207,2,159). Sum of RGB (Red+Green+Blue) = 207+2+159=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF029F is #30FD60. Grayscale: #505050. Windows color (decimal): -3210593 or 10420943. OLE color: 10420943.
HSL color Cylindrical-coordinate representation of color #CF029F: hue angle of 314.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF029F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.19 |
| HSL | 314.05º | 0.98% | 0.41% | - |
| HSV(B) | 314.05º | 0.99% | 0.81% | - |
| XYZ | 32.01 | 15.81 | 34.17 | - |
| YUV | 81.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 159 | 0 | 0.99 | 0.23 | 0.19 | 314.05 | 0.98 | 0.41 |
| Hex | CF | 2 | 9F | 0 | 63 | 17 | 13 | 13A | 62 | 29 |
| Octal | 317 | 2 | 237 | 0 | 143 | 27 | 23 | 472 | 142 | 51 |
| Binary | 11001111 | 10 | 10011111 | 0 | 1100011 | 10111 | 10011 | 100111010 | 1100010 | 101001 |
Color Harmonies of #CF029F
Complementary color
Monochromatic Colors of #CF029F
Black with #CF029F
Text Example
Text Example
White with #CF029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF029F; }
p { color: rgb(207,2,159); }
H1.HeaderClassName
{
color: #CF029F;
}
.AnyTagClassName
{
color: #CF029F;
}
</style>
background-color css
<style>
a { background-color: #CF029F; }
a { background-color: rgb(207,2,159); }
div.DivClassName
{
background-color: #CF029F;
}
.BgClassName
{
background-color: #CF029F;
}
</style>
border-color css
<style>
span { border-color: #CF029F; }
span { border-color: rgb(207,2,159); }
td.TdClassName
{
border-color: #CF029F;
}
.TagClassName
{
border-color: #CF029F;
}
</style>