Shades of Medium Violet Red #CF217B
Tints of Medium Violet Red #CF217B
RGB
CMYK
RGB Variations
Color information
#CF217B (or 0xCF217B) is known color: Medium Violet Red. HEX triplet: CF, 21 and 7B. RGB value is (207,33,123). Sum of RGB (Red+Green+Blue) = 207+33+123=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF217B is #30DE84. Grayscale: #5F5F5F. Windows color (decimal): -3202693 or 8069583. OLE color: 8069583.
HSL color Cylindrical-coordinate representation of color #CF217B: hue angle of 328.97º 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 #CF217B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 123 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.19 |
| HSL | 328.97º | 0.73% | 0.47% | - |
| HSV(B) | 328.97º | 0.84% | 0.81% | - |
| XYZ | 29.85 | 15.78 | 20.21 | - |
| YUV | 95.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 123 | 0 | 0.84 | 0.41 | 0.19 | 328.97 | 0.73 | 0.47 |
| Hex | CF | 21 | 7B | 0 | 54 | 29 | 13 | 149 | 48 | 2F |
| Octal | 317 | 41 | 173 | 0 | 124 | 51 | 23 | 511 | 110 | 57 |
| Binary | 11001111 | 100001 | 1111011 | 0 | 1010100 | 101001 | 10011 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CF217B
Complementary color
Monochromatic Colors of #CF217B
Black with #CF217B
Text Example
Text Example
White with #CF217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF217B; }
p { color: rgb(207,33,123); }
H1.HeaderClassName
{
color: #CF217B;
}
.AnyTagClassName
{
color: #CF217B;
}
</style>
background-color css
<style>
a { background-color: #CF217B; }
a { background-color: rgb(207,33,123); }
div.DivClassName
{
background-color: #CF217B;
}
.BgClassName
{
background-color: #CF217B;
}
</style>
border-color css
<style>
span { border-color: #CF217B; }
span { border-color: rgb(207,33,123); }
td.TdClassName
{
border-color: #CF217B;
}
.TagClassName
{
border-color: #CF217B;
}
</style>