Shades of Medium Violet Red #CF2487
Tints of Medium Violet Red #CF2487
RGB
CMYK
RGB Variations
Color information
#CF2487 (or 0xCF2487) is known color: Medium Violet Red. HEX triplet: CF, 24 and 87. RGB value is (207,36,135). Sum of RGB (Red+Green+Blue) = 207+36+135=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2487 is #30DB78. Grayscale: #626262. Windows color (decimal): -3201913 or 8856783. OLE color: 8856783.
HSL color Cylindrical-coordinate representation of color #CF2487: hue angle of 325.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2487 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 135 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.19 |
| HSL | 325.26º | 0.7% | 0.48% | - |
| HSV(B) | 325.26º | 0.83% | 0.81% | - |
| XYZ | 30.74 | 16.28 | 24.44 | - |
| YUV | 98.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 135 | 0 | 0.83 | 0.35 | 0.19 | 325.26 | 0.7 | 0.48 |
| Hex | CF | 24 | 87 | 0 | 53 | 23 | 13 | 145 | 46 | 30 |
| Octal | 317 | 44 | 207 | 0 | 123 | 43 | 23 | 505 | 106 | 60 |
| Binary | 11001111 | 100100 | 10000111 | 0 | 1010011 | 100011 | 10011 | 101000101 | 1000110 | 110000 |
Color Harmonies of #CF2487
Complementary color
Monochromatic Colors of #CF2487
Black with #CF2487
Text Example
Text Example
White with #CF2487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2487; }
p { color: rgb(207,36,135); }
H1.HeaderClassName
{
color: #CF2487;
}
.AnyTagClassName
{
color: #CF2487;
}
</style>
background-color css
<style>
a { background-color: #CF2487; }
a { background-color: rgb(207,36,135); }
div.DivClassName
{
background-color: #CF2487;
}
.BgClassName
{
background-color: #CF2487;
}
</style>
border-color css
<style>
span { border-color: #CF2487; }
span { border-color: rgb(207,36,135); }
td.TdClassName
{
border-color: #CF2487;
}
.TagClassName
{
border-color: #CF2487;
}
</style>