Shades of Deep Magenta #C905BF
Tints of Deep Magenta #C905BF
RGB
CMYK
RGB Variations
Color information
#C905BF (or 0xC905BF) is known color: Deep Magenta. HEX triplet: C9, 05 and BF. RGB value is (201,5,191). Sum of RGB (Red+Green+Blue) = 201+5+191=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C905BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905BF is #36FA40. Grayscale: #545454. Windows color (decimal): -3603009 or 12518857. OLE color: 12518857.
HSL color Cylindrical-coordinate representation of color #C905BF: hue angle of 303.06º 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 #C905BF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.21 |
| HSL | 303.06º | 0.95% | 0.4% | - |
| HSV(B) | 303.06º | 0.98% | 0.79% | - |
| XYZ | 33.55 | 16.29 | 50.67 | - |
| YUV | 84.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 191 | 0 | 0.98 | 0.05 | 0.21 | 303.06 | 0.95 | 0.4 |
| Hex | C9 | 5 | BF | 0 | 62 | 5 | 15 | 12F | 5F | 28 |
| Octal | 311 | 5 | 277 | 0 | 142 | 5 | 25 | 457 | 137 | 50 |
| Binary | 11001001 | 101 | 10111111 | 0 | 1100010 | 101 | 10101 | 100101111 | 1011111 | 101000 |
Color Harmonies of #C905BF
Complementary color
Monochromatic Colors of #C905BF
Black with #C905BF
Text Example
Text Example
White with #C905BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905BF; }
p { color: rgb(201,5,191); }
H1.HeaderClassName
{
color: #C905BF;
}
.AnyTagClassName
{
color: #C905BF;
}
</style>
background-color css
<style>
a { background-color: #C905BF; }
a { background-color: rgb(201,5,191); }
div.DivClassName
{
background-color: #C905BF;
}
.BgClassName
{
background-color: #C905BF;
}
</style>
border-color css
<style>
span { border-color: #C905BF; }
span { border-color: rgb(201,5,191); }
td.TdClassName
{
border-color: #C905BF;
}
.TagClassName
{
border-color: #C905BF;
}
</style>