Shades of Medium Violet Red #CF0077
Tints of Medium Violet Red #CF0077
RGB
CMYK
RGB Variations
Color information
#CF0077 (or 0xCF0077) is known color: Medium Violet Red. HEX triplet: CF, 00 and 77. RGB value is (207,0,119). Sum of RGB (Red+Green+Blue) = 207+0+119=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0077 is #30FF88. Grayscale: #4B4B4B. Windows color (decimal): -3211145 or 7798991. OLE color: 7798991.
HSL color Cylindrical-coordinate representation of color #CF0077: hue angle of 325.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0077 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.43 | 0.19 |
| HSL | 325.51º | 1% | 0.41% | - |
| HSV(B) | 325.51º | 1% | 0.81% | - |
| XYZ | 29.06 | 14.6 | 18.74 | - |
| YUV | 75.46 | 152.58 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 119 | 0 | 1 | 0.43 | 0.19 | 325.51 | 1 | 0.41 |
| Hex | CF | 0 | 77 | 0 | 64 | 2B | 13 | 146 | 64 | 29 |
| Octal | 317 | 0 | 167 | 0 | 144 | 53 | 23 | 506 | 144 | 51 |
| Binary | 11001111 | 0 | 1110111 | 0 | 1100100 | 101011 | 10011 | 101000110 | 1100100 | 101001 |
Color Harmonies of #CF0077
Complementary color
Monochromatic Colors of #CF0077
Black with #CF0077
Text Example
Text Example
White with #CF0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0077; }
p { color: rgb(207,0,119); }
H1.HeaderClassName
{
color: #CF0077;
}
.AnyTagClassName
{
color: #CF0077;
}
</style>
background-color css
<style>
a { background-color: #CF0077; }
a { background-color: rgb(207,0,119); }
div.DivClassName
{
background-color: #CF0077;
}
.BgClassName
{
background-color: #CF0077;
}
</style>
border-color css
<style>
span { border-color: #CF0077; }
span { border-color: rgb(207,0,119); }
td.TdClassName
{
border-color: #CF0077;
}
.TagClassName
{
border-color: #CF0077;
}
</style>