Shades of Deep Magenta #C823BC
Tints of Deep Magenta #C823BC
RGB
CMYK
RGB Variations
Color information
#C823BC (or 0xC823BC) is known color: Deep Magenta. HEX triplet: C8, 23 and BC. RGB value is (200,35,188). Sum of RGB (Red+Green+Blue) = 200+35+188=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C823BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823BC is #37DC43. Grayscale: #656565. Windows color (decimal): -3660868 or 12329928. OLE color: 12329928.
HSL color Cylindrical-coordinate representation of color #C823BC: hue angle of 304.36º 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 #C823BC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 188 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.22 |
| HSL | 304.36º | 0.7% | 0.46% | - |
| HSV(B) | 304.36º | 0.83% | 0.78% | - |
| XYZ | 33.5 | 17.11 | 49.11 | - |
| YUV | 101.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 188 | 0 | 0.82 | 0.06 | 0.22 | 304.36 | 0.7 | 0.46 |
| Hex | C8 | 23 | BC | 0 | 52 | 6 | 16 | 130 | 46 | 2E |
| Octal | 310 | 43 | 274 | 0 | 122 | 6 | 26 | 460 | 106 | 56 |
| Binary | 11001000 | 100011 | 10111100 | 0 | 1010010 | 110 | 10110 | 100110000 | 1000110 | 101110 |
Color Harmonies of #C823BC
Complementary color
Monochromatic Colors of #C823BC
Black with #C823BC
Text Example
Text Example
White with #C823BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823BC; }
p { color: rgb(200,35,188); }
H1.HeaderClassName
{
color: #C823BC;
}
.AnyTagClassName
{
color: #C823BC;
}
</style>
background-color css
<style>
a { background-color: #C823BC; }
a { background-color: rgb(200,35,188); }
div.DivClassName
{
background-color: #C823BC;
}
.BgClassName
{
background-color: #C823BC;
}
</style>
border-color css
<style>
span { border-color: #C823BC; }
span { border-color: rgb(200,35,188); }
td.TdClassName
{
border-color: #C823BC;
}
.TagClassName
{
border-color: #C823BC;
}
</style>