Shades of Medium Violet Red #CF20A5
Tints of Medium Violet Red #CF20A5
RGB
CMYK
RGB Variations
Color information
#CF20A5 (or 0xCF20A5) is known color: Medium Violet Red. HEX triplet: CF, 20 and A5. RGB value is (207,32,165). Sum of RGB (Red+Green+Blue) = 207+32+165=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20A5 is #30DF5A. Grayscale: #636363. Windows color (decimal): -3202907 or 10821839. OLE color: 10821839.
HSL color Cylindrical-coordinate representation of color #CF20A5: hue angle of 314.4º 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 #CF20A5 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 165 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.19 |
| HSL | 314.4º | 0.73% | 0.47% | - |
| HSV(B) | 314.4º | 0.85% | 0.81% | - |
| XYZ | 33.04 | 17.02 | 37.14 | - |
| YUV | 99.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 165 | 0 | 0.85 | 0.20 | 0.19 | 314.4 | 0.73 | 0.47 |
| Hex | CF | 20 | A5 | 0 | 55 | 14 | 13 | 13A | 49 | 2F |
| Octal | 317 | 40 | 245 | 0 | 125 | 24 | 23 | 472 | 111 | 57 |
| Binary | 11001111 | 100000 | 10100101 | 0 | 1010101 | 10100 | 10011 | 100111010 | 1001001 | 101111 |
Color Harmonies of #CF20A5
Complementary color
Monochromatic Colors of #CF20A5
Black with #CF20A5
Text Example
Text Example
White with #CF20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20A5; }
p { color: rgb(207,32,165); }
H1.HeaderClassName
{
color: #CF20A5;
}
.AnyTagClassName
{
color: #CF20A5;
}
</style>
background-color css
<style>
a { background-color: #CF20A5; }
a { background-color: rgb(207,32,165); }
div.DivClassName
{
background-color: #CF20A5;
}
.BgClassName
{
background-color: #CF20A5;
}
</style>
border-color css
<style>
span { border-color: #CF20A5; }
span { border-color: rgb(207,32,165); }
td.TdClassName
{
border-color: #CF20A5;
}
.TagClassName
{
border-color: #CF20A5;
}
</style>