Shades of Medium Violet Red #CF02A1
Tints of Medium Violet Red #CF02A1
RGB
CMYK
RGB Variations
Color information
#CF02A1 (or 0xCF02A1) is known color: Medium Violet Red. HEX triplet: CF, 02 and A1. RGB value is (207,2,161). Sum of RGB (Red+Green+Blue) = 207+2+161=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02A1 is #30FD5E. Grayscale: #505050. Windows color (decimal): -3210591 or 10552015. OLE color: 10552015.
HSL color Cylindrical-coordinate representation of color #CF02A1: hue angle of 313.46º 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 #CF02A1 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.19 |
| HSL | 313.46º | 0.98% | 0.41% | - |
| HSV(B) | 313.46º | 0.99% | 0.81% | - |
| XYZ | 32.19 | 15.88 | 35.09 | - |
| YUV | 81.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 161 | 0 | 0.99 | 0.22 | 0.19 | 313.46 | 0.98 | 0.41 |
| Hex | CF | 2 | A1 | 0 | 63 | 16 | 13 | 139 | 62 | 29 |
| Octal | 317 | 2 | 241 | 0 | 143 | 26 | 23 | 471 | 142 | 51 |
| Binary | 11001111 | 10 | 10100001 | 0 | 1100011 | 10110 | 10011 | 100111001 | 1100010 | 101001 |
Color Harmonies of #CF02A1
Complementary color
Monochromatic Colors of #CF02A1
Black with #CF02A1
Text Example
Text Example
White with #CF02A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02A1; }
p { color: rgb(207,2,161); }
H1.HeaderClassName
{
color: #CF02A1;
}
.AnyTagClassName
{
color: #CF02A1;
}
</style>
background-color css
<style>
a { background-color: #CF02A1; }
a { background-color: rgb(207,2,161); }
div.DivClassName
{
background-color: #CF02A1;
}
.BgClassName
{
background-color: #CF02A1;
}
</style>
border-color css
<style>
span { border-color: #CF02A1; }
span { border-color: rgb(207,2,161); }
td.TdClassName
{
border-color: #CF02A1;
}
.TagClassName
{
border-color: #CF02A1;
}
</style>