Shades of Medium Violet Red #CF1871
Tints of Medium Violet Red #CF1871
RGB
CMYK
RGB Variations
Color information
#CF1871 (or 0xCF1871) is known color: Medium Violet Red. HEX triplet: CF, 18 and 71. RGB value is (207,24,113). Sum of RGB (Red+Green+Blue) = 207+24+113=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1871 is #30E78E. Grayscale: #585858. Windows color (decimal): -3205007 or 7411919. OLE color: 7411919.
HSL color Cylindrical-coordinate representation of color #CF1871: hue angle of 330.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1871 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.19 |
| HSL | 330.82º | 0.79% | 0.45% | - |
| HSV(B) | 330.82º | 0.88% | 0.81% | - |
| XYZ | 29.04 | 15.11 | 17.01 | - |
| YUV | 88.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 113 | 0 | 0.88 | 0.45 | 0.19 | 330.82 | 0.79 | 0.45 |
| Hex | CF | 18 | 71 | 0 | 58 | 2D | 13 | 14B | 4F | 2D |
| Octal | 317 | 30 | 161 | 0 | 130 | 55 | 23 | 513 | 117 | 55 |
| Binary | 11001111 | 11000 | 1110001 | 0 | 1011000 | 101101 | 10011 | 101001011 | 1001111 | 101101 |
Color Harmonies of #CF1871
Complementary color
Monochromatic Colors of #CF1871
Black with #CF1871
Text Example
Text Example
White with #CF1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1871; }
p { color: rgb(207,24,113); }
H1.HeaderClassName
{
color: #CF1871;
}
.AnyTagClassName
{
color: #CF1871;
}
</style>
background-color css
<style>
a { background-color: #CF1871; }
a { background-color: rgb(207,24,113); }
div.DivClassName
{
background-color: #CF1871;
}
.BgClassName
{
background-color: #CF1871;
}
</style>
border-color css
<style>
span { border-color: #CF1871; }
span { border-color: rgb(207,24,113); }
td.TdClassName
{
border-color: #CF1871;
}
.TagClassName
{
border-color: #CF1871;
}
</style>