Shades of Deep Magenta #C421CF
Tints of Deep Magenta #C421CF
RGB
CMYK
RGB Variations
Color information
#C421CF (or 0xC421CF) is known color: Deep Magenta. HEX triplet: C4, 21 and CF. RGB value is (196,33,207). Sum of RGB (Red+Green+Blue) = 196+33+207=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #C421CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421CF is #3BDE30. Grayscale: #656565. Windows color (decimal): -3923505 or 13574596. OLE color: 13574596.
HSL color Cylindrical-coordinate representation of color #C421CF: hue angle of 296.21º 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 #C421CF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 33 | 207 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.19 |
| HSL | 296.21º | 0.73% | 0.47% | - |
| HSV(B) | 296.21º | 0.84% | 0.81% | - |
| XYZ | 34.57 | 17.33 | 60.55 | - |
| YUV | 101.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 207 | 0.05 | 0.84 | 0 | 0.19 | 296.21 | 0.73 | 0.47 |
| Hex | C4 | 21 | CF | 5 | 54 | 0 | 13 | 128 | 48 | 2F |
| Octal | 304 | 41 | 317 | 5 | 124 | 0 | 23 | 450 | 110 | 57 |
| Binary | 11000100 | 100001 | 11001111 | 101 | 1010100 | 0 | 10011 | 100101000 | 1001000 | 101111 |
Color Harmonies of #C421CF
Complementary color
Monochromatic Colors of #C421CF
Black with #C421CF
Text Example
Text Example
White with #C421CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421CF; }
p { color: rgb(196,33,207); }
H1.HeaderClassName
{
color: #C421CF;
}
.AnyTagClassName
{
color: #C421CF;
}
</style>
background-color css
<style>
a { background-color: #C421CF; }
a { background-color: rgb(196,33,207); }
div.DivClassName
{
background-color: #C421CF;
}
.BgClassName
{
background-color: #C421CF;
}
</style>
border-color css
<style>
span { border-color: #C421CF; }
span { border-color: rgb(196,33,207); }
td.TdClassName
{
border-color: #C421CF;
}
.TagClassName
{
border-color: #C421CF;
}
</style>