Shades of Medium Violet Red #CF2178
Tints of Medium Violet Red #CF2178
RGB
CMYK
RGB Variations
Color information
#CF2178 (or 0xCF2178) is known color: Medium Violet Red. HEX triplet: CF, 21 and 78. RGB value is (207,33,120). Sum of RGB (Red+Green+Blue) = 207+33+120=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2178 is #30DE87. Grayscale: #5E5E5E. Windows color (decimal): -3202696 or 7872975. OLE color: 7872975.
HSL color Cylindrical-coordinate representation of color #CF2178: hue angle of 330º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2178 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 120 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.19 |
| HSL | 330º | 0.73% | 0.47% | - |
| HSV(B) | 330º | 0.84% | 0.81% | - |
| XYZ | 29.67 | 15.71 | 19.24 | - |
| YUV | 94.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 120 | 0 | 0.84 | 0.42 | 0.19 | 330 | 0.73 | 0.47 |
| Hex | CF | 21 | 78 | 0 | 54 | 2A | 13 | 14A | 48 | 2F |
| Octal | 317 | 41 | 170 | 0 | 124 | 52 | 23 | 512 | 110 | 57 |
| Binary | 11001111 | 100001 | 1111000 | 0 | 1010100 | 101010 | 10011 | 101001010 | 1001000 | 101111 |
Color Harmonies of #CF2178
Complementary color
Monochromatic Colors of #CF2178
Black with #CF2178
Text Example
Text Example
White with #CF2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2178; }
p { color: rgb(207,33,120); }
H1.HeaderClassName
{
color: #CF2178;
}
.AnyTagClassName
{
color: #CF2178;
}
</style>
background-color css
<style>
a { background-color: #CF2178; }
a { background-color: rgb(207,33,120); }
div.DivClassName
{
background-color: #CF2178;
}
.BgClassName
{
background-color: #CF2178;
}
</style>
border-color css
<style>
span { border-color: #CF2178; }
span { border-color: rgb(207,33,120); }
td.TdClassName
{
border-color: #CF2178;
}
.TagClassName
{
border-color: #CF2178;
}
</style>