Shades of Deep Magenta #C823D7
Tints of Deep Magenta #C823D7
RGB
CMYK
RGB Variations
Color information
#C823D7 (or 0xC823D7) is known color: Deep Magenta. HEX triplet: C8, 23 and D7. RGB value is (200,35,215). Sum of RGB (Red+Green+Blue) = 200+35+215=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #C823D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823D7 is #37DC28. Grayscale: #686868. Windows color (decimal): -3660841 or 14099400. OLE color: 14099400.
HSL color Cylindrical-coordinate representation of color #C823D7: hue angle of 295º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C823D7 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 35 | 215 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.16 |
| HSL | 295º | 0.72% | 0.49% | - |
| HSV(B) | 295º | 0.84% | 0.84% | - |
| XYZ | 36.69 | 18.39 | 65.91 | - |
| YUV | 104.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 215 | 0.07 | 0.84 | 0 | 0.16 | 295 | 0.72 | 0.49 |
| Hex | C8 | 23 | D7 | 7 | 54 | 0 | 10 | 127 | 48 | 31 |
| Octal | 310 | 43 | 327 | 7 | 124 | 0 | 20 | 447 | 110 | 61 |
| Binary | 11001000 | 100011 | 11010111 | 111 | 1010100 | 0 | 10000 | 100100111 | 1001000 | 110001 |
Color Harmonies of #C823D7
Complementary color
Monochromatic Colors of #C823D7
Black with #C823D7
Text Example
Text Example
White with #C823D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823D7; }
p { color: rgb(200,35,215); }
H1.HeaderClassName
{
color: #C823D7;
}
.AnyTagClassName
{
color: #C823D7;
}
</style>
background-color css
<style>
a { background-color: #C823D7; }
a { background-color: rgb(200,35,215); }
div.DivClassName
{
background-color: #C823D7;
}
.BgClassName
{
background-color: #C823D7;
}
</style>
border-color css
<style>
span { border-color: #C823D7; }
span { border-color: rgb(200,35,215); }
td.TdClassName
{
border-color: #C823D7;
}
.TagClassName
{
border-color: #C823D7;
}
</style>