Shades of Medium Violet Red #CF239C
Tints of Medium Violet Red #CF239C
RGB
CMYK
RGB Variations
Color information
#CF239C (or 0xCF239C) is known color: Medium Violet Red. HEX triplet: CF, 23 and 9C. RGB value is (207,35,156). Sum of RGB (Red+Green+Blue) = 207+35+156=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF239C is #30DC63. Grayscale: #636363. Windows color (decimal): -3202148 or 10232783. OLE color: 10232783.
HSL color Cylindrical-coordinate representation of color #CF239C: hue angle of 317.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF239C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 156 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.19 |
| HSL | 317.79º | 0.71% | 0.47% | - |
| HSV(B) | 317.79º | 0.83% | 0.81% | - |
| XYZ | 32.33 | 16.87 | 33 | - |
| YUV | 100.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 156 | 0 | 0.83 | 0.25 | 0.19 | 317.79 | 0.71 | 0.47 |
| Hex | CF | 23 | 9C | 0 | 53 | 19 | 13 | 13E | 47 | 2F |
| Octal | 317 | 43 | 234 | 0 | 123 | 31 | 23 | 476 | 107 | 57 |
| Binary | 11001111 | 100011 | 10011100 | 0 | 1010011 | 11001 | 10011 | 100111110 | 1000111 | 101111 |
Color Harmonies of #CF239C
Complementary color
Monochromatic Colors of #CF239C
Black with #CF239C
Text Example
Text Example
White with #CF239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF239C; }
p { color: rgb(207,35,156); }
H1.HeaderClassName
{
color: #CF239C;
}
.AnyTagClassName
{
color: #CF239C;
}
</style>
background-color css
<style>
a { background-color: #CF239C; }
a { background-color: rgb(207,35,156); }
div.DivClassName
{
background-color: #CF239C;
}
.BgClassName
{
background-color: #CF239C;
}
</style>
border-color css
<style>
span { border-color: #CF239C; }
span { border-color: rgb(207,35,156); }
td.TdClassName
{
border-color: #CF239C;
}
.TagClassName
{
border-color: #CF239C;
}
</style>