Shades of Deep Magenta #C900DA
Tints of Deep Magenta #C900DA
RGB
CMYK
RGB Variations
Color information
#C900DA (or 0xC900DA) is known color: Deep Magenta. HEX triplet: C9, 00 and DA. RGB value is (201,0,218). Sum of RGB (Red+Green+Blue) = 201+0+218=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C900DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900DA is #36FF25. Grayscale: #545454. Windows color (decimal): -3604262 or 14287049. OLE color: 14287049.
HSL color Cylindrical-coordinate representation of color #C900DA: hue angle of 295.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900DA is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 0 | 218 | - |
| CMYK | 0.08 | 1 | 0 | 0.15 |
| HSL | 295.32º | 1% | 0.43% | - |
| HSV(B) | 295.32º | 1% | 0.85% | - |
| XYZ | 36.74 | 17.48 | 67.77 | - |
| YUV | 84.95 | 203.09 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 218 | 0.08 | 1 | 0 | 0.15 | 295.32 | 1 | 0.43 |
| Hex | C9 | 0 | DA | 8 | 64 | 0 | F | 127 | 64 | 2B |
| Octal | 311 | 0 | 332 | 10 | 144 | 0 | 17 | 447 | 144 | 53 |
| Binary | 11001001 | 0 | 11011010 | 1000 | 1100100 | 0 | 1111 | 100100111 | 1100100 | 101011 |
Color Harmonies of #C900DA
Complementary color
Monochromatic Colors of #C900DA
Black with #C900DA
Text Example
Text Example
White with #C900DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900DA; }
p { color: rgb(201,0,218); }
H1.HeaderClassName
{
color: #C900DA;
}
.AnyTagClassName
{
color: #C900DA;
}
</style>
background-color css
<style>
a { background-color: #C900DA; }
a { background-color: rgb(201,0,218); }
div.DivClassName
{
background-color: #C900DA;
}
.BgClassName
{
background-color: #C900DA;
}
</style>
border-color css
<style>
span { border-color: #C900DA; }
span { border-color: rgb(201,0,218); }
td.TdClassName
{
border-color: #C900DA;
}
.TagClassName
{
border-color: #C900DA;
}
</style>