Shades of Medium Violet Red #CF20A2
Tints of Medium Violet Red #CF20A2
RGB
CMYK
RGB Variations
Color information
#CF20A2 (or 0xCF20A2) is known color: Medium Violet Red. HEX triplet: CF, 20 and A2. RGB value is (207,32,162). Sum of RGB (Red+Green+Blue) = 207+32+162=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20A2 is #30DF5D. Grayscale: #626262. Windows color (decimal): -3202910 or 10625231. OLE color: 10625231.
HSL color Cylindrical-coordinate representation of color #CF20A2: hue angle of 315.43º 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 #CF20A2 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 162 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.19 |
| HSL | 315.43º | 0.73% | 0.47% | - |
| HSV(B) | 315.43º | 0.85% | 0.81% | - |
| XYZ | 32.77 | 16.91 | 35.72 | - |
| YUV | 99.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 162 | 0 | 0.85 | 0.22 | 0.19 | 315.43 | 0.73 | 0.47 |
| Hex | CF | 20 | A2 | 0 | 55 | 16 | 13 | 13B | 49 | 2F |
| Octal | 317 | 40 | 242 | 0 | 125 | 26 | 23 | 473 | 111 | 57 |
| Binary | 11001111 | 100000 | 10100010 | 0 | 1010101 | 10110 | 10011 | 100111011 | 1001001 | 101111 |
Color Harmonies of #CF20A2
Complementary color
Monochromatic Colors of #CF20A2
Black with #CF20A2
Text Example
Text Example
White with #CF20A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20A2; }
p { color: rgb(207,32,162); }
H1.HeaderClassName
{
color: #CF20A2;
}
.AnyTagClassName
{
color: #CF20A2;
}
</style>
background-color css
<style>
a { background-color: #CF20A2; }
a { background-color: rgb(207,32,162); }
div.DivClassName
{
background-color: #CF20A2;
}
.BgClassName
{
background-color: #CF20A2;
}
</style>
border-color css
<style>
span { border-color: #CF20A2; }
span { border-color: rgb(207,32,162); }
td.TdClassName
{
border-color: #CF20A2;
}
.TagClassName
{
border-color: #CF20A2;
}
</style>