Shades of Medium Violet Red #CF1182
Tints of Medium Violet Red #CF1182
RGB
CMYK
RGB Variations
Color information
#CF1182 (or 0xCF1182) is known color: Medium Violet Red. HEX triplet: CF, 11 and 82. RGB value is (207,17,130). Sum of RGB (Red+Green+Blue) = 207+17+130=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1182 is #30EE7D. Grayscale: #565656. Windows color (decimal): -3206782 or 8524239. OLE color: 8524239.
HSL color Cylindrical-coordinate representation of color #CF1182: hue angle of 324.32º degrees, saturation: 0.85, 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 #CF1182 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 130 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.19 |
| HSL | 324.32º | 0.85% | 0.44% | - |
| HSV(B) | 324.32º | 0.92% | 0.81% | - |
| XYZ | 29.96 | 15.28 | 22.49 | - |
| YUV | 86.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 130 | 0 | 0.92 | 0.37 | 0.19 | 324.32 | 0.85 | 0.44 |
| Hex | CF | 11 | 82 | 0 | 5C | 25 | 13 | 144 | 55 | 2C |
| Octal | 317 | 21 | 202 | 0 | 134 | 45 | 23 | 504 | 125 | 54 |
| Binary | 11001111 | 10001 | 10000010 | 0 | 1011100 | 100101 | 10011 | 101000100 | 1010101 | 101100 |
Color Harmonies of #CF1182
Complementary color
Monochromatic Colors of #CF1182
Black with #CF1182
Text Example
Text Example
White with #CF1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1182; }
p { color: rgb(207,17,130); }
H1.HeaderClassName
{
color: #CF1182;
}
.AnyTagClassName
{
color: #CF1182;
}
</style>
background-color css
<style>
a { background-color: #CF1182; }
a { background-color: rgb(207,17,130); }
div.DivClassName
{
background-color: #CF1182;
}
.BgClassName
{
background-color: #CF1182;
}
</style>
border-color css
<style>
span { border-color: #CF1182; }
span { border-color: rgb(207,17,130); }
td.TdClassName
{
border-color: #CF1182;
}
.TagClassName
{
border-color: #CF1182;
}
</style>