Shades of Deep Magenta #C915CB
Tints of Deep Magenta #C915CB
RGB
CMYK
RGB Variations
Color information
#C915CB (or 0xC915CB) is known color: Deep Magenta. HEX triplet: C9, 15 and CB. RGB value is (201,21,203). Sum of RGB (Red+Green+Blue) = 201+21+203=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C915CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915CB is #36EA34. Grayscale: #5F5F5F. Windows color (decimal): -3598901 or 13309385. OLE color: 13309385.
HSL color Cylindrical-coordinate representation of color #C915CB: hue angle of 299.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915CB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 21 | 203 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.20 |
| HSL | 299.34º | 0.81% | 0.44% | - |
| HSV(B) | 299.34º | 0.9% | 0.8% | - |
| XYZ | 35.14 | 17.27 | 57.98 | - |
| YUV | 95.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 203 | 0.01 | 0.90 | 0 | 0.20 | 299.34 | 0.81 | 0.44 |
| Hex | C9 | 15 | CB | 1 | 5A | 0 | 14 | 12B | 51 | 2C |
| Octal | 311 | 25 | 313 | 1 | 132 | 0 | 24 | 453 | 121 | 54 |
| Binary | 11001001 | 10101 | 11001011 | 1 | 1011010 | 0 | 10100 | 100101011 | 1010001 | 101100 |
Color Harmonies of #C915CB
Complementary color
Monochromatic Colors of #C915CB
Black with #C915CB
Text Example
Text Example
White with #C915CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915CB; }
p { color: rgb(201,21,203); }
H1.HeaderClassName
{
color: #C915CB;
}
.AnyTagClassName
{
color: #C915CB;
}
</style>
background-color css
<style>
a { background-color: #C915CB; }
a { background-color: rgb(201,21,203); }
div.DivClassName
{
background-color: #C915CB;
}
.BgClassName
{
background-color: #C915CB;
}
</style>
border-color css
<style>
span { border-color: #C915CB; }
span { border-color: rgb(201,21,203); }
td.TdClassName
{
border-color: #C915CB;
}
.TagClassName
{
border-color: #C915CB;
}
</style>