Shades of Medium Violet Red #CF04A0
Tints of Medium Violet Red #CF04A0
RGB
CMYK
RGB Variations
Color information
#CF04A0 (or 0xCF04A0) is known color: Medium Violet Red. HEX triplet: CF, 04 and A0. RGB value is (207,4,160). Sum of RGB (Red+Green+Blue) = 207+4+160=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04A0 is #30FB5F. Grayscale: #525252. Windows color (decimal): -3210080 or 10486991. OLE color: 10486991.
HSL color Cylindrical-coordinate representation of color #CF04A0: hue angle of 313.89º 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 #CF04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.19 |
| HSL | 313.89º | 0.96% | 0.41% | - |
| HSV(B) | 313.89º | 0.98% | 0.81% | - |
| XYZ | 32.12 | 15.89 | 34.63 | - |
| YUV | 82.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 160 | 0 | 0.98 | 0.23 | 0.19 | 313.89 | 0.96 | 0.41 |
| Hex | CF | 4 | A0 | 0 | 62 | 17 | 13 | 13A | 60 | 29 |
| Octal | 317 | 4 | 240 | 0 | 142 | 27 | 23 | 472 | 140 | 51 |
| Binary | 11001111 | 100 | 10100000 | 0 | 1100010 | 10111 | 10011 | 100111010 | 1100000 | 101001 |
Color Harmonies of #CF04A0
Complementary color
Monochromatic Colors of #CF04A0
Black with #CF04A0
Text Example
Text Example
White with #CF04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04A0; }
p { color: rgb(207,4,160); }
H1.HeaderClassName
{
color: #CF04A0;
}
.AnyTagClassName
{
color: #CF04A0;
}
</style>
background-color css
<style>
a { background-color: #CF04A0; }
a { background-color: rgb(207,4,160); }
div.DivClassName
{
background-color: #CF04A0;
}
.BgClassName
{
background-color: #CF04A0;
}
</style>
border-color css
<style>
span { border-color: #CF04A0; }
span { border-color: rgb(207,4,160); }
td.TdClassName
{
border-color: #CF04A0;
}
.TagClassName
{
border-color: #CF04A0;
}
</style>