Shades of Deep Magenta #C823AF
Tints of Deep Magenta #C823AF
RGB
CMYK
RGB Variations
Color information
#C823AF (or 0xC823AF) is known color: Deep Magenta. HEX triplet: C8, 23 and AF. RGB value is (200,35,175). Sum of RGB (Red+Green+Blue) = 200+35+175=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C823AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C823AF is #37DC50. Grayscale: #636363. Windows color (decimal): -3660881 or 11477960. OLE color: 11477960.
HSL color Cylindrical-coordinate representation of color #C823AF: hue angle of 309.09º 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 #C823AF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 175 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.22 |
| HSL | 309.09º | 0.7% | 0.46% | - |
| HSV(B) | 309.09º | 0.83% | 0.78% | - |
| XYZ | 32.16 | 16.58 | 42.06 | - |
| YUV | 100.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 175 | 0 | 0.82 | 0.12 | 0.22 | 309.09 | 0.7 | 0.46 |
| Hex | C8 | 23 | AF | 0 | 52 | C | 16 | 135 | 46 | 2E |
| Octal | 310 | 43 | 257 | 0 | 122 | 14 | 26 | 465 | 106 | 56 |
| Binary | 11001000 | 100011 | 10101111 | 0 | 1010010 | 1100 | 10110 | 100110101 | 1000110 | 101110 |
Color Harmonies of #C823AF
Complementary color
Monochromatic Colors of #C823AF
Black with #C823AF
Text Example
Text Example
White with #C823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823AF; }
p { color: rgb(200,35,175); }
H1.HeaderClassName
{
color: #C823AF;
}
.AnyTagClassName
{
color: #C823AF;
}
</style>
background-color css
<style>
a { background-color: #C823AF; }
a { background-color: rgb(200,35,175); }
div.DivClassName
{
background-color: #C823AF;
}
.BgClassName
{
background-color: #C823AF;
}
</style>
border-color css
<style>
span { border-color: #C823AF; }
span { border-color: rgb(200,35,175); }
td.TdClassName
{
border-color: #C823AF;
}
.TagClassName
{
border-color: #C823AF;
}
</style>