Shades of Deep Magenta #C41CCB
Tints of Deep Magenta #C41CCB
RGB
CMYK
RGB Variations
Color information
#C41CCB (or 0xC41CCB) is known color: Deep Magenta. HEX triplet: C4, 1C and CB. RGB value is (196,28,203). Sum of RGB (Red+Green+Blue) = 196+28+203=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C41CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CCB is #3BE334. Grayscale: #616161. Windows color (decimal): -3924789 or 13311172. OLE color: 13311172.
HSL color Cylindrical-coordinate representation of color #C41CCB: hue angle of 297.6º 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 #C41CCB is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 28 | 203 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.20 |
| HSL | 297.6º | 0.76% | 0.45% | - |
| HSV(B) | 297.6º | 0.86% | 0.8% | - |
| XYZ | 33.96 | 16.88 | 57.97 | - |
| YUV | 98.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 203 | 0.03 | 0.86 | 0 | 0.20 | 297.6 | 0.76 | 0.45 |
| Hex | C4 | 1C | CB | 3 | 56 | 0 | 14 | 12A | 4C | 2D |
| Octal | 304 | 34 | 313 | 3 | 126 | 0 | 24 | 452 | 114 | 55 |
| Binary | 11000100 | 11100 | 11001011 | 11 | 1010110 | 0 | 10100 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C41CCB
Complementary color
Monochromatic Colors of #C41CCB
Black with #C41CCB
Text Example
Text Example
White with #C41CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CCB; }
p { color: rgb(196,28,203); }
H1.HeaderClassName
{
color: #C41CCB;
}
.AnyTagClassName
{
color: #C41CCB;
}
</style>
background-color css
<style>
a { background-color: #C41CCB; }
a { background-color: rgb(196,28,203); }
div.DivClassName
{
background-color: #C41CCB;
}
.BgClassName
{
background-color: #C41CCB;
}
</style>
border-color css
<style>
span { border-color: #C41CCB; }
span { border-color: rgb(196,28,203); }
td.TdClassName
{
border-color: #C41CCB;
}
.TagClassName
{
border-color: #C41CCB;
}
</style>