Shades of Medium Violet Red #CF04A1
Tints of Medium Violet Red #CF04A1
RGB
CMYK
RGB Variations
Color information
#CF04A1 (or 0xCF04A1) is known color: Medium Violet Red. HEX triplet: CF, 04 and A1. RGB value is (207,4,161). Sum of RGB (Red+Green+Blue) = 207+4+161=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04A1 is #30FB5E. Grayscale: #525252. Windows color (decimal): -3210079 or 10552527. OLE color: 10552527.
HSL color Cylindrical-coordinate representation of color #CF04A1: hue angle of 313.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.19 |
| HSL | 313.6º | 0.96% | 0.41% | - |
| HSV(B) | 313.6º | 0.98% | 0.81% | - |
| XYZ | 32.21 | 15.93 | 35.09 | - |
| YUV | 82.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 161 | 0 | 0.98 | 0.22 | 0.19 | 313.6 | 0.96 | 0.41 |
| Hex | CF | 4 | A1 | 0 | 62 | 16 | 13 | 13A | 60 | 29 |
| Octal | 317 | 4 | 241 | 0 | 142 | 26 | 23 | 472 | 140 | 51 |
| Binary | 11001111 | 100 | 10100001 | 0 | 1100010 | 10110 | 10011 | 100111010 | 1100000 | 101001 |
Color Harmonies of #CF04A1
Complementary color
Monochromatic Colors of #CF04A1
Black with #CF04A1
Text Example
Text Example
White with #CF04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04A1; }
p { color: rgb(207,4,161); }
H1.HeaderClassName
{
color: #CF04A1;
}
.AnyTagClassName
{
color: #CF04A1;
}
</style>
background-color css
<style>
a { background-color: #CF04A1; }
a { background-color: rgb(207,4,161); }
div.DivClassName
{
background-color: #CF04A1;
}
.BgClassName
{
background-color: #CF04A1;
}
</style>
border-color css
<style>
span { border-color: #CF04A1; }
span { border-color: rgb(207,4,161); }
td.TdClassName
{
border-color: #CF04A1;
}
.TagClassName
{
border-color: #CF04A1;
}
</style>