Shades of Deep Magenta #C900C2
Tints of Deep Magenta #C900C2
RGB
CMYK
RGB Variations
Color information
#C900C2 (or 0xC900C2) is known color: Deep Magenta. HEX triplet: C9, 00 and C2. RGB value is (201,0,194). Sum of RGB (Red+Green+Blue) = 201+0+194=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C2 is #36FF3D. Grayscale: #515151. Windows color (decimal): -3604286 or 12714185. OLE color: 12714185.
HSL color Cylindrical-coordinate representation of color #C900C2: hue angle of 302.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900C2 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.03 | 0.21 |
| HSL | 302.09º | 1% | 0.39% | - |
| HSV(B) | 302.09º | 1% | 0.79% | - |
| XYZ | 33.83 | 16.31 | 52.4 | - |
| YUV | 82.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 194 | 0 | 1 | 0.03 | 0.21 | 302.09 | 1 | 0.39 |
| Hex | C9 | 0 | C2 | 0 | 64 | 3 | 15 | 12E | 64 | 27 |
| Octal | 311 | 0 | 302 | 0 | 144 | 3 | 25 | 456 | 144 | 47 |
| Binary | 11001001 | 0 | 11000010 | 0 | 1100100 | 11 | 10101 | 100101110 | 1100100 | 100111 |
Color Harmonies of #C900C2
Complementary color
Monochromatic Colors of #C900C2
Black with #C900C2
Text Example
Text Example
White with #C900C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900C2; }
p { color: rgb(201,0,194); }
H1.HeaderClassName
{
color: #C900C2;
}
.AnyTagClassName
{
color: #C900C2;
}
</style>
background-color css
<style>
a { background-color: #C900C2; }
a { background-color: rgb(201,0,194); }
div.DivClassName
{
background-color: #C900C2;
}
.BgClassName
{
background-color: #C900C2;
}
</style>
border-color css
<style>
span { border-color: #C900C2; }
span { border-color: rgb(201,0,194); }
td.TdClassName
{
border-color: #C900C2;
}
.TagClassName
{
border-color: #C900C2;
}
</style>