Shades of Medium Violet Red #CF08A0
Tints of Medium Violet Red #CF08A0
RGB
CMYK
RGB Variations
Color information
#CF08A0 (or 0xCF08A0) is known color: Medium Violet Red. HEX triplet: CF, 08 and A0. RGB value is (207,8,160). Sum of RGB (Red+Green+Blue) = 207+8+160=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF08A0 is #30F75F. Grayscale: #545454. Windows color (decimal): -3209056 or 10488015. OLE color: 10488015.
HSL color Cylindrical-coordinate representation of color #CF08A0: hue angle of 314.17º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.19 |
| HSL | 314.17º | 0.93% | 0.42% | - |
| HSV(B) | 314.17º | 0.96% | 0.81% | - |
| XYZ | 32.16 | 15.98 | 34.65 | - |
| YUV | 84.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 160 | 0 | 0.96 | 0.23 | 0.19 | 314.17 | 0.93 | 0.42 |
| Hex | CF | 8 | A0 | 0 | 60 | 17 | 13 | 13A | 5D | 2A |
| Octal | 317 | 10 | 240 | 0 | 140 | 27 | 23 | 472 | 135 | 52 |
| Binary | 11001111 | 1000 | 10100000 | 0 | 1100000 | 10111 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CF08A0
Complementary color
Monochromatic Colors of #CF08A0
Black with #CF08A0
Text Example
Text Example
White with #CF08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08A0; }
p { color: rgb(207,8,160); }
H1.HeaderClassName
{
color: #CF08A0;
}
.AnyTagClassName
{
color: #CF08A0;
}
</style>
background-color css
<style>
a { background-color: #CF08A0; }
a { background-color: rgb(207,8,160); }
div.DivClassName
{
background-color: #CF08A0;
}
.BgClassName
{
background-color: #CF08A0;
}
</style>
border-color css
<style>
span { border-color: #CF08A0; }
span { border-color: rgb(207,8,160); }
td.TdClassName
{
border-color: #CF08A0;
}
.TagClassName
{
border-color: #CF08A0;
}
</style>