Shades of Medium Violet Red #CF1373
Tints of Medium Violet Red #CF1373
RGB
CMYK
RGB Variations
Color information
#CF1373 (or 0xCF1373) is known color: Medium Violet Red. HEX triplet: CF, 13 and 73. RGB value is (207,19,115). Sum of RGB (Red+Green+Blue) = 207+19+115=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1373 is #30EC8C. Grayscale: #555555. Windows color (decimal): -3206285 or 7541711. OLE color: 7541711.
HSL color Cylindrical-coordinate representation of color #CF1373: hue angle of 329.36º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1373 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 115 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.19 |
| HSL | 329.36º | 0.83% | 0.44% | - |
| HSV(B) | 329.36º | 0.91% | 0.81% | - |
| XYZ | 29.06 | 14.97 | 17.58 | - |
| YUV | 86.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 115 | 0 | 0.91 | 0.44 | 0.19 | 329.36 | 0.83 | 0.44 |
| Hex | CF | 13 | 73 | 0 | 5B | 2C | 13 | 149 | 53 | 2C |
| Octal | 317 | 23 | 163 | 0 | 133 | 54 | 23 | 511 | 123 | 54 |
| Binary | 11001111 | 10011 | 1110011 | 0 | 1011011 | 101100 | 10011 | 101001001 | 1010011 | 101100 |
Color Harmonies of #CF1373
Complementary color
Monochromatic Colors of #CF1373
Black with #CF1373
Text Example
Text Example
White with #CF1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1373; }
p { color: rgb(207,19,115); }
H1.HeaderClassName
{
color: #CF1373;
}
.AnyTagClassName
{
color: #CF1373;
}
</style>
background-color css
<style>
a { background-color: #CF1373; }
a { background-color: rgb(207,19,115); }
div.DivClassName
{
background-color: #CF1373;
}
.BgClassName
{
background-color: #CF1373;
}
</style>
border-color css
<style>
span { border-color: #CF1373; }
span { border-color: rgb(207,19,115); }
td.TdClassName
{
border-color: #CF1373;
}
.TagClassName
{
border-color: #CF1373;
}
</style>