Shades of Deep Magenta #C905BC
Tints of Deep Magenta #C905BC
RGB
CMYK
RGB Variations
Color information
#C905BC (or 0xC905BC) is known color: Deep Magenta. HEX triplet: C9, 05 and BC. RGB value is (201,5,188). Sum of RGB (Red+Green+Blue) = 201+5+188=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C905BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905BC is #36FA43. Grayscale: #535353. Windows color (decimal): -3603012 or 12322249. OLE color: 12322249.
HSL color Cylindrical-coordinate representation of color #C905BC: hue angle of 303.98º 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 #C905BC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.21 |
| HSL | 303.98º | 0.95% | 0.4% | - |
| HSV(B) | 303.98º | 0.98% | 0.79% | - |
| XYZ | 33.22 | 16.16 | 48.94 | - |
| YUV | 84.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 188 | 0 | 0.98 | 0.06 | 0.21 | 303.98 | 0.95 | 0.4 |
| Hex | C9 | 5 | BC | 0 | 62 | 6 | 15 | 130 | 5F | 28 |
| Octal | 311 | 5 | 274 | 0 | 142 | 6 | 25 | 460 | 137 | 50 |
| Binary | 11001001 | 101 | 10111100 | 0 | 1100010 | 110 | 10101 | 100110000 | 1011111 | 101000 |
Color Harmonies of #C905BC
Complementary color
Monochromatic Colors of #C905BC
Black with #C905BC
Text Example
Text Example
White with #C905BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905BC; }
p { color: rgb(201,5,188); }
H1.HeaderClassName
{
color: #C905BC;
}
.AnyTagClassName
{
color: #C905BC;
}
</style>
background-color css
<style>
a { background-color: #C905BC; }
a { background-color: rgb(201,5,188); }
div.DivClassName
{
background-color: #C905BC;
}
.BgClassName
{
background-color: #C905BC;
}
</style>
border-color css
<style>
span { border-color: #C905BC; }
span { border-color: rgb(201,5,188); }
td.TdClassName
{
border-color: #C905BC;
}
.TagClassName
{
border-color: #C905BC;
}
</style>