Shades of Medium Violet Red #CF207D
Tints of Medium Violet Red #CF207D
RGB
CMYK
RGB Variations
Color information
#CF207D (or 0xCF207D) is known color: Medium Violet Red. HEX triplet: CF, 20 and 7D. RGB value is (207,32,125). Sum of RGB (Red+Green+Blue) = 207+32+125=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF207D is #30DF82. Grayscale: #5E5E5E. Windows color (decimal): -3202947 or 8200399. OLE color: 8200399.
HSL color Cylindrical-coordinate representation of color #CF207D: hue angle of 328.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF207D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 125 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.19 |
| HSL | 328.11º | 0.73% | 0.47% | - |
| HSV(B) | 328.11º | 0.85% | 0.81% | - |
| XYZ | 29.95 | 15.78 | 20.87 | - |
| YUV | 94.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 125 | 0 | 0.85 | 0.40 | 0.19 | 328.11 | 0.73 | 0.47 |
| Hex | CF | 20 | 7D | 0 | 55 | 28 | 13 | 148 | 49 | 2F |
| Octal | 317 | 40 | 175 | 0 | 125 | 50 | 23 | 510 | 111 | 57 |
| Binary | 11001111 | 100000 | 1111101 | 0 | 1010101 | 101000 | 10011 | 101001000 | 1001001 | 101111 |
Color Harmonies of #CF207D
Complementary color
Monochromatic Colors of #CF207D
Black with #CF207D
Text Example
Text Example
White with #CF207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF207D; }
p { color: rgb(207,32,125); }
H1.HeaderClassName
{
color: #CF207D;
}
.AnyTagClassName
{
color: #CF207D;
}
</style>
background-color css
<style>
a { background-color: #CF207D; }
a { background-color: rgb(207,32,125); }
div.DivClassName
{
background-color: #CF207D;
}
.BgClassName
{
background-color: #CF207D;
}
</style>
border-color css
<style>
span { border-color: #CF207D; }
span { border-color: rgb(207,32,125); }
td.TdClassName
{
border-color: #CF207D;
}
.TagClassName
{
border-color: #CF207D;
}
</style>