Shades of Medium Violet Red #CF1876
Tints of Medium Violet Red #CF1876
RGB
CMYK
RGB Variations
Color information
#CF1876 (or 0xCF1876) is known color: Medium Violet Red. HEX triplet: CF, 18 and 76. RGB value is (207,24,118). Sum of RGB (Red+Green+Blue) = 207+24+118=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1876 is #30E789. Grayscale: #595959. Windows color (decimal): -3205002 or 7739599. OLE color: 7739599.
HSL color Cylindrical-coordinate representation of color #CF1876: hue angle of 329.18º 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 #CF1876 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 118 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.19 |
| HSL | 329.18º | 0.79% | 0.45% | - |
| HSV(B) | 329.18º | 0.88% | 0.81% | - |
| XYZ | 29.33 | 15.23 | 18.53 | - |
| YUV | 89.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 118 | 0 | 0.88 | 0.43 | 0.19 | 329.18 | 0.79 | 0.45 |
| Hex | CF | 18 | 76 | 0 | 58 | 2B | 13 | 149 | 4F | 2D |
| Octal | 317 | 30 | 166 | 0 | 130 | 53 | 23 | 511 | 117 | 55 |
| Binary | 11001111 | 11000 | 1110110 | 0 | 1011000 | 101011 | 10011 | 101001001 | 1001111 | 101101 |
Color Harmonies of #CF1876
Complementary color
Monochromatic Colors of #CF1876
Black with #CF1876
Text Example
Text Example
White with #CF1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1876; }
p { color: rgb(207,24,118); }
H1.HeaderClassName
{
color: #CF1876;
}
.AnyTagClassName
{
color: #CF1876;
}
</style>
background-color css
<style>
a { background-color: #CF1876; }
a { background-color: rgb(207,24,118); }
div.DivClassName
{
background-color: #CF1876;
}
.BgClassName
{
background-color: #CF1876;
}
</style>
border-color css
<style>
span { border-color: #CF1876; }
span { border-color: rgb(207,24,118); }
td.TdClassName
{
border-color: #CF1876;
}
.TagClassName
{
border-color: #CF1876;
}
</style>