Shades of Deep Magenta #C902BC
Tints of Deep Magenta #C902BC
RGB
CMYK
RGB Variations
Color information
#C902BC (or 0xC902BC) is known color: Deep Magenta. HEX triplet: C9, 02 and BC. RGB value is (201,2,188). Sum of RGB (Red+Green+Blue) = 201+2+188=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C902BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902BC is #36FD43. Grayscale: #525252. Windows color (decimal): -3603780 or 12321481. OLE color: 12321481.
HSL color Cylindrical-coordinate representation of color #C902BC: hue angle of 303.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902BC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.21 |
| HSL | 303.92º | 0.98% | 0.4% | - |
| HSV(B) | 303.92º | 0.99% | 0.79% | - |
| XYZ | 33.19 | 16.09 | 48.93 | - |
| YUV | 82.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 188 | 0 | 0.99 | 0.06 | 0.21 | 303.92 | 0.98 | 0.4 |
| Hex | C9 | 2 | BC | 0 | 63 | 6 | 15 | 130 | 62 | 28 |
| Octal | 311 | 2 | 274 | 0 | 143 | 6 | 25 | 460 | 142 | 50 |
| Binary | 11001001 | 10 | 10111100 | 0 | 1100011 | 110 | 10101 | 100110000 | 1100010 | 101000 |
Color Harmonies of #C902BC
Complementary color
Monochromatic Colors of #C902BC
Black with #C902BC
Text Example
Text Example
White with #C902BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902BC; }
p { color: rgb(201,2,188); }
H1.HeaderClassName
{
color: #C902BC;
}
.AnyTagClassName
{
color: #C902BC;
}
</style>
background-color css
<style>
a { background-color: #C902BC; }
a { background-color: rgb(201,2,188); }
div.DivClassName
{
background-color: #C902BC;
}
.BgClassName
{
background-color: #C902BC;
}
</style>
border-color css
<style>
span { border-color: #C902BC; }
span { border-color: rgb(201,2,188); }
td.TdClassName
{
border-color: #C902BC;
}
.TagClassName
{
border-color: #C902BC;
}
</style>