Shades of Medium Violet Red #CF1377
Tints of Medium Violet Red #CF1377
RGB
CMYK
RGB Variations
Color information
#CF1377 (or 0xCF1377) is known color: Medium Violet Red. HEX triplet: CF, 13 and 77. RGB value is (207,19,119). Sum of RGB (Red+Green+Blue) = 207+19+119=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1377 is #30EC88. Grayscale: #565656. Windows color (decimal): -3206281 or 7803855. OLE color: 7803855.
HSL color Cylindrical-coordinate representation of color #CF1377: hue angle of 328.09º 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 #CF1377 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 119 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.19 |
| HSL | 328.09º | 0.83% | 0.44% | - |
| HSV(B) | 328.09º | 0.91% | 0.81% | - |
| XYZ | 29.29 | 15.06 | 18.82 | - |
| YUV | 86.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 119 | 0 | 0.91 | 0.43 | 0.19 | 328.09 | 0.83 | 0.44 |
| Hex | CF | 13 | 77 | 0 | 5B | 2B | 13 | 148 | 53 | 2C |
| Octal | 317 | 23 | 167 | 0 | 133 | 53 | 23 | 510 | 123 | 54 |
| Binary | 11001111 | 10011 | 1110111 | 0 | 1011011 | 101011 | 10011 | 101001000 | 1010011 | 101100 |
Color Harmonies of #CF1377
Complementary color
Monochromatic Colors of #CF1377
Black with #CF1377
Text Example
Text Example
White with #CF1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1377; }
p { color: rgb(207,19,119); }
H1.HeaderClassName
{
color: #CF1377;
}
.AnyTagClassName
{
color: #CF1377;
}
</style>
background-color css
<style>
a { background-color: #CF1377; }
a { background-color: rgb(207,19,119); }
div.DivClassName
{
background-color: #CF1377;
}
.BgClassName
{
background-color: #CF1377;
}
</style>
border-color css
<style>
span { border-color: #CF1377; }
span { border-color: rgb(207,19,119); }
td.TdClassName
{
border-color: #CF1377;
}
.TagClassName
{
border-color: #CF1377;
}
</style>