Shades of Deep Magenta #C918BD
Tints of Deep Magenta #C918BD
RGB
CMYK
RGB Variations
Color information
#C918BD (or 0xC918BD) is known color: Deep Magenta. HEX triplet: C9, 18 and BD. RGB value is (201,24,189). Sum of RGB (Red+Green+Blue) = 201+24+189=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C918BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918BD is #36E742. Grayscale: #5F5F5F. Windows color (decimal): -3598147 or 12392649. OLE color: 12392649.
HSL color Cylindrical-coordinate representation of color #C918BD: hue angle of 304.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C918BD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.21 |
| HSL | 304.07º | 0.79% | 0.44% | - |
| HSV(B) | 304.07º | 0.88% | 0.79% | - |
| XYZ | 33.6 | 16.74 | 49.61 | - |
| YUV | 95.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 189 | 0 | 0.88 | 0.06 | 0.21 | 304.07 | 0.79 | 0.44 |
| Hex | C9 | 18 | BD | 0 | 58 | 6 | 15 | 130 | 4F | 2C |
| Octal | 311 | 30 | 275 | 0 | 130 | 6 | 25 | 460 | 117 | 54 |
| Binary | 11001001 | 11000 | 10111101 | 0 | 1011000 | 110 | 10101 | 100110000 | 1001111 | 101100 |
Color Harmonies of #C918BD
Complementary color
Monochromatic Colors of #C918BD
Black with #C918BD
Text Example
Text Example
White with #C918BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918BD; }
p { color: rgb(201,24,189); }
H1.HeaderClassName
{
color: #C918BD;
}
.AnyTagClassName
{
color: #C918BD;
}
</style>
background-color css
<style>
a { background-color: #C918BD; }
a { background-color: rgb(201,24,189); }
div.DivClassName
{
background-color: #C918BD;
}
.BgClassName
{
background-color: #C918BD;
}
</style>
border-color css
<style>
span { border-color: #C918BD; }
span { border-color: rgb(201,24,189); }
td.TdClassName
{
border-color: #C918BD;
}
.TagClassName
{
border-color: #C918BD;
}
</style>