Shades of Deep Magenta #C321B4
Tints of Deep Magenta #C321B4
RGB
CMYK
RGB Variations
Color information
#C321B4 (or 0xC321B4) is known color: Deep Magenta. HEX triplet: C3, 21 and B4. RGB value is (195,33,180). Sum of RGB (Red+Green+Blue) = 195+33+180=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C321B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321B4 is #3CDE4B. Grayscale: #616161. Windows color (decimal): -3989068 or 11805123. OLE color: 11805123.
HSL color Cylindrical-coordinate representation of color #C321B4: hue angle of 305.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C321B4 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 180 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.24 |
| HSL | 305.56º | 0.71% | 0.45% | - |
| HSV(B) | 305.56º | 0.83% | 0.76% | - |
| XYZ | 31.29 | 15.99 | 44.62 | - |
| YUV | 98.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 180 | 0 | 0.83 | 0.08 | 0.24 | 305.56 | 0.71 | 0.45 |
| Hex | C3 | 21 | B4 | 0 | 53 | 8 | 18 | 132 | 47 | 2D |
| Octal | 303 | 41 | 264 | 0 | 123 | 10 | 30 | 462 | 107 | 55 |
| Binary | 11000011 | 100001 | 10110100 | 0 | 1010011 | 1000 | 11000 | 100110010 | 1000111 | 101101 |
Color Harmonies of #C321B4
Complementary color
Monochromatic Colors of #C321B4
Black with #C321B4
Text Example
Text Example
White with #C321B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321B4; }
p { color: rgb(195,33,180); }
H1.HeaderClassName
{
color: #C321B4;
}
.AnyTagClassName
{
color: #C321B4;
}
</style>
background-color css
<style>
a { background-color: #C321B4; }
a { background-color: rgb(195,33,180); }
div.DivClassName
{
background-color: #C321B4;
}
.BgClassName
{
background-color: #C321B4;
}
</style>
border-color css
<style>
span { border-color: #C321B4; }
span { border-color: rgb(195,33,180); }
td.TdClassName
{
border-color: #C321B4;
}
.TagClassName
{
border-color: #C321B4;
}
</style>