Shades of Medium Violet Red #CF0F81
Tints of Medium Violet Red #CF0F81
RGB
CMYK
RGB Variations
Color information
#CF0F81 (or 0xCF0F81) is known color: Medium Violet Red. HEX triplet: CF, 0F and 81. RGB value is (207,15,129). Sum of RGB (Red+Green+Blue) = 207+15+129=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0F81 is #30F07E. Grayscale: #555555. Windows color (decimal): -3207295 or 8458191. OLE color: 8458191.
HSL color Cylindrical-coordinate representation of color #CF0F81: hue angle of 324.38º 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 #CF0F81 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 129 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.19 |
| HSL | 324.38º | 0.86% | 0.44% | - |
| HSV(B) | 324.38º | 0.93% | 0.81% | - |
| XYZ | 29.87 | 15.19 | 22.13 | - |
| YUV | 85.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 129 | 0 | 0.93 | 0.38 | 0.19 | 324.38 | 0.86 | 0.44 |
| Hex | CF | F | 81 | 0 | 5D | 26 | 13 | 144 | 56 | 2C |
| Octal | 317 | 17 | 201 | 0 | 135 | 46 | 23 | 504 | 126 | 54 |
| Binary | 11001111 | 1111 | 10000001 | 0 | 1011101 | 100110 | 10011 | 101000100 | 1010110 | 101100 |
Color Harmonies of #CF0F81
Complementary color
Monochromatic Colors of #CF0F81
Black with #CF0F81
Text Example
Text Example
White with #CF0F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F81; }
p { color: rgb(207,15,129); }
H1.HeaderClassName
{
color: #CF0F81;
}
.AnyTagClassName
{
color: #CF0F81;
}
</style>
background-color css
<style>
a { background-color: #CF0F81; }
a { background-color: rgb(207,15,129); }
div.DivClassName
{
background-color: #CF0F81;
}
.BgClassName
{
background-color: #CF0F81;
}
</style>
border-color css
<style>
span { border-color: #CF0F81; }
span { border-color: rgb(207,15,129); }
td.TdClassName
{
border-color: #CF0F81;
}
.TagClassName
{
border-color: #CF0F81;
}
</style>