Shades of Deep Magenta #C900CA
Tints of Deep Magenta #C900CA
RGB
CMYK
RGB Variations
Color information
#C900CA (or 0xC900CA) is known color: Deep Magenta. HEX triplet: C9, 00 and CA. RGB value is (201,0,202). Sum of RGB (Red+Green+Blue) = 201+0+202=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C900CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900CA is #36FF35. Grayscale: #525252. Windows color (decimal): -3604278 or 13238473. OLE color: 13238473.
HSL color Cylindrical-coordinate representation of color #C900CA: hue angle of 299.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900CA is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 202 | - |
| CMYK | 0.00 | 1 | 0 | 0.21 |
| HSL | 299.7º | 1% | 0.4% | - |
| HSV(B) | 299.7º | 1% | 0.79% | - |
| XYZ | 34.75 | 16.68 | 57.27 | - |
| YUV | 83.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 202 | 0.00 | 1 | 0 | 0.21 | 299.7 | 1 | 0.4 |
| Hex | C9 | 0 | CA | 0 | 64 | 0 | 15 | 12C | 64 | 28 |
| Octal | 311 | 0 | 312 | 0 | 144 | 0 | 25 | 454 | 144 | 50 |
| Binary | 11001001 | 0 | 11001010 | 0 | 1100100 | 0 | 10101 | 100101100 | 1100100 | 101000 |
Color Harmonies of #C900CA
Complementary color
Monochromatic Colors of #C900CA
Black with #C900CA
Text Example
Text Example
White with #C900CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900CA; }
p { color: rgb(201,0,202); }
H1.HeaderClassName
{
color: #C900CA;
}
.AnyTagClassName
{
color: #C900CA;
}
</style>
background-color css
<style>
a { background-color: #C900CA; }
a { background-color: rgb(201,0,202); }
div.DivClassName
{
background-color: #C900CA;
}
.BgClassName
{
background-color: #C900CA;
}
</style>
border-color css
<style>
span { border-color: #C900CA; }
span { border-color: rgb(201,0,202); }
td.TdClassName
{
border-color: #C900CA;
}
.TagClassName
{
border-color: #C900CA;
}
</style>