Shades of Medium Violet Red #CF1074
Tints of Medium Violet Red #CF1074
RGB
CMYK
RGB Variations
Color information
#CF1074 (or 0xCF1074) is known color: Medium Violet Red. HEX triplet: CF, 10 and 74. RGB value is (207,16,116). Sum of RGB (Red+Green+Blue) = 207+16+116=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1074 is #30EF8B. Grayscale: #545454. Windows color (decimal): -3207052 or 7606479. OLE color: 7606479.
HSL color Cylindrical-coordinate representation of color #CF1074: hue angle of 328.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1074 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 116 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.19 |
| HSL | 328.59º | 0.86% | 0.44% | - |
| HSV(B) | 328.59º | 0.92% | 0.81% | - |
| XYZ | 29.07 | 14.9 | 17.87 | - |
| YUV | 84.51 | 145.78 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 116 | 0 | 0.92 | 0.44 | 0.19 | 328.59 | 0.86 | 0.44 |
| Hex | CF | 10 | 74 | 0 | 5C | 2C | 13 | 149 | 56 | 2C |
| Octal | 317 | 20 | 164 | 0 | 134 | 54 | 23 | 511 | 126 | 54 |
| Binary | 11001111 | 10000 | 1110100 | 0 | 1011100 | 101100 | 10011 | 101001001 | 1010110 | 101100 |
Color Harmonies of #CF1074
Complementary color
Monochromatic Colors of #CF1074
Black with #CF1074
Text Example
Text Example
White with #CF1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1074; }
p { color: rgb(207,16,116); }
H1.HeaderClassName
{
color: #CF1074;
}
.AnyTagClassName
{
color: #CF1074;
}
</style>
background-color css
<style>
a { background-color: #CF1074; }
a { background-color: rgb(207,16,116); }
div.DivClassName
{
background-color: #CF1074;
}
.BgClassName
{
background-color: #CF1074;
}
</style>
border-color css
<style>
span { border-color: #CF1074; }
span { border-color: rgb(207,16,116); }
td.TdClassName
{
border-color: #CF1074;
}
.TagClassName
{
border-color: #CF1074;
}
</style>