Shades of Medium Violet Red #CF20A4
Tints of Medium Violet Red #CF20A4
RGB
CMYK
RGB Variations
Color information
#CF20A4 (or 0xCF20A4) is known color: Medium Violet Red. HEX triplet: CF, 20 and A4. RGB value is (207,32,164). Sum of RGB (Red+Green+Blue) = 207+32+164=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20A4 is #30DF5B. Grayscale: #636363. Windows color (decimal): -3202908 or 10756303. OLE color: 10756303.
HSL color Cylindrical-coordinate representation of color #CF20A4: hue angle of 314.74º 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 #CF20A4 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 164 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.19 |
| HSL | 314.74º | 0.73% | 0.47% | - |
| HSV(B) | 314.74º | 0.85% | 0.81% | - |
| XYZ | 32.95 | 16.98 | 36.66 | - |
| YUV | 99.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 164 | 0 | 0.85 | 0.21 | 0.19 | 314.74 | 0.73 | 0.47 |
| Hex | CF | 20 | A4 | 0 | 55 | 15 | 13 | 13B | 49 | 2F |
| Octal | 317 | 40 | 244 | 0 | 125 | 25 | 23 | 473 | 111 | 57 |
| Binary | 11001111 | 100000 | 10100100 | 0 | 1010101 | 10101 | 10011 | 100111011 | 1001001 | 101111 |
Color Harmonies of #CF20A4
Complementary color
Monochromatic Colors of #CF20A4
Black with #CF20A4
Text Example
Text Example
White with #CF20A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20A4; }
p { color: rgb(207,32,164); }
H1.HeaderClassName
{
color: #CF20A4;
}
.AnyTagClassName
{
color: #CF20A4;
}
</style>
background-color css
<style>
a { background-color: #CF20A4; }
a { background-color: rgb(207,32,164); }
div.DivClassName
{
background-color: #CF20A4;
}
.BgClassName
{
background-color: #CF20A4;
}
</style>
border-color css
<style>
span { border-color: #CF20A4; }
span { border-color: rgb(207,32,164); }
td.TdClassName
{
border-color: #CF20A4;
}
.TagClassName
{
border-color: #CF20A4;
}
</style>