Shades of Deep Magenta #C824CC
Tints of Deep Magenta #C824CC
RGB
CMYK
RGB Variations
Color information
#C824CC (or 0xC824CC) is known color: Deep Magenta. HEX triplet: C8, 24 and CC. RGB value is (200,36,204). Sum of RGB (Red+Green+Blue) = 200+36+204=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #C824CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824CC is #37DB33. Grayscale: #676767. Windows color (decimal): -3660596 or 13378760. OLE color: 13378760.
HSL color Cylindrical-coordinate representation of color #C824CC: hue angle of 298.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824CC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 36 | 204 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.2 |
| HSL | 298.57º | 0.7% | 0.47% | - |
| HSV(B) | 298.57º | 0.82% | 0.8% | - |
| XYZ | 35.35 | 17.9 | 58.72 | - |
| YUV | 104.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 204 | 0.02 | 0.82 | 0 | 0.2 | 298.57 | 0.7 | 0.47 |
| Hex | C8 | 24 | CC | 2 | 52 | 0 | 14 | 12B | 46 | 2F |
| Octal | 310 | 44 | 314 | 2 | 122 | 0 | 24 | 453 | 106 | 57 |
| Binary | 11001000 | 100100 | 11001100 | 10 | 1010010 | 0 | 10100 | 100101011 | 1000110 | 101111 |
Color Harmonies of #C824CC
Complementary color
Monochromatic Colors of #C824CC
Black with #C824CC
Text Example
Text Example
White with #C824CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824CC; }
p { color: rgb(200,36,204); }
H1.HeaderClassName
{
color: #C824CC;
}
.AnyTagClassName
{
color: #C824CC;
}
</style>
background-color css
<style>
a { background-color: #C824CC; }
a { background-color: rgb(200,36,204); }
div.DivClassName
{
background-color: #C824CC;
}
.BgClassName
{
background-color: #C824CC;
}
</style>
border-color css
<style>
span { border-color: #C824CC; }
span { border-color: rgb(200,36,204); }
td.TdClassName
{
border-color: #C824CC;
}
.TagClassName
{
border-color: #C824CC;
}
</style>