Shades of Medium Violet Red #CF21A4
Tints of Medium Violet Red #CF21A4
RGB
CMYK
RGB Variations
Color information
#CF21A4 (or 0xCF21A4) is known color: Medium Violet Red. HEX triplet: CF, 21 and A4. RGB value is (207,33,164). Sum of RGB (Red+Green+Blue) = 207+33+164=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF21A4 is #30DE5B. Grayscale: #636363. Windows color (decimal): -3202652 or 10756559. OLE color: 10756559.
HSL color Cylindrical-coordinate representation of color #CF21A4: hue angle of 314.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF21A4 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 164 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.19 |
| HSL | 314.83º | 0.73% | 0.47% | - |
| HSV(B) | 314.83º | 0.84% | 0.81% | - |
| XYZ | 32.98 | 17.03 | 36.67 | - |
| YUV | 99.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 164 | 0 | 0.84 | 0.21 | 0.19 | 314.83 | 0.73 | 0.47 |
| Hex | CF | 21 | A4 | 0 | 54 | 15 | 13 | 13B | 48 | 2F |
| Octal | 317 | 41 | 244 | 0 | 124 | 25 | 23 | 473 | 110 | 57 |
| Binary | 11001111 | 100001 | 10100100 | 0 | 1010100 | 10101 | 10011 | 100111011 | 1001000 | 101111 |
Color Harmonies of #CF21A4
Complementary color
Monochromatic Colors of #CF21A4
Black with #CF21A4
Text Example
Text Example
White with #CF21A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21A4; }
p { color: rgb(207,33,164); }
H1.HeaderClassName
{
color: #CF21A4;
}
.AnyTagClassName
{
color: #CF21A4;
}
</style>
background-color css
<style>
a { background-color: #CF21A4; }
a { background-color: rgb(207,33,164); }
div.DivClassName
{
background-color: #CF21A4;
}
.BgClassName
{
background-color: #CF21A4;
}
</style>
border-color css
<style>
span { border-color: #CF21A4; }
span { border-color: rgb(207,33,164); }
td.TdClassName
{
border-color: #CF21A4;
}
.TagClassName
{
border-color: #CF21A4;
}
</style>