Shades of Deep Magenta #C905B6
Tints of Deep Magenta #C905B6
RGB
CMYK
RGB Variations
Color information
#C905B6 (or 0xC905B6) is known color: Deep Magenta. HEX triplet: C9, 05 and B6. RGB value is (201,5,182). Sum of RGB (Red+Green+Blue) = 201+5+182=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C905B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905B6 is #36FA49. Grayscale: #535353. Windows color (decimal): -3603018 or 11929033. OLE color: 11929033.
HSL color Cylindrical-coordinate representation of color #C905B6: hue angle of 305.82º 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 #C905B6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 182 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.21 |
| HSL | 305.82º | 0.95% | 0.4% | - |
| HSV(B) | 305.82º | 0.98% | 0.79% | - |
| XYZ | 32.59 | 15.9 | 45.61 | - |
| YUV | 83.78 | 183.43 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 182 | 0 | 0.98 | 0.09 | 0.21 | 305.82 | 0.95 | 0.4 |
| Hex | C9 | 5 | B6 | 0 | 62 | 9 | 15 | 132 | 5F | 28 |
| Octal | 311 | 5 | 266 | 0 | 142 | 11 | 25 | 462 | 137 | 50 |
| Binary | 11001001 | 101 | 10110110 | 0 | 1100010 | 1001 | 10101 | 100110010 | 1011111 | 101000 |
Color Harmonies of #C905B6
Complementary color
Monochromatic Colors of #C905B6
Black with #C905B6
Text Example
Text Example
White with #C905B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905B6; }
p { color: rgb(201,5,182); }
H1.HeaderClassName
{
color: #C905B6;
}
.AnyTagClassName
{
color: #C905B6;
}
</style>
background-color css
<style>
a { background-color: #C905B6; }
a { background-color: rgb(201,5,182); }
div.DivClassName
{
background-color: #C905B6;
}
.BgClassName
{
background-color: #C905B6;
}
</style>
border-color css
<style>
span { border-color: #C905B6; }
span { border-color: rgb(201,5,182); }
td.TdClassName
{
border-color: #C905B6;
}
.TagClassName
{
border-color: #C905B6;
}
</style>