Shades of Medium Violet Red #CF2299
Tints of Medium Violet Red #CF2299
RGB
CMYK
RGB Variations
Color information
#CF2299 (or 0xCF2299) is known color: Medium Violet Red. HEX triplet: CF, 22 and 99. RGB value is (207,34,153). Sum of RGB (Red+Green+Blue) = 207+34+153=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2299 is #30DD66. Grayscale: #626262. Windows color (decimal): -3202407 or 10035919. OLE color: 10035919.
HSL color Cylindrical-coordinate representation of color #CF2299: hue angle of 318.73º 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 #CF2299 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 153 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.19 |
| HSL | 318.73º | 0.72% | 0.47% | - |
| HSV(B) | 318.73º | 0.84% | 0.81% | - |
| XYZ | 32.05 | 16.71 | 31.67 | - |
| YUV | 99.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 153 | 0 | 0.84 | 0.26 | 0.19 | 318.73 | 0.72 | 0.47 |
| Hex | CF | 22 | 99 | 0 | 54 | 1A | 13 | 13F | 48 | 2F |
| Octal | 317 | 42 | 231 | 0 | 124 | 32 | 23 | 477 | 110 | 57 |
| Binary | 11001111 | 100010 | 10011001 | 0 | 1010100 | 11010 | 10011 | 100111111 | 1001000 | 101111 |
Color Harmonies of #CF2299
Complementary color
Monochromatic Colors of #CF2299
Black with #CF2299
Text Example
Text Example
White with #CF2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2299; }
p { color: rgb(207,34,153); }
H1.HeaderClassName
{
color: #CF2299;
}
.AnyTagClassName
{
color: #CF2299;
}
</style>
background-color css
<style>
a { background-color: #CF2299; }
a { background-color: rgb(207,34,153); }
div.DivClassName
{
background-color: #CF2299;
}
.BgClassName
{
background-color: #CF2299;
}
</style>
border-color css
<style>
span { border-color: #CF2299; }
span { border-color: rgb(207,34,153); }
td.TdClassName
{
border-color: #CF2299;
}
.TagClassName
{
border-color: #CF2299;
}
</style>