Shades of Medium Violet Red #CF029A
Tints of Medium Violet Red #CF029A
RGB
CMYK
RGB Variations
Color information
#CF029A (or 0xCF029A) is known color: Medium Violet Red. HEX triplet: CF, 02 and 9A. RGB value is (207,2,154). Sum of RGB (Red+Green+Blue) = 207+2+154=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF029A is #30FD65. Grayscale: #505050. Windows color (decimal): -3210598 or 10093263. OLE color: 10093263.
HSL color Cylindrical-coordinate representation of color #CF029A: hue angle of 315.51º 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 #CF029A is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.19 |
| HSL | 315.51º | 0.98% | 0.41% | - |
| HSV(B) | 315.51º | 0.99% | 0.81% | - |
| XYZ | 31.59 | 15.64 | 31.93 | - |
| YUV | 80.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 154 | 0 | 0.99 | 0.26 | 0.19 | 315.51 | 0.98 | 0.41 |
| Hex | CF | 2 | 9A | 0 | 63 | 1A | 13 | 13C | 62 | 29 |
| Octal | 317 | 2 | 232 | 0 | 143 | 32 | 23 | 474 | 142 | 51 |
| Binary | 11001111 | 10 | 10011010 | 0 | 1100011 | 11010 | 10011 | 100111100 | 1100010 | 101001 |
Color Harmonies of #CF029A
Complementary color
Monochromatic Colors of #CF029A
Black with #CF029A
Text Example
Text Example
White with #CF029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF029A; }
p { color: rgb(207,2,154); }
H1.HeaderClassName
{
color: #CF029A;
}
.AnyTagClassName
{
color: #CF029A;
}
</style>
background-color css
<style>
a { background-color: #CF029A; }
a { background-color: rgb(207,2,154); }
div.DivClassName
{
background-color: #CF029A;
}
.BgClassName
{
background-color: #CF029A;
}
</style>
border-color css
<style>
span { border-color: #CF029A; }
span { border-color: rgb(207,2,154); }
td.TdClassName
{
border-color: #CF029A;
}
.TagClassName
{
border-color: #CF029A;
}
</style>