Shades of Deep Magenta #C905BE
Tints of Deep Magenta #C905BE
RGB
CMYK
RGB Variations
Color information
#C905BE (or 0xC905BE) is known color: Deep Magenta. HEX triplet: C9, 05 and BE. RGB value is (201,5,190). Sum of RGB (Red+Green+Blue) = 201+5+190=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C905BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905BE is #36FA41. Grayscale: #545454. Windows color (decimal): -3603010 or 12453321. OLE color: 12453321.
HSL color Cylindrical-coordinate representation of color #C905BE: hue angle of 303.37º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905BE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.21 |
| HSL | 303.37º | 0.95% | 0.4% | - |
| HSV(B) | 303.37º | 0.98% | 0.79% | - |
| XYZ | 33.44 | 16.24 | 50.09 | - |
| YUV | 84.69 | 187.43 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 190 | 0 | 0.98 | 0.05 | 0.21 | 303.37 | 0.95 | 0.4 |
| Hex | C9 | 5 | BE | 0 | 62 | 5 | 15 | 12F | 5F | 28 |
| Octal | 311 | 5 | 276 | 0 | 142 | 5 | 25 | 457 | 137 | 50 |
| Binary | 11001001 | 101 | 10111110 | 0 | 1100010 | 101 | 10101 | 100101111 | 1011111 | 101000 |
Color Harmonies of #C905BE
Complementary color
Monochromatic Colors of #C905BE
Black with #C905BE
Text Example
Text Example
White with #C905BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905BE; }
p { color: rgb(201,5,190); }
H1.HeaderClassName
{
color: #C905BE;
}
.AnyTagClassName
{
color: #C905BE;
}
</style>
background-color css
<style>
a { background-color: #C905BE; }
a { background-color: rgb(201,5,190); }
div.DivClassName
{
background-color: #C905BE;
}
.BgClassName
{
background-color: #C905BE;
}
</style>
border-color css
<style>
span { border-color: #C905BE; }
span { border-color: rgb(201,5,190); }
td.TdClassName
{
border-color: #C905BE;
}
.TagClassName
{
border-color: #C905BE;
}
</style>