Shades of Deep Magenta #C917BD
Tints of Deep Magenta #C917BD
RGB
CMYK
RGB Variations
Color information
#C917BD (or 0xC917BD) is known color: Deep Magenta. HEX triplet: C9, 17 and BD. RGB value is (201,23,189). Sum of RGB (Red+Green+Blue) = 201+23+189=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C917BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917BD is #36E842. Grayscale: #5E5E5E. Windows color (decimal): -3598403 or 12392393. OLE color: 12392393.
HSL color Cylindrical-coordinate representation of color #C917BD: hue angle of 304.04º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917BD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.21 |
| HSL | 304.05º | 0.79% | 0.44% | - |
| HSV(B) | 304.05º | 0.89% | 0.79% | - |
| XYZ | 33.58 | 16.7 | 49.6 | - |
| YUV | 95.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 189 | 0 | 0.89 | 0.06 | 0.21 | 304.05 | 0.79 | 0.44 |
| Hex | C9 | 17 | BD | 0 | 59 | 6 | 15 | 130 | 4F | 2C |
| Octal | 311 | 27 | 275 | 0 | 131 | 6 | 25 | 460 | 117 | 54 |
| Binary | 11001001 | 10111 | 10111101 | 0 | 1011001 | 110 | 10101 | 100110000 | 1001111 | 101100 |
Color Harmonies of #C917BD
Complementary color
Monochromatic Colors of #C917BD
Black with #C917BD
Text Example
Text Example
White with #C917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917BD; }
p { color: rgb(201,23,189); }
H1.HeaderClassName
{
color: #C917BD;
}
.AnyTagClassName
{
color: #C917BD;
}
</style>
background-color css
<style>
a { background-color: #C917BD; }
a { background-color: rgb(201,23,189); }
div.DivClassName
{
background-color: #C917BD;
}
.BgClassName
{
background-color: #C917BD;
}
</style>
border-color css
<style>
span { border-color: #C917BD; }
span { border-color: rgb(201,23,189); }
td.TdClassName
{
border-color: #C917BD;
}
.TagClassName
{
border-color: #C917BD;
}
</style>