Shades of Medium Violet Red #CF27A5
Tints of Medium Violet Red #CF27A5
RGB
CMYK
RGB Variations
Color information
#CF27A5 (or 0xCF27A5) is known color: Medium Violet Red. HEX triplet: CF, 27 and A5. RGB value is (207,39,165). Sum of RGB (Red+Green+Blue) = 207+39+165=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27A5 is #30D85A. Grayscale: #676767. Windows color (decimal): -3201115 or 10823631. OLE color: 10823631.
HSL color Cylindrical-coordinate representation of color #CF27A5: hue angle of 315º 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 #CF27A5 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 165 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.19 |
| HSL | 315º | 0.68% | 0.48% | - |
| HSV(B) | 315º | 0.81% | 0.81% | - |
| XYZ | 33.25 | 17.43 | 37.21 | - |
| YUV | 103.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 165 | 0 | 0.81 | 0.20 | 0.19 | 315 | 0.68 | 0.48 |
| Hex | CF | 27 | A5 | 0 | 51 | 14 | 13 | 13B | 44 | 30 |
| Octal | 317 | 47 | 245 | 0 | 121 | 24 | 23 | 473 | 104 | 60 |
| Binary | 11001111 | 100111 | 10100101 | 0 | 1010001 | 10100 | 10011 | 100111011 | 1000100 | 110000 |
Color Harmonies of #CF27A5
Complementary color
Monochromatic Colors of #CF27A5
Black with #CF27A5
Text Example
Text Example
White with #CF27A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27A5; }
p { color: rgb(207,39,165); }
H1.HeaderClassName
{
color: #CF27A5;
}
.AnyTagClassName
{
color: #CF27A5;
}
</style>
background-color css
<style>
a { background-color: #CF27A5; }
a { background-color: rgb(207,39,165); }
div.DivClassName
{
background-color: #CF27A5;
}
.BgClassName
{
background-color: #CF27A5;
}
</style>
border-color css
<style>
span { border-color: #CF27A5; }
span { border-color: rgb(207,39,165); }
td.TdClassName
{
border-color: #CF27A5;
}
.TagClassName
{
border-color: #CF27A5;
}
</style>