Shades of Deep Magenta #C321B6
Tints of Deep Magenta #C321B6
RGB
CMYK
RGB Variations
Color information
#C321B6 (or 0xC321B6) is known color: Deep Magenta. HEX triplet: C3, 21 and B6. RGB value is (195,33,182). Sum of RGB (Red+Green+Blue) = 195+33+182=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C321B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321B6 is #3CDE49. Grayscale: #616161. Windows color (decimal): -3989066 or 11936195. OLE color: 11936195.
HSL color Cylindrical-coordinate representation of color #C321B6: hue angle of 304.81º 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 #C321B6 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 182 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.24 |
| HSL | 304.81º | 0.71% | 0.45% | - |
| HSV(B) | 304.81º | 0.83% | 0.76% | - |
| XYZ | 31.49 | 16.07 | 45.7 | - |
| YUV | 98.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 182 | 0 | 0.83 | 0.07 | 0.24 | 304.81 | 0.71 | 0.45 |
| Hex | C3 | 21 | B6 | 0 | 53 | 7 | 18 | 131 | 47 | 2D |
| Octal | 303 | 41 | 266 | 0 | 123 | 7 | 30 | 461 | 107 | 55 |
| Binary | 11000011 | 100001 | 10110110 | 0 | 1010011 | 111 | 11000 | 100110001 | 1000111 | 101101 |
Color Harmonies of #C321B6
Complementary color
Monochromatic Colors of #C321B6
Black with #C321B6
Text Example
Text Example
White with #C321B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321B6; }
p { color: rgb(195,33,182); }
H1.HeaderClassName
{
color: #C321B6;
}
.AnyTagClassName
{
color: #C321B6;
}
</style>
background-color css
<style>
a { background-color: #C321B6; }
a { background-color: rgb(195,33,182); }
div.DivClassName
{
background-color: #C321B6;
}
.BgClassName
{
background-color: #C321B6;
}
</style>
border-color css
<style>
span { border-color: #C321B6; }
span { border-color: rgb(195,33,182); }
td.TdClassName
{
border-color: #C321B6;
}
.TagClassName
{
border-color: #C321B6;
}
</style>