Shades of Medium Violet Red #CF0078
Tints of Medium Violet Red #CF0078
RGB
CMYK
RGB Variations
Color information
#CF0078 (or 0xCF0078) is known color: Medium Violet Red. HEX triplet: CF, 00 and 78. RGB value is (207,0,120). Sum of RGB (Red+Green+Blue) = 207+0+120=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0078 is #30FF87. Grayscale: #4B4B4B. Windows color (decimal): -3211144 or 7864527. OLE color: 7864527.
HSL color Cylindrical-coordinate representation of color #CF0078: hue angle of 325.22º 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 #CF0078 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.42 | 0.19 |
| HSL | 325.22º | 1% | 0.41% | - |
| HSV(B) | 325.22º | 1% | 0.81% | - |
| XYZ | 29.12 | 14.62 | 19.06 | - |
| YUV | 75.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 120 | 0 | 1 | 0.42 | 0.19 | 325.22 | 1 | 0.41 |
| Hex | CF | 0 | 78 | 0 | 64 | 2A | 13 | 145 | 64 | 29 |
| Octal | 317 | 0 | 170 | 0 | 144 | 52 | 23 | 505 | 144 | 51 |
| Binary | 11001111 | 0 | 1111000 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100100 | 101001 |
Color Harmonies of #CF0078
Complementary color
Monochromatic Colors of #CF0078
Black with #CF0078
Text Example
Text Example
White with #CF0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0078; }
p { color: rgb(207,0,120); }
H1.HeaderClassName
{
color: #CF0078;
}
.AnyTagClassName
{
color: #CF0078;
}
</style>
background-color css
<style>
a { background-color: #CF0078; }
a { background-color: rgb(207,0,120); }
div.DivClassName
{
background-color: #CF0078;
}
.BgClassName
{
background-color: #CF0078;
}
</style>
border-color css
<style>
span { border-color: #CF0078; }
span { border-color: rgb(207,0,120); }
td.TdClassName
{
border-color: #CF0078;
}
.TagClassName
{
border-color: #CF0078;
}
</style>