Shades of Medium Violet Red #CF208C
Tints of Medium Violet Red #CF208C
RGB
CMYK
RGB Variations
Color information
#CF208C (or 0xCF208C) is known color: Medium Violet Red. HEX triplet: CF, 20 and 8C. RGB value is (207,32,140). Sum of RGB (Red+Green+Blue) = 207+32+140=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF208C is #30DF73. Grayscale: #606060. Windows color (decimal): -3202932 or 9183439. OLE color: 9183439.
HSL color Cylindrical-coordinate representation of color #CF208C: hue angle of 322.97º 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 #CF208C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 140 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.19 |
| HSL | 322.97º | 0.73% | 0.47% | - |
| HSV(B) | 322.97º | 0.85% | 0.81% | - |
| XYZ | 30.98 | 16.19 | 26.3 | - |
| YUV | 96.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 140 | 0 | 0.85 | 0.32 | 0.19 | 322.97 | 0.73 | 0.47 |
| Hex | CF | 20 | 8C | 0 | 55 | 20 | 13 | 143 | 49 | 2F |
| Octal | 317 | 40 | 214 | 0 | 125 | 40 | 23 | 503 | 111 | 57 |
| Binary | 11001111 | 100000 | 10001100 | 0 | 1010101 | 100000 | 10011 | 101000011 | 1001001 | 101111 |
Color Harmonies of #CF208C
Complementary color
Monochromatic Colors of #CF208C
Black with #CF208C
Text Example
Text Example
White with #CF208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF208C; }
p { color: rgb(207,32,140); }
H1.HeaderClassName
{
color: #CF208C;
}
.AnyTagClassName
{
color: #CF208C;
}
</style>
background-color css
<style>
a { background-color: #CF208C; }
a { background-color: rgb(207,32,140); }
div.DivClassName
{
background-color: #CF208C;
}
.BgClassName
{
background-color: #CF208C;
}
</style>
border-color css
<style>
span { border-color: #CF208C; }
span { border-color: rgb(207,32,140); }
td.TdClassName
{
border-color: #CF208C;
}
.TagClassName
{
border-color: #CF208C;
}
</style>