Shades of Medium Violet Red #CF0178
Tints of Medium Violet Red #CF0178
RGB
CMYK
RGB Variations
Color information
#CF0178 (or 0xCF0178) is known color: Medium Violet Red. HEX triplet: CF, 01 and 78. RGB value is (207,1,120). Sum of RGB (Red+Green+Blue) = 207+1+120=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0178 is #30FE87. Grayscale: #4B4B4B. Windows color (decimal): -3210888 or 7864783. OLE color: 7864783.
HSL color Cylindrical-coordinate representation of color #CF0178: hue angle of 325.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0178 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.19 |
| HSL | 325.34º | 0.99% | 0.41% | - |
| HSV(B) | 325.34º | 1% | 0.81% | - |
| XYZ | 29.13 | 14.64 | 19.06 | - |
| YUV | 76.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 120 | 0 | 1.00 | 0.42 | 0.19 | 325.34 | 0.99 | 0.41 |
| Hex | CF | 1 | 78 | 0 | 64 | 2A | 13 | 145 | 63 | 29 |
| Octal | 317 | 1 | 170 | 0 | 144 | 52 | 23 | 505 | 143 | 51 |
| Binary | 11001111 | 1 | 1111000 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100011 | 101001 |
Color Harmonies of #CF0178
Complementary color
Monochromatic Colors of #CF0178
Black with #CF0178
Text Example
Text Example
White with #CF0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0178; }
p { color: rgb(207,1,120); }
H1.HeaderClassName
{
color: #CF0178;
}
.AnyTagClassName
{
color: #CF0178;
}
</style>
background-color css
<style>
a { background-color: #CF0178; }
a { background-color: rgb(207,1,120); }
div.DivClassName
{
background-color: #CF0178;
}
.BgClassName
{
background-color: #CF0178;
}
</style>
border-color css
<style>
span { border-color: #CF0178; }
span { border-color: rgb(207,1,120); }
td.TdClassName
{
border-color: #CF0178;
}
.TagClassName
{
border-color: #CF0178;
}
</style>