Shades of Medium Violet Red #CF28AE
Tints of Medium Violet Red #CF28AE
RGB
CMYK
RGB Variations
Color information
#CF28AE (or 0xCF28AE) is known color: Medium Violet Red. HEX triplet: CF, 28 and AE. RGB value is (207,40,174). Sum of RGB (Red+Green+Blue) = 207+40+174=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF28AE is #30D751. Grayscale: #686868. Windows color (decimal): -3200850 or 11413711. OLE color: 11413711.
HSL color Cylindrical-coordinate representation of color #CF28AE: hue angle of 311.86º 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 #CF28AE is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 174 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.19 |
| HSL | 311.86º | 0.68% | 0.48% | - |
| HSV(B) | 311.86º | 0.81% | 0.81% | - |
| XYZ | 34.13 | 17.84 | 41.69 | - |
| YUV | 105.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 174 | 0 | 0.81 | 0.16 | 0.19 | 311.86 | 0.68 | 0.48 |
| Hex | CF | 28 | AE | 0 | 51 | 10 | 13 | 138 | 44 | 30 |
| Octal | 317 | 50 | 256 | 0 | 121 | 20 | 23 | 470 | 104 | 60 |
| Binary | 11001111 | 101000 | 10101110 | 0 | 1010001 | 10000 | 10011 | 100111000 | 1000100 | 110000 |
Color Harmonies of #CF28AE
Complementary color
Monochromatic Colors of #CF28AE
Black with #CF28AE
Text Example
Text Example
White with #CF28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28AE; }
p { color: rgb(207,40,174); }
H1.HeaderClassName
{
color: #CF28AE;
}
.AnyTagClassName
{
color: #CF28AE;
}
</style>
background-color css
<style>
a { background-color: #CF28AE; }
a { background-color: rgb(207,40,174); }
div.DivClassName
{
background-color: #CF28AE;
}
.BgClassName
{
background-color: #CF28AE;
}
</style>
border-color css
<style>
span { border-color: #CF28AE; }
span { border-color: rgb(207,40,174); }
td.TdClassName
{
border-color: #CF28AE;
}
.TagClassName
{
border-color: #CF28AE;
}
</style>