Shades of Medium Violet Red #CF02A0
Tints of Medium Violet Red #CF02A0
RGB
CMYK
RGB Variations
Color information
#CF02A0 (or 0xCF02A0) is known color: Medium Violet Red. HEX triplet: CF, 02 and A0. RGB value is (207,2,160). Sum of RGB (Red+Green+Blue) = 207+2+160=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02A0 is #30FD5F. Grayscale: #505050. Windows color (decimal): -3210592 or 10486479. OLE color: 10486479.
HSL color Cylindrical-coordinate representation of color #CF02A0: hue angle of 313.76º 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 #CF02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.19 |
| HSL | 313.76º | 0.98% | 0.41% | - |
| HSV(B) | 313.76º | 0.99% | 0.81% | - |
| XYZ | 32.1 | 15.85 | 34.62 | - |
| YUV | 81.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 160 | 0 | 0.99 | 0.23 | 0.19 | 313.76 | 0.98 | 0.41 |
| Hex | CF | 2 | A0 | 0 | 63 | 17 | 13 | 13A | 62 | 29 |
| Octal | 317 | 2 | 240 | 0 | 143 | 27 | 23 | 472 | 142 | 51 |
| Binary | 11001111 | 10 | 10100000 | 0 | 1100011 | 10111 | 10011 | 100111010 | 1100010 | 101001 |
Color Harmonies of #CF02A0
Complementary color
Monochromatic Colors of #CF02A0
Black with #CF02A0
Text Example
Text Example
White with #CF02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02A0; }
p { color: rgb(207,2,160); }
H1.HeaderClassName
{
color: #CF02A0;
}
.AnyTagClassName
{
color: #CF02A0;
}
</style>
background-color css
<style>
a { background-color: #CF02A0; }
a { background-color: rgb(207,2,160); }
div.DivClassName
{
background-color: #CF02A0;
}
.BgClassName
{
background-color: #CF02A0;
}
</style>
border-color css
<style>
span { border-color: #CF02A0; }
span { border-color: rgb(207,2,160); }
td.TdClassName
{
border-color: #CF02A0;
}
.TagClassName
{
border-color: #CF02A0;
}
</style>