Shades of Medium Violet Red #CF248E
Tints of Medium Violet Red #CF248E
RGB
CMYK
RGB Variations
Color information
#CF248E (or 0xCF248E) is known color: Medium Violet Red. HEX triplet: CF, 24 and 8E. RGB value is (207,36,142). Sum of RGB (Red+Green+Blue) = 207+36+142=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF248E is #30DB71. Grayscale: #626262. Windows color (decimal): -3201906 or 9315535. OLE color: 9315535.
HSL color Cylindrical-coordinate representation of color #CF248E: hue angle of 322.81º 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 #CF248E is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 142 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.19 |
| HSL | 322.81º | 0.7% | 0.48% | - |
| HSV(B) | 322.81º | 0.83% | 0.81% | - |
| XYZ | 31.25 | 16.48 | 27.13 | - |
| YUV | 99.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 142 | 0 | 0.83 | 0.31 | 0.19 | 322.81 | 0.7 | 0.48 |
| Hex | CF | 24 | 8E | 0 | 53 | 1F | 13 | 143 | 46 | 30 |
| Octal | 317 | 44 | 216 | 0 | 123 | 37 | 23 | 503 | 106 | 60 |
| Binary | 11001111 | 100100 | 10001110 | 0 | 1010011 | 11111 | 10011 | 101000011 | 1000110 | 110000 |
Color Harmonies of #CF248E
Complementary color
Monochromatic Colors of #CF248E
Black with #CF248E
Text Example
Text Example
White with #CF248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF248E; }
p { color: rgb(207,36,142); }
H1.HeaderClassName
{
color: #CF248E;
}
.AnyTagClassName
{
color: #CF248E;
}
</style>
background-color css
<style>
a { background-color: #CF248E; }
a { background-color: rgb(207,36,142); }
div.DivClassName
{
background-color: #CF248E;
}
.BgClassName
{
background-color: #CF248E;
}
</style>
border-color css
<style>
span { border-color: #CF248E; }
span { border-color: rgb(207,36,142); }
td.TdClassName
{
border-color: #CF248E;
}
.TagClassName
{
border-color: #CF248E;
}
</style>