Shades of Deep Magenta #C923C5
Tints of Deep Magenta #C923C5
RGB
CMYK
RGB Variations
Color information
#C923C5 (or 0xC923C5) is known color: Deep Magenta. HEX triplet: C9, 23 and C5. RGB value is (201,35,197). Sum of RGB (Red+Green+Blue) = 201+35+197=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C923C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923C5 is #36DC3A. Grayscale: #666666. Windows color (decimal): -3595323 or 12919753. OLE color: 12919753.
HSL color Cylindrical-coordinate representation of color #C923C5: hue angle of 301.45º 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 #C923C5 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 197 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.21 |
| HSL | 301.45º | 0.7% | 0.46% | - |
| HSV(B) | 301.45º | 0.83% | 0.79% | - |
| XYZ | 34.77 | 17.65 | 54.4 | - |
| YUV | 103.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 197 | 0 | 0.83 | 0.02 | 0.21 | 301.45 | 0.7 | 0.46 |
| Hex | C9 | 23 | C5 | 0 | 53 | 2 | 15 | 12D | 46 | 2E |
| Octal | 311 | 43 | 305 | 0 | 123 | 2 | 25 | 455 | 106 | 56 |
| Binary | 11001001 | 100011 | 11000101 | 0 | 1010011 | 10 | 10101 | 100101101 | 1000110 | 101110 |
Color Harmonies of #C923C5
Complementary color
Monochromatic Colors of #C923C5
Black with #C923C5
Text Example
Text Example
White with #C923C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923C5; }
p { color: rgb(201,35,197); }
H1.HeaderClassName
{
color: #C923C5;
}
.AnyTagClassName
{
color: #C923C5;
}
</style>
background-color css
<style>
a { background-color: #C923C5; }
a { background-color: rgb(201,35,197); }
div.DivClassName
{
background-color: #C923C5;
}
.BgClassName
{
background-color: #C923C5;
}
</style>
border-color css
<style>
span { border-color: #C923C5; }
span { border-color: rgb(201,35,197); }
td.TdClassName
{
border-color: #C923C5;
}
.TagClassName
{
border-color: #C923C5;
}
</style>