Shades of Deep Magenta #C924CA
Tints of Deep Magenta #C924CA
RGB
CMYK
RGB Variations
Color information
#C924CA (or 0xC924CA) is known color: Deep Magenta. HEX triplet: C9, 24 and CA. RGB value is (201,36,202). Sum of RGB (Red+Green+Blue) = 201+36+202=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #C924CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924CA is #36DB35. Grayscale: #676767. Windows color (decimal): -3595062 or 13247689. OLE color: 13247689.
HSL color Cylindrical-coordinate representation of color #C924CA: hue angle of 299.64º 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 #C924CA is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 202 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.21 |
| HSL | 299.64º | 0.7% | 0.47% | - |
| HSV(B) | 299.64º | 0.82% | 0.79% | - |
| XYZ | 35.38 | 17.94 | 57.48 | - |
| YUV | 104.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 202 | 0.00 | 0.82 | 0 | 0.21 | 299.64 | 0.7 | 0.47 |
| Hex | C9 | 24 | CA | 0 | 52 | 0 | 15 | 12C | 46 | 2F |
| Octal | 311 | 44 | 312 | 0 | 122 | 0 | 25 | 454 | 106 | 57 |
| Binary | 11001001 | 100100 | 11001010 | 0 | 1010010 | 0 | 10101 | 100101100 | 1000110 | 101111 |
Color Harmonies of #C924CA
Complementary color
Monochromatic Colors of #C924CA
Black with #C924CA
Text Example
Text Example
White with #C924CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924CA; }
p { color: rgb(201,36,202); }
H1.HeaderClassName
{
color: #C924CA;
}
.AnyTagClassName
{
color: #C924CA;
}
</style>
background-color css
<style>
a { background-color: #C924CA; }
a { background-color: rgb(201,36,202); }
div.DivClassName
{
background-color: #C924CA;
}
.BgClassName
{
background-color: #C924CA;
}
</style>
border-color css
<style>
span { border-color: #C924CA; }
span { border-color: rgb(201,36,202); }
td.TdClassName
{
border-color: #C924CA;
}
.TagClassName
{
border-color: #C924CA;
}
</style>