Shades of Medium Violet Red #CF2188
Tints of Medium Violet Red #CF2188
RGB
CMYK
RGB Variations
Color information
#CF2188 (or 0xCF2188) is known color: Medium Violet Red. HEX triplet: CF, 21 and 88. RGB value is (207,33,136). Sum of RGB (Red+Green+Blue) = 207+33+136=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2188 is #30DE77. Grayscale: #606060. Windows color (decimal): -3202680 or 8921551. OLE color: 8921551.
HSL color Cylindrical-coordinate representation of color #CF2188: hue angle of 324.48º degrees, saturation: 0.73, 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 #CF2188 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 136 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.19 |
| HSL | 324.48º | 0.73% | 0.47% | - |
| HSV(B) | 324.48º | 0.84% | 0.81% | - |
| XYZ | 30.72 | 16.13 | 24.79 | - |
| YUV | 96.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 136 | 0 | 0.84 | 0.34 | 0.19 | 324.48 | 0.73 | 0.47 |
| Hex | CF | 21 | 88 | 0 | 54 | 22 | 13 | 144 | 48 | 2F |
| Octal | 317 | 41 | 210 | 0 | 124 | 42 | 23 | 504 | 110 | 57 |
| Binary | 11001111 | 100001 | 10001000 | 0 | 1010100 | 100010 | 10011 | 101000100 | 1001000 | 101111 |
Color Harmonies of #CF2188
Complementary color
Monochromatic Colors of #CF2188
Black with #CF2188
Text Example
Text Example
White with #CF2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2188; }
p { color: rgb(207,33,136); }
H1.HeaderClassName
{
color: #CF2188;
}
.AnyTagClassName
{
color: #CF2188;
}
</style>
background-color css
<style>
a { background-color: #CF2188; }
a { background-color: rgb(207,33,136); }
div.DivClassName
{
background-color: #CF2188;
}
.BgClassName
{
background-color: #CF2188;
}
</style>
border-color css
<style>
span { border-color: #CF2188; }
span { border-color: rgb(207,33,136); }
td.TdClassName
{
border-color: #CF2188;
}
.TagClassName
{
border-color: #CF2188;
}
</style>