Shades of Medium Violet Red #CF217D
Tints of Medium Violet Red #CF217D
RGB
CMYK
RGB Variations
Color information
#CF217D (or 0xCF217D) is known color: Medium Violet Red. HEX triplet: CF, 21 and 7D. RGB value is (207,33,125). Sum of RGB (Red+Green+Blue) = 207+33+125=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF217D is #30DE82. Grayscale: #5F5F5F. Windows color (decimal): -3202691 or 8200655. OLE color: 8200655.
HSL color Cylindrical-coordinate representation of color #CF217D: hue angle of 328.28º 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 #CF217D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 125 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.19 |
| HSL | 328.28º | 0.73% | 0.47% | - |
| HSV(B) | 328.28º | 0.84% | 0.81% | - |
| XYZ | 29.98 | 15.83 | 20.88 | - |
| YUV | 95.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 125 | 0 | 0.84 | 0.40 | 0.19 | 328.28 | 0.73 | 0.47 |
| Hex | CF | 21 | 7D | 0 | 54 | 28 | 13 | 148 | 48 | 2F |
| Octal | 317 | 41 | 175 | 0 | 124 | 50 | 23 | 510 | 110 | 57 |
| Binary | 11001111 | 100001 | 1111101 | 0 | 1010100 | 101000 | 10011 | 101001000 | 1001000 | 101111 |
Color Harmonies of #CF217D
Complementary color
Monochromatic Colors of #CF217D
Black with #CF217D
Text Example
Text Example
White with #CF217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF217D; }
p { color: rgb(207,33,125); }
H1.HeaderClassName
{
color: #CF217D;
}
.AnyTagClassName
{
color: #CF217D;
}
</style>
background-color css
<style>
a { background-color: #CF217D; }
a { background-color: rgb(207,33,125); }
div.DivClassName
{
background-color: #CF217D;
}
.BgClassName
{
background-color: #CF217D;
}
</style>
border-color css
<style>
span { border-color: #CF217D; }
span { border-color: rgb(207,33,125); }
td.TdClassName
{
border-color: #CF217D;
}
.TagClassName
{
border-color: #CF217D;
}
</style>