Shades of Medium Violet Red #CF2182
Tints of Medium Violet Red #CF2182
RGB
CMYK
RGB Variations
Color information
#CF2182 (or 0xCF2182) is known color: Medium Violet Red. HEX triplet: CF, 21 and 82. RGB value is (207,33,130). Sum of RGB (Red+Green+Blue) = 207+33+130=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2182 is #30DE7D. Grayscale: #5F5F5F. Windows color (decimal): -3202686 or 8528335. OLE color: 8528335.
HSL color Cylindrical-coordinate representation of color #CF2182: hue angle of 326.55º 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 #CF2182 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 130 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.19 |
| HSL | 326.55º | 0.73% | 0.47% | - |
| HSV(B) | 326.55º | 0.84% | 0.81% | - |
| XYZ | 30.31 | 15.96 | 22.6 | - |
| YUV | 96.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 130 | 0 | 0.84 | 0.37 | 0.19 | 326.55 | 0.73 | 0.47 |
| Hex | CF | 21 | 82 | 0 | 54 | 25 | 13 | 147 | 48 | 2F |
| Octal | 317 | 41 | 202 | 0 | 124 | 45 | 23 | 507 | 110 | 57 |
| Binary | 11001111 | 100001 | 10000010 | 0 | 1010100 | 100101 | 10011 | 101000111 | 1001000 | 101111 |
Color Harmonies of #CF2182
Complementary color
Monochromatic Colors of #CF2182
Black with #CF2182
Text Example
Text Example
White with #CF2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2182; }
p { color: rgb(207,33,130); }
H1.HeaderClassName
{
color: #CF2182;
}
.AnyTagClassName
{
color: #CF2182;
}
</style>
background-color css
<style>
a { background-color: #CF2182; }
a { background-color: rgb(207,33,130); }
div.DivClassName
{
background-color: #CF2182;
}
.BgClassName
{
background-color: #CF2182;
}
</style>
border-color css
<style>
span { border-color: #CF2182; }
span { border-color: rgb(207,33,130); }
td.TdClassName
{
border-color: #CF2182;
}
.TagClassName
{
border-color: #CF2182;
}
</style>