Shades of Medium Violet Red #CF1873
Tints of Medium Violet Red #CF1873
RGB
CMYK
RGB Variations
Color information
#CF1873 (or 0xCF1873) is known color: Medium Violet Red. HEX triplet: CF, 18 and 73. RGB value is (207,24,115). Sum of RGB (Red+Green+Blue) = 207+24+115=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1873 is #30E78C. Grayscale: #585858. Windows color (decimal): -3205005 or 7542991. OLE color: 7542991.
HSL color Cylindrical-coordinate representation of color #CF1873: hue angle of 330.16º 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 #CF1873 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.19 |
| HSL | 330.16º | 0.79% | 0.45% | - |
| HSV(B) | 330.16º | 0.88% | 0.81% | - |
| XYZ | 29.15 | 15.16 | 17.61 | - |
| YUV | 89.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 115 | 0 | 0.88 | 0.44 | 0.19 | 330.16 | 0.79 | 0.45 |
| Hex | CF | 18 | 73 | 0 | 58 | 2C | 13 | 14A | 4F | 2D |
| Octal | 317 | 30 | 163 | 0 | 130 | 54 | 23 | 512 | 117 | 55 |
| Binary | 11001111 | 11000 | 1110011 | 0 | 1011000 | 101100 | 10011 | 101001010 | 1001111 | 101101 |
Color Harmonies of #CF1873
Complementary color
Monochromatic Colors of #CF1873
Black with #CF1873
Text Example
Text Example
White with #CF1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1873; }
p { color: rgb(207,24,115); }
H1.HeaderClassName
{
color: #CF1873;
}
.AnyTagClassName
{
color: #CF1873;
}
</style>
background-color css
<style>
a { background-color: #CF1873; }
a { background-color: rgb(207,24,115); }
div.DivClassName
{
background-color: #CF1873;
}
.BgClassName
{
background-color: #CF1873;
}
</style>
border-color css
<style>
span { border-color: #CF1873; }
span { border-color: rgb(207,24,115); }
td.TdClassName
{
border-color: #CF1873;
}
.TagClassName
{
border-color: #CF1873;
}
</style>