Shades of Deep Magenta #C823BD
Tints of Deep Magenta #C823BD
RGB
CMYK
RGB Variations
Color information
#C823BD (or 0xC823BD) is known color: Deep Magenta. HEX triplet: C8, 23 and BD. RGB value is (200,35,189). Sum of RGB (Red+Green+Blue) = 200+35+189=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C823BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823BD is #37DC42. Grayscale: #656565. Windows color (decimal): -3660867 or 12395464. OLE color: 12395464.
HSL color Cylindrical-coordinate representation of color #C823BD: hue angle of 304º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C823BD is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 189 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.22 |
| HSL | 304º | 0.7% | 0.46% | - |
| HSV(B) | 304º | 0.83% | 0.78% | - |
| XYZ | 33.61 | 17.16 | 49.68 | - |
| YUV | 101.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 189 | 0 | 0.82 | 0.06 | 0.22 | 304 | 0.7 | 0.46 |
| Hex | C8 | 23 | BD | 0 | 52 | 6 | 16 | 130 | 46 | 2E |
| Octal | 310 | 43 | 275 | 0 | 122 | 6 | 26 | 460 | 106 | 56 |
| Binary | 11001000 | 100011 | 10111101 | 0 | 1010010 | 110 | 10110 | 100110000 | 1000110 | 101110 |
Color Harmonies of #C823BD
Complementary color
Monochromatic Colors of #C823BD
Black with #C823BD
Text Example
Text Example
White with #C823BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823BD; }
p { color: rgb(200,35,189); }
H1.HeaderClassName
{
color: #C823BD;
}
.AnyTagClassName
{
color: #C823BD;
}
</style>
background-color css
<style>
a { background-color: #C823BD; }
a { background-color: rgb(200,35,189); }
div.DivClassName
{
background-color: #C823BD;
}
.BgClassName
{
background-color: #C823BD;
}
</style>
border-color css
<style>
span { border-color: #C823BD; }
span { border-color: rgb(200,35,189); }
td.TdClassName
{
border-color: #C823BD;
}
.TagClassName
{
border-color: #C823BD;
}
</style>