Shades of Deep Magenta #C323DC
Tints of Deep Magenta #C323DC
RGB
CMYK
RGB Variations
Color information
#C323DC (or 0xC323DC) is known color: Deep Magenta. HEX triplet: C3, 23 and DC. RGB value is (195,35,220). Sum of RGB (Red+Green+Blue) = 195+35+220=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #C323DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323DC is #3CDC23. Grayscale: #676767. Windows color (decimal): -3988516 or 14427075. OLE color: 14427075.
HSL color Cylindrical-coordinate representation of color #C323DC: hue angle of 291.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C323DC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 35 | 220 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.14 |
| HSL | 291.89º | 0.73% | 0.5% | - |
| HSV(B) | 291.89º | 0.84% | 0.86% | - |
| XYZ | 36.02 | 17.97 | 69.28 | - |
| YUV | 103.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 220 | 0.11 | 0.84 | 0 | 0.14 | 291.89 | 0.73 | 0.5 |
| Hex | C3 | 23 | DC | B | 54 | 0 | E | 124 | 49 | 32 |
| Octal | 303 | 43 | 334 | 13 | 124 | 0 | 16 | 444 | 111 | 62 |
| Binary | 11000011 | 100011 | 11011100 | 1011 | 1010100 | 0 | 1110 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C323DC
Complementary color
Monochromatic Colors of #C323DC
Black with #C323DC
Text Example
Text Example
White with #C323DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323DC; }
p { color: rgb(195,35,220); }
H1.HeaderClassName
{
color: #C323DC;
}
.AnyTagClassName
{
color: #C323DC;
}
</style>
background-color css
<style>
a { background-color: #C323DC; }
a { background-color: rgb(195,35,220); }
div.DivClassName
{
background-color: #C323DC;
}
.BgClassName
{
background-color: #C323DC;
}
</style>
border-color css
<style>
span { border-color: #C323DC; }
span { border-color: rgb(195,35,220); }
td.TdClassName
{
border-color: #C323DC;
}
.TagClassName
{
border-color: #C323DC;
}
</style>