Shades of Medium Violet Red #CF0FA0
Tints of Medium Violet Red #CF0FA0
RGB
CMYK
RGB Variations
Color information
#CF0FA0 (or 0xCF0FA0) is known color: Medium Violet Red. HEX triplet: CF, 0F and A0. RGB value is (207,15,160). Sum of RGB (Red+Green+Blue) = 207+15+160=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FA0 is #30F05F. Grayscale: #585858. Windows color (decimal): -3207264 or 10489807. OLE color: 10489807.
HSL color Cylindrical-coordinate representation of color #CF0FA0: hue angle of 314.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FA0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 160 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.19 |
| HSL | 314.69º | 0.86% | 0.44% | - |
| HSV(B) | 314.69º | 0.93% | 0.81% | - |
| XYZ | 32.25 | 16.15 | 34.67 | - |
| YUV | 88.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 160 | 0 | 0.93 | 0.23 | 0.19 | 314.69 | 0.86 | 0.44 |
| Hex | CF | F | A0 | 0 | 5D | 17 | 13 | 13B | 56 | 2C |
| Octal | 317 | 17 | 240 | 0 | 135 | 27 | 23 | 473 | 126 | 54 |
| Binary | 11001111 | 1111 | 10100000 | 0 | 1011101 | 10111 | 10011 | 100111011 | 1010110 | 101100 |
Color Harmonies of #CF0FA0
Complementary color
Monochromatic Colors of #CF0FA0
Black with #CF0FA0
Text Example
Text Example
White with #CF0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FA0; }
p { color: rgb(207,15,160); }
H1.HeaderClassName
{
color: #CF0FA0;
}
.AnyTagClassName
{
color: #CF0FA0;
}
</style>
background-color css
<style>
a { background-color: #CF0FA0; }
a { background-color: rgb(207,15,160); }
div.DivClassName
{
background-color: #CF0FA0;
}
.BgClassName
{
background-color: #CF0FA0;
}
</style>
border-color css
<style>
span { border-color: #CF0FA0; }
span { border-color: rgb(207,15,160); }
td.TdClassName
{
border-color: #CF0FA0;
}
.TagClassName
{
border-color: #CF0FA0;
}
</style>