Shades of Deep Magenta #C21CCB
Tints of Deep Magenta #C21CCB
RGB
CMYK
RGB Variations
Color information
#C21CCB (or 0xC21CCB) is known color: Deep Magenta. HEX triplet: C2, 1C and CB. RGB value is (194,28,203). Sum of RGB (Red+Green+Blue) = 194+28+203=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C21CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCB is #3DE334. Grayscale: #616161. Windows color (decimal): -4055861 or 13311170. OLE color: 13311170.
HSL color Cylindrical-coordinate representation of color #C21CCB: hue angle of 296.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CCB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 28 | 203 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.20 |
| HSL | 296.91º | 0.76% | 0.45% | - |
| HSV(B) | 296.91º | 0.86% | 0.8% | - |
| XYZ | 33.44 | 16.61 | 57.94 | - |
| YUV | 97.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 203 | 0.04 | 0.86 | 0 | 0.20 | 296.91 | 0.76 | 0.45 |
| Hex | C2 | 1C | CB | 4 | 56 | 0 | 14 | 129 | 4C | 2D |
| Octal | 302 | 34 | 313 | 4 | 126 | 0 | 24 | 451 | 114 | 55 |
| Binary | 11000010 | 11100 | 11001011 | 100 | 1010110 | 0 | 10100 | 100101001 | 1001100 | 101101 |
Color Harmonies of #C21CCB
Complementary color
Monochromatic Colors of #C21CCB
Black with #C21CCB
Text Example
Text Example
White with #C21CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CCB; }
p { color: rgb(194,28,203); }
H1.HeaderClassName
{
color: #C21CCB;
}
.AnyTagClassName
{
color: #C21CCB;
}
</style>
background-color css
<style>
a { background-color: #C21CCB; }
a { background-color: rgb(194,28,203); }
div.DivClassName
{
background-color: #C21CCB;
}
.BgClassName
{
background-color: #C21CCB;
}
</style>
border-color css
<style>
span { border-color: #C21CCB; }
span { border-color: rgb(194,28,203); }
td.TdClassName
{
border-color: #C21CCB;
}
.TagClassName
{
border-color: #C21CCB;
}
</style>