Shades of Deep Magenta #C21CCF
Tints of Deep Magenta #C21CCF
RGB
CMYK
RGB Variations
Color information
#C21CCF (or 0xC21CCF) is known color: Deep Magenta. HEX triplet: C2, 1C and CF. RGB value is (194,28,207). Sum of RGB (Red+Green+Blue) = 194+28+207=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C21CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCF is #3DE330. Grayscale: #616161. Windows color (decimal): -4055857 or 13573314. OLE color: 13573314.
HSL color Cylindrical-coordinate representation of color #C21CCF: hue angle of 295.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CCF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 28 | 207 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.19 |
| HSL | 295.64º | 0.76% | 0.46% | - |
| HSV(B) | 295.64º | 0.86% | 0.81% | - |
| XYZ | 33.93 | 16.8 | 60.49 | - |
| YUV | 98.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 207 | 0.06 | 0.86 | 0 | 0.19 | 295.64 | 0.76 | 0.46 |
| Hex | C2 | 1C | CF | 6 | 56 | 0 | 13 | 128 | 4C | 2E |
| Octal | 302 | 34 | 317 | 6 | 126 | 0 | 23 | 450 | 114 | 56 |
| Binary | 11000010 | 11100 | 11001111 | 110 | 1010110 | 0 | 10011 | 100101000 | 1001100 | 101110 |
Color Harmonies of #C21CCF
Complementary color
Monochromatic Colors of #C21CCF
Black with #C21CCF
Text Example
Text Example
White with #C21CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CCF; }
p { color: rgb(194,28,207); }
H1.HeaderClassName
{
color: #C21CCF;
}
.AnyTagClassName
{
color: #C21CCF;
}
</style>
background-color css
<style>
a { background-color: #C21CCF; }
a { background-color: rgb(194,28,207); }
div.DivClassName
{
background-color: #C21CCF;
}
.BgClassName
{
background-color: #C21CCF;
}
</style>
border-color css
<style>
span { border-color: #C21CCF; }
span { border-color: rgb(194,28,207); }
td.TdClassName
{
border-color: #C21CCF;
}
.TagClassName
{
border-color: #C21CCF;
}
</style>