Shades of Deep Magenta #C929CA
Tints of Deep Magenta #C929CA
RGB
CMYK
RGB Variations
Color information
#C929CA (or 0xC929CA) is known color: Deep Magenta. HEX triplet: C9, 29 and CA. RGB value is (201,41,202). Sum of RGB (Red+Green+Blue) = 201+41+202=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #C929CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CA is #36D635. Grayscale: #6A6A6A. Windows color (decimal): -3593782 or 13248969. OLE color: 13248969.
HSL color Cylindrical-coordinate representation of color #C929CA: hue angle of 299.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929CA is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 202 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.21 |
| HSL | 299.63º | 0.66% | 0.48% | - |
| HSV(B) | 299.63º | 0.8% | 0.79% | - |
| XYZ | 35.54 | 18.27 | 57.53 | - |
| YUV | 107.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 202 | 0.00 | 0.80 | 0 | 0.21 | 299.63 | 0.66 | 0.48 |
| Hex | C9 | 29 | CA | 0 | 50 | 0 | 15 | 12C | 42 | 30 |
| Octal | 311 | 51 | 312 | 0 | 120 | 0 | 25 | 454 | 102 | 60 |
| Binary | 11001001 | 101001 | 11001010 | 0 | 1010000 | 0 | 10101 | 100101100 | 1000010 | 110000 |
Color Harmonies of #C929CA
Complementary color
Monochromatic Colors of #C929CA
Black with #C929CA
Text Example
Text Example
White with #C929CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929CA; }
p { color: rgb(201,41,202); }
H1.HeaderClassName
{
color: #C929CA;
}
.AnyTagClassName
{
color: #C929CA;
}
</style>
background-color css
<style>
a { background-color: #C929CA; }
a { background-color: rgb(201,41,202); }
div.DivClassName
{
background-color: #C929CA;
}
.BgClassName
{
background-color: #C929CA;
}
</style>
border-color css
<style>
span { border-color: #C929CA; }
span { border-color: rgb(201,41,202); }
td.TdClassName
{
border-color: #C929CA;
}
.TagClassName
{
border-color: #C929CA;
}
</style>