Shades of Deep Magenta #C917BC
Tints of Deep Magenta #C917BC
RGB
CMYK
RGB Variations
Color information
#C917BC (or 0xC917BC) is known color: Deep Magenta. HEX triplet: C9, 17 and BC. RGB value is (201,23,188). Sum of RGB (Red+Green+Blue) = 201+23+188=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C917BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917BC is #36E843. Grayscale: #5E5E5E. Windows color (decimal): -3598404 or 12326857. OLE color: 12326857.
HSL color Cylindrical-coordinate representation of color #C917BC: hue angle of 304.38º 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 #C917BC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.21 |
| HSL | 304.38º | 0.79% | 0.44% | - |
| HSV(B) | 304.38º | 0.89% | 0.79% | - |
| XYZ | 33.47 | 16.66 | 49.03 | - |
| YUV | 95.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 188 | 0 | 0.89 | 0.06 | 0.21 | 304.38 | 0.79 | 0.44 |
| Hex | C9 | 17 | BC | 0 | 59 | 6 | 15 | 130 | 4F | 2C |
| Octal | 311 | 27 | 274 | 0 | 131 | 6 | 25 | 460 | 117 | 54 |
| Binary | 11001001 | 10111 | 10111100 | 0 | 1011001 | 110 | 10101 | 100110000 | 1001111 | 101100 |
Color Harmonies of #C917BC
Complementary color
Monochromatic Colors of #C917BC
Black with #C917BC
Text Example
Text Example
White with #C917BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917BC; }
p { color: rgb(201,23,188); }
H1.HeaderClassName
{
color: #C917BC;
}
.AnyTagClassName
{
color: #C917BC;
}
</style>
background-color css
<style>
a { background-color: #C917BC; }
a { background-color: rgb(201,23,188); }
div.DivClassName
{
background-color: #C917BC;
}
.BgClassName
{
background-color: #C917BC;
}
</style>
border-color css
<style>
span { border-color: #C917BC; }
span { border-color: rgb(201,23,188); }
td.TdClassName
{
border-color: #C917BC;
}
.TagClassName
{
border-color: #C917BC;
}
</style>