Shades of Deep Magenta #C903B8
Tints of Deep Magenta #C903B8
RGB
CMYK
RGB Variations
Color information
#C903B8 (or 0xC903B8) is known color: Deep Magenta. HEX triplet: C9, 03 and B8. RGB value is (201,3,184). Sum of RGB (Red+Green+Blue) = 201+3+184=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C903B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903B8 is #36FC47. Grayscale: #525252. Windows color (decimal): -3603528 or 12059593. OLE color: 12059593.
HSL color Cylindrical-coordinate representation of color #C903B8: hue angle of 305.15º degrees, saturation: 0.97, 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 #C903B8 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.21 |
| HSL | 305.15º | 0.97% | 0.4% | - |
| HSV(B) | 305.15º | 0.99% | 0.79% | - |
| XYZ | 32.77 | 15.94 | 46.7 | - |
| YUV | 82.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 184 | 0 | 0.99 | 0.08 | 0.21 | 305.15 | 0.97 | 0.4 |
| Hex | C9 | 3 | B8 | 0 | 63 | 8 | 15 | 131 | 61 | 28 |
| Octal | 311 | 3 | 270 | 0 | 143 | 10 | 25 | 461 | 141 | 50 |
| Binary | 11001001 | 11 | 10111000 | 0 | 1100011 | 1000 | 10101 | 100110001 | 1100001 | 101000 |
Color Harmonies of #C903B8
Complementary color
Monochromatic Colors of #C903B8
Black with #C903B8
Text Example
Text Example
White with #C903B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903B8; }
p { color: rgb(201,3,184); }
H1.HeaderClassName
{
color: #C903B8;
}
.AnyTagClassName
{
color: #C903B8;
}
</style>
background-color css
<style>
a { background-color: #C903B8; }
a { background-color: rgb(201,3,184); }
div.DivClassName
{
background-color: #C903B8;
}
.BgClassName
{
background-color: #C903B8;
}
</style>
border-color css
<style>
span { border-color: #C903B8; }
span { border-color: rgb(201,3,184); }
td.TdClassName
{
border-color: #C903B8;
}
.TagClassName
{
border-color: #C903B8;
}
</style>