Shades of Medium Violet Red #CF28AD
Tints of Medium Violet Red #CF28AD
RGB
CMYK
RGB Variations
Color information
#CF28AD (or 0xCF28AD) is known color: Medium Violet Red. HEX triplet: CF, 28 and AD. RGB value is (207,40,173). Sum of RGB (Red+Green+Blue) = 207+40+173=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF28AD is #30D752. Grayscale: #686868. Windows color (decimal): -3200851 or 11348175. OLE color: 11348175.
HSL color Cylindrical-coordinate representation of color #CF28AD: hue angle of 312.22º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28AD is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 173 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.19 |
| HSL | 312.22º | 0.68% | 0.48% | - |
| HSV(B) | 312.22º | 0.81% | 0.81% | - |
| XYZ | 34.03 | 17.8 | 41.18 | - |
| YUV | 105.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 173 | 0 | 0.81 | 0.16 | 0.19 | 312.22 | 0.68 | 0.48 |
| Hex | CF | 28 | AD | 0 | 51 | 10 | 13 | 138 | 44 | 30 |
| Octal | 317 | 50 | 255 | 0 | 121 | 20 | 23 | 470 | 104 | 60 |
| Binary | 11001111 | 101000 | 10101101 | 0 | 1010001 | 10000 | 10011 | 100111000 | 1000100 | 110000 |
Color Harmonies of #CF28AD
Complementary color
Monochromatic Colors of #CF28AD
Black with #CF28AD
Text Example
Text Example
White with #CF28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28AD; }
p { color: rgb(207,40,173); }
H1.HeaderClassName
{
color: #CF28AD;
}
.AnyTagClassName
{
color: #CF28AD;
}
</style>
background-color css
<style>
a { background-color: #CF28AD; }
a { background-color: rgb(207,40,173); }
div.DivClassName
{
background-color: #CF28AD;
}
.BgClassName
{
background-color: #CF28AD;
}
</style>
border-color css
<style>
span { border-color: #CF28AD; }
span { border-color: rgb(207,40,173); }
td.TdClassName
{
border-color: #CF28AD;
}
.TagClassName
{
border-color: #CF28AD;
}
</style>