Shades of Deep Magenta #C901B5
Tints of Deep Magenta #C901B5
RGB
CMYK
RGB Variations
Color information
#C901B5 (or 0xC901B5) is known color: Deep Magenta. HEX triplet: C9, 01 and B5. RGB value is (201,1,181). Sum of RGB (Red+Green+Blue) = 201+1+181=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C901B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901B5 is #36FE4A. Grayscale: #505050. Windows color (decimal): -3604043 or 11862473. OLE color: 11862473.
HSL color Cylindrical-coordinate representation of color #C901B5: hue angle of 306º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901B5 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.21 |
| HSL | 306º | 0.99% | 0.4% | - |
| HSV(B) | 306º | 1% | 0.79% | - |
| XYZ | 32.44 | 15.78 | 45.05 | - |
| YUV | 81.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 181 | 0 | 1.00 | 0.10 | 0.21 | 306 | 0.99 | 0.4 |
| Hex | C9 | 1 | B5 | 0 | 64 | A | 15 | 132 | 63 | 28 |
| Octal | 311 | 1 | 265 | 0 | 144 | 12 | 25 | 462 | 143 | 50 |
| Binary | 11001001 | 1 | 10110101 | 0 | 1100100 | 1010 | 10101 | 100110010 | 1100011 | 101000 |
Color Harmonies of #C901B5
Complementary color
Monochromatic Colors of #C901B5
Black with #C901B5
Text Example
Text Example
White with #C901B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901B5; }
p { color: rgb(201,1,181); }
H1.HeaderClassName
{
color: #C901B5;
}
.AnyTagClassName
{
color: #C901B5;
}
</style>
background-color css
<style>
a { background-color: #C901B5; }
a { background-color: rgb(201,1,181); }
div.DivClassName
{
background-color: #C901B5;
}
.BgClassName
{
background-color: #C901B5;
}
</style>
border-color css
<style>
span { border-color: #C901B5; }
span { border-color: rgb(201,1,181); }
td.TdClassName
{
border-color: #C901B5;
}
.TagClassName
{
border-color: #C901B5;
}
</style>