Shades of Medium Violet Red #CF27AC
Tints of Medium Violet Red #CF27AC
RGB
CMYK
RGB Variations
Color information
#CF27AC (or 0xCF27AC) is known color: Medium Violet Red. HEX triplet: CF, 27 and AC. RGB value is (207,39,172). Sum of RGB (Red+Green+Blue) = 207+39+172=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27AC is #30D853. Grayscale: #686868. Windows color (decimal): -3201108 or 11282383. OLE color: 11282383.
HSL color Cylindrical-coordinate representation of color #CF27AC: hue angle of 312.5º 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 #CF27AC is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 172 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.19 |
| HSL | 312.5º | 0.68% | 0.48% | - |
| HSV(B) | 312.5º | 0.81% | 0.81% | - |
| XYZ | 33.9 | 17.69 | 40.66 | - |
| YUV | 104.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 172 | 0 | 0.81 | 0.17 | 0.19 | 312.5 | 0.68 | 0.48 |
| Hex | CF | 27 | AC | 0 | 51 | 11 | 13 | 138 | 44 | 30 |
| Octal | 317 | 47 | 254 | 0 | 121 | 21 | 23 | 470 | 104 | 60 |
| Binary | 11001111 | 100111 | 10101100 | 0 | 1010001 | 10001 | 10011 | 100111000 | 1000100 | 110000 |
Color Harmonies of #CF27AC
Complementary color
Monochromatic Colors of #CF27AC
Black with #CF27AC
Text Example
Text Example
White with #CF27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27AC; }
p { color: rgb(207,39,172); }
H1.HeaderClassName
{
color: #CF27AC;
}
.AnyTagClassName
{
color: #CF27AC;
}
</style>
background-color css
<style>
a { background-color: #CF27AC; }
a { background-color: rgb(207,39,172); }
div.DivClassName
{
background-color: #CF27AC;
}
.BgClassName
{
background-color: #CF27AC;
}
</style>
border-color css
<style>
span { border-color: #CF27AC; }
span { border-color: rgb(207,39,172); }
td.TdClassName
{
border-color: #CF27AC;
}
.TagClassName
{
border-color: #CF27AC;
}
</style>