Shades of Medium Violet Red #CF229E
Tints of Medium Violet Red #CF229E
RGB
CMYK
RGB Variations
Color information
#CF229E (or 0xCF229E) is known color: Medium Violet Red. HEX triplet: CF, 22 and 9E. RGB value is (207,34,158). Sum of RGB (Red+Green+Blue) = 207+34+158=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF229E is #30DD61. Grayscale: #636363. Windows color (decimal): -3202402 or 10363599. OLE color: 10363599.
HSL color Cylindrical-coordinate representation of color #CF229E: hue angle of 316.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF229E is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 158 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.19 |
| HSL | 316.99º | 0.72% | 0.47% | - |
| HSV(B) | 316.99º | 0.84% | 0.81% | - |
| XYZ | 32.48 | 16.88 | 33.89 | - |
| YUV | 99.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 158 | 0 | 0.84 | 0.24 | 0.19 | 316.99 | 0.72 | 0.47 |
| Hex | CF | 22 | 9E | 0 | 54 | 18 | 13 | 13D | 48 | 2F |
| Octal | 317 | 42 | 236 | 0 | 124 | 30 | 23 | 475 | 110 | 57 |
| Binary | 11001111 | 100010 | 10011110 | 0 | 1010100 | 11000 | 10011 | 100111101 | 1001000 | 101111 |
Color Harmonies of #CF229E
Complementary color
Monochromatic Colors of #CF229E
Black with #CF229E
Text Example
Text Example
White with #CF229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF229E; }
p { color: rgb(207,34,158); }
H1.HeaderClassName
{
color: #CF229E;
}
.AnyTagClassName
{
color: #CF229E;
}
</style>
background-color css
<style>
a { background-color: #CF229E; }
a { background-color: rgb(207,34,158); }
div.DivClassName
{
background-color: #CF229E;
}
.BgClassName
{
background-color: #CF229E;
}
</style>
border-color css
<style>
span { border-color: #CF229E; }
span { border-color: rgb(207,34,158); }
td.TdClassName
{
border-color: #CF229E;
}
.TagClassName
{
border-color: #CF229E;
}
</style>