Shades of Deep Magenta #C21FCF
Tints of Deep Magenta #C21FCF
RGB
CMYK
RGB Variations
Color information
#C21FCF (or 0xC21FCF) is known color: Deep Magenta. HEX triplet: C2, 1F and CF. RGB value is (194,31,207). Sum of RGB (Red+Green+Blue) = 194+31+207=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C21FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCF is #3DE030. Grayscale: #636363. Windows color (decimal): -4055089 or 13574082. OLE color: 13574082.
HSL color Cylindrical-coordinate representation of color #C21FCF: hue angle of 295.57º degrees, saturation: 0.74, 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 #C21FCF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 31 | 207 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.19 |
| HSL | 295.57º | 0.74% | 0.47% | - |
| HSV(B) | 295.57º | 0.85% | 0.81% | - |
| XYZ | 34 | 16.95 | 60.51 | - |
| YUV | 99.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 207 | 0.06 | 0.85 | 0 | 0.19 | 295.57 | 0.74 | 0.47 |
| Hex | C2 | 1F | CF | 6 | 55 | 0 | 13 | 128 | 4A | 2F |
| Octal | 302 | 37 | 317 | 6 | 125 | 0 | 23 | 450 | 112 | 57 |
| Binary | 11000010 | 11111 | 11001111 | 110 | 1010101 | 0 | 10011 | 100101000 | 1001010 | 101111 |
Color Harmonies of #C21FCF
Complementary color
Monochromatic Colors of #C21FCF
Black with #C21FCF
Text Example
Text Example
White with #C21FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FCF; }
p { color: rgb(194,31,207); }
H1.HeaderClassName
{
color: #C21FCF;
}
.AnyTagClassName
{
color: #C21FCF;
}
</style>
background-color css
<style>
a { background-color: #C21FCF; }
a { background-color: rgb(194,31,207); }
div.DivClassName
{
background-color: #C21FCF;
}
.BgClassName
{
background-color: #C21FCF;
}
</style>
border-color css
<style>
span { border-color: #C21FCF; }
span { border-color: rgb(194,31,207); }
td.TdClassName
{
border-color: #C21FCF;
}
.TagClassName
{
border-color: #C21FCF;
}
</style>