Shades of Deep Magenta #C823B4
Tints of Deep Magenta #C823B4
RGB
CMYK
RGB Variations
Color information
#C823B4 (or 0xC823B4) is known color: Deep Magenta. HEX triplet: C8, 23 and B4. RGB value is (200,35,180). Sum of RGB (Red+Green+Blue) = 200+35+180=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C823B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823B4 is #37DC4B. Grayscale: #646464. Windows color (decimal): -3660876 or 11805640. OLE color: 11805640.
HSL color Cylindrical-coordinate representation of color #C823B4: hue angle of 307.27º 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 #C823B4 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 180 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.22 |
| HSL | 307.27º | 0.7% | 0.46% | - |
| HSV(B) | 307.27º | 0.83% | 0.78% | - |
| XYZ | 32.66 | 16.78 | 44.7 | - |
| YUV | 100.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 180 | 0 | 0.82 | 0.1 | 0.22 | 307.27 | 0.7 | 0.46 |
| Hex | C8 | 23 | B4 | 0 | 52 | A | 16 | 133 | 46 | 2E |
| Octal | 310 | 43 | 264 | 0 | 122 | 12 | 26 | 463 | 106 | 56 |
| Binary | 11001000 | 100011 | 10110100 | 0 | 1010010 | 1010 | 10110 | 100110011 | 1000110 | 101110 |
Color Harmonies of #C823B4
Complementary color
Monochromatic Colors of #C823B4
Black with #C823B4
Text Example
Text Example
White with #C823B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823B4; }
p { color: rgb(200,35,180); }
H1.HeaderClassName
{
color: #C823B4;
}
.AnyTagClassName
{
color: #C823B4;
}
</style>
background-color css
<style>
a { background-color: #C823B4; }
a { background-color: rgb(200,35,180); }
div.DivClassName
{
background-color: #C823B4;
}
.BgClassName
{
background-color: #C823B4;
}
</style>
border-color css
<style>
span { border-color: #C823B4; }
span { border-color: rgb(200,35,180); }
td.TdClassName
{
border-color: #C823B4;
}
.TagClassName
{
border-color: #C823B4;
}
</style>