Shades of Deep Magenta #C824CA
Tints of Deep Magenta #C824CA
RGB
CMYK
RGB Variations
Color information
#C824CA (or 0xC824CA) is known color: Deep Magenta. HEX triplet: C8, 24 and CA. RGB value is (200,36,202). Sum of RGB (Red+Green+Blue) = 200+36+202=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #C824CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824CA is #37DB35. Grayscale: #676767. Windows color (decimal): -3660598 or 13247688. OLE color: 13247688.
HSL color Cylindrical-coordinate representation of color #C824CA: hue angle of 299.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824CA is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 36 | 202 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.21 |
| HSL | 299.28º | 0.7% | 0.47% | - |
| HSV(B) | 299.28º | 0.82% | 0.79% | - |
| XYZ | 35.11 | 17.81 | 57.46 | - |
| YUV | 103.96 | 183.33 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 202 | 0.01 | 0.82 | 0 | 0.21 | 299.28 | 0.7 | 0.47 |
| Hex | C8 | 24 | CA | 1 | 52 | 0 | 15 | 12B | 46 | 2F |
| Octal | 310 | 44 | 312 | 1 | 122 | 0 | 25 | 453 | 106 | 57 |
| Binary | 11001000 | 100100 | 11001010 | 1 | 1010010 | 0 | 10101 | 100101011 | 1000110 | 101111 |
Color Harmonies of #C824CA
Complementary color
Monochromatic Colors of #C824CA
Black with #C824CA
Text Example
Text Example
White with #C824CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824CA; }
p { color: rgb(200,36,202); }
H1.HeaderClassName
{
color: #C824CA;
}
.AnyTagClassName
{
color: #C824CA;
}
</style>
background-color css
<style>
a { background-color: #C824CA; }
a { background-color: rgb(200,36,202); }
div.DivClassName
{
background-color: #C824CA;
}
.BgClassName
{
background-color: #C824CA;
}
</style>
border-color css
<style>
span { border-color: #C824CA; }
span { border-color: rgb(200,36,202); }
td.TdClassName
{
border-color: #C824CA;
}
.TagClassName
{
border-color: #C824CA;
}
</style>