Shades of Deep Magenta #C923CA
Tints of Deep Magenta #C923CA
RGB
CMYK
RGB Variations
Color information
#C923CA (or 0xC923CA) is known color: Deep Magenta. HEX triplet: C9, 23 and CA. RGB value is (201,35,202). Sum of RGB (Red+Green+Blue) = 201+35+202=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 35 (14.06% from 255 or 7.99% 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 #C923CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923CA is #36DC35. Grayscale: #676767. Windows color (decimal): -3595318 or 13247433. OLE color: 13247433.
HSL color Cylindrical-coordinate representation of color #C923CA: hue angle of 299.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923CA is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 202 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.21 |
| HSL | 299.64º | 0.7% | 0.46% | - |
| HSV(B) | 299.64º | 0.83% | 0.79% | - |
| XYZ | 35.35 | 17.88 | 57.47 | - |
| YUV | 103.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 202 | 0.00 | 0.83 | 0 | 0.21 | 299.64 | 0.7 | 0.46 |
| Hex | C9 | 23 | CA | 0 | 53 | 0 | 15 | 12C | 46 | 2E |
| Octal | 311 | 43 | 312 | 0 | 123 | 0 | 25 | 454 | 106 | 56 |
| Binary | 11001001 | 100011 | 11001010 | 0 | 1010011 | 0 | 10101 | 100101100 | 1000110 | 101110 |
Color Harmonies of #C923CA
Complementary color
Monochromatic Colors of #C923CA
Black with #C923CA
Text Example
Text Example
White with #C923CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923CA; }
p { color: rgb(201,35,202); }
H1.HeaderClassName
{
color: #C923CA;
}
.AnyTagClassName
{
color: #C923CA;
}
</style>
background-color css
<style>
a { background-color: #C923CA; }
a { background-color: rgb(201,35,202); }
div.DivClassName
{
background-color: #C923CA;
}
.BgClassName
{
background-color: #C923CA;
}
</style>
border-color css
<style>
span { border-color: #C923CA; }
span { border-color: rgb(201,35,202); }
td.TdClassName
{
border-color: #C923CA;
}
.TagClassName
{
border-color: #C923CA;
}
</style>