Shades of Medium Violet Red #CF27A8
Tints of Medium Violet Red #CF27A8
RGB
CMYK
RGB Variations
Color information
#CF27A8 (or 0xCF27A8) is known color: Medium Violet Red. HEX triplet: CF, 27 and A8. RGB value is (207,39,168). Sum of RGB (Red+Green+Blue) = 207+39+168=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27A8 is #30D857. Grayscale: #676767. Windows color (decimal): -3201112 or 11020239. OLE color: 11020239.
HSL color Cylindrical-coordinate representation of color #CF27A8: hue angle of 313.93º 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 #CF27A8 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 168 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.19 |
| HSL | 313.93º | 0.68% | 0.48% | - |
| HSV(B) | 313.93º | 0.81% | 0.81% | - |
| XYZ | 33.53 | 17.54 | 38.67 | - |
| YUV | 103.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 168 | 0 | 0.81 | 0.19 | 0.19 | 313.93 | 0.68 | 0.48 |
| Hex | CF | 27 | A8 | 0 | 51 | 13 | 13 | 13A | 44 | 30 |
| Octal | 317 | 47 | 250 | 0 | 121 | 23 | 23 | 472 | 104 | 60 |
| Binary | 11001111 | 100111 | 10101000 | 0 | 1010001 | 10011 | 10011 | 100111010 | 1000100 | 110000 |
Color Harmonies of #CF27A8
Complementary color
Monochromatic Colors of #CF27A8
Black with #CF27A8
Text Example
Text Example
White with #CF27A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27A8; }
p { color: rgb(207,39,168); }
H1.HeaderClassName
{
color: #CF27A8;
}
.AnyTagClassName
{
color: #CF27A8;
}
</style>
background-color css
<style>
a { background-color: #CF27A8; }
a { background-color: rgb(207,39,168); }
div.DivClassName
{
background-color: #CF27A8;
}
.BgClassName
{
background-color: #CF27A8;
}
</style>
border-color css
<style>
span { border-color: #CF27A8; }
span { border-color: rgb(207,39,168); }
td.TdClassName
{
border-color: #CF27A8;
}
.TagClassName
{
border-color: #CF27A8;
}
</style>