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