Shades of Medium Violet Red #CF1183
Tints of Medium Violet Red #CF1183
RGB
CMYK
RGB Variations
Color information
#CF1183 (or 0xCF1183) is known color: Medium Violet Red. HEX triplet: CF, 11 and 83. RGB value is (207,17,131). Sum of RGB (Red+Green+Blue) = 207+17+131=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1183 is #30EE7C. Grayscale: #565656. Windows color (decimal): -3206781 or 8589775. OLE color: 8589775.
HSL color Cylindrical-coordinate representation of color #CF1183: hue angle of 324º 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 #CF1183 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 131 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.19 |
| HSL | 324º | 0.85% | 0.44% | - |
| HSV(B) | 324º | 0.92% | 0.81% | - |
| XYZ | 30.03 | 15.3 | 22.84 | - |
| YUV | 86.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 131 | 0 | 0.92 | 0.37 | 0.19 | 324 | 0.85 | 0.44 |
| Hex | CF | 11 | 83 | 0 | 5C | 25 | 13 | 144 | 55 | 2C |
| Octal | 317 | 21 | 203 | 0 | 134 | 45 | 23 | 504 | 125 | 54 |
| Binary | 11001111 | 10001 | 10000011 | 0 | 1011100 | 100101 | 10011 | 101000100 | 1010101 | 101100 |
Color Harmonies of #CF1183
Complementary color
Monochromatic Colors of #CF1183
Black with #CF1183
Text Example
Text Example
White with #CF1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1183; }
p { color: rgb(207,17,131); }
H1.HeaderClassName
{
color: #CF1183;
}
.AnyTagClassName
{
color: #CF1183;
}
</style>
background-color css
<style>
a { background-color: #CF1183; }
a { background-color: rgb(207,17,131); }
div.DivClassName
{
background-color: #CF1183;
}
.BgClassName
{
background-color: #CF1183;
}
</style>
border-color css
<style>
span { border-color: #CF1183; }
span { border-color: rgb(207,17,131); }
td.TdClassName
{
border-color: #CF1183;
}
.TagClassName
{
border-color: #CF1183;
}
</style>