Shades of Medium Violet Red #CF249C
Tints of Medium Violet Red #CF249C
RGB
CMYK
RGB Variations
Color information
#CF249C (or 0xCF249C) is known color: Medium Violet Red. HEX triplet: CF, 24 and 9C. RGB value is (207,36,156). Sum of RGB (Red+Green+Blue) = 207+36+156=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF249C is #30DB63. Grayscale: #646464. Windows color (decimal): -3201892 or 10233039. OLE color: 10233039.
HSL color Cylindrical-coordinate representation of color #CF249C: hue angle of 317.89º 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 #CF249C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 156 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.19 |
| HSL | 317.89º | 0.7% | 0.48% | - |
| HSV(B) | 317.89º | 0.83% | 0.81% | - |
| XYZ | 32.36 | 16.93 | 33.01 | - |
| YUV | 100.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 156 | 0 | 0.83 | 0.25 | 0.19 | 317.89 | 0.7 | 0.48 |
| Hex | CF | 24 | 9C | 0 | 53 | 19 | 13 | 13E | 46 | 30 |
| Octal | 317 | 44 | 234 | 0 | 123 | 31 | 23 | 476 | 106 | 60 |
| Binary | 11001111 | 100100 | 10011100 | 0 | 1010011 | 11001 | 10011 | 100111110 | 1000110 | 110000 |
Color Harmonies of #CF249C
Complementary color
Monochromatic Colors of #CF249C
Black with #CF249C
Text Example
Text Example
White with #CF249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF249C; }
p { color: rgb(207,36,156); }
H1.HeaderClassName
{
color: #CF249C;
}
.AnyTagClassName
{
color: #CF249C;
}
</style>
background-color css
<style>
a { background-color: #CF249C; }
a { background-color: rgb(207,36,156); }
div.DivClassName
{
background-color: #CF249C;
}
.BgClassName
{
background-color: #CF249C;
}
</style>
border-color css
<style>
span { border-color: #CF249C; }
span { border-color: rgb(207,36,156); }
td.TdClassName
{
border-color: #CF249C;
}
.TagClassName
{
border-color: #CF249C;
}
</style>