Shades of Medium Violet Red #CF2180
Tints of Medium Violet Red #CF2180
RGB
CMYK
RGB Variations
Color information
#CF2180 (or 0xCF2180) is known color: Medium Violet Red. HEX triplet: CF, 21 and 80. RGB value is (207,33,128). Sum of RGB (Red+Green+Blue) = 207+33+128=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2180 is #30DE7F. Grayscale: #5F5F5F. Windows color (decimal): -3202688 or 8397263. OLE color: 8397263.
HSL color Cylindrical-coordinate representation of color #CF2180: hue angle of 327.24º 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 #CF2180 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 128 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.19 |
| HSL | 327.24º | 0.73% | 0.47% | - |
| HSV(B) | 327.24º | 0.84% | 0.81% | - |
| XYZ | 30.17 | 15.91 | 21.9 | - |
| YUV | 95.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 128 | 0 | 0.84 | 0.38 | 0.19 | 327.24 | 0.73 | 0.47 |
| Hex | CF | 21 | 80 | 0 | 54 | 26 | 13 | 147 | 48 | 2F |
| Octal | 317 | 41 | 200 | 0 | 124 | 46 | 23 | 507 | 110 | 57 |
| Binary | 11001111 | 100001 | 10000000 | 0 | 1010100 | 100110 | 10011 | 101000111 | 1001000 | 101111 |
Color Harmonies of #CF2180
Complementary color
Monochromatic Colors of #CF2180
Black with #CF2180
Text Example
Text Example
White with #CF2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2180; }
p { color: rgb(207,33,128); }
H1.HeaderClassName
{
color: #CF2180;
}
.AnyTagClassName
{
color: #CF2180;
}
</style>
background-color css
<style>
a { background-color: #CF2180; }
a { background-color: rgb(207,33,128); }
div.DivClassName
{
background-color: #CF2180;
}
.BgClassName
{
background-color: #CF2180;
}
</style>
border-color css
<style>
span { border-color: #CF2180; }
span { border-color: rgb(207,33,128); }
td.TdClassName
{
border-color: #CF2180;
}
.TagClassName
{
border-color: #CF2180;
}
</style>