Shades of Medium Violet Red #CF1487
Tints of Medium Violet Red #CF1487
RGB
CMYK
RGB Variations
Color information
#CF1487 (or 0xCF1487) is known color: Medium Violet Red. HEX triplet: CF, 14 and 87. RGB value is (207,20,135). Sum of RGB (Red+Green+Blue) = 207+20+135=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1487 is #30EB78. Grayscale: #585858. Windows color (decimal): -3206009 or 8852687. OLE color: 8852687.
HSL color Cylindrical-coordinate representation of color #CF1487: hue angle of 323.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1487 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 135 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.19 |
| HSL | 323.1º | 0.82% | 0.45% | - |
| HSV(B) | 323.1º | 0.9% | 0.81% | - |
| XYZ | 30.36 | 15.51 | 24.32 | - |
| YUV | 89.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 135 | 0 | 0.90 | 0.35 | 0.19 | 323.1 | 0.82 | 0.45 |
| Hex | CF | 14 | 87 | 0 | 5A | 23 | 13 | 143 | 52 | 2D |
| Octal | 317 | 24 | 207 | 0 | 132 | 43 | 23 | 503 | 122 | 55 |
| Binary | 11001111 | 10100 | 10000111 | 0 | 1011010 | 100011 | 10011 | 101000011 | 1010010 | 101101 |
Color Harmonies of #CF1487
Complementary color
Monochromatic Colors of #CF1487
Black with #CF1487
Text Example
Text Example
White with #CF1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1487; }
p { color: rgb(207,20,135); }
H1.HeaderClassName
{
color: #CF1487;
}
.AnyTagClassName
{
color: #CF1487;
}
</style>
background-color css
<style>
a { background-color: #CF1487; }
a { background-color: rgb(207,20,135); }
div.DivClassName
{
background-color: #CF1487;
}
.BgClassName
{
background-color: #CF1487;
}
</style>
border-color css
<style>
span { border-color: #CF1487; }
span { border-color: rgb(207,20,135); }
td.TdClassName
{
border-color: #CF1487;
}
.TagClassName
{
border-color: #CF1487;
}
</style>