Shades of Deep Magenta #C919B9
Tints of Deep Magenta #C919B9
RGB
CMYK
RGB Variations
Color information
#C919B9 (or 0xC919B9) is known color: Deep Magenta. HEX triplet: C9, 19 and B9. RGB value is (201,25,185). Sum of RGB (Red+Green+Blue) = 201+25+185=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C919B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919B9 is #36E646. Grayscale: #5F5F5F. Windows color (decimal): -3597895 or 12130761. OLE color: 12130761.
HSL color Cylindrical-coordinate representation of color #C919B9: hue angle of 305.45º degrees, saturation: 0.78, 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 #C919B9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 185 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.21 |
| HSL | 305.45º | 0.78% | 0.44% | - |
| HSV(B) | 305.45º | 0.88% | 0.79% | - |
| XYZ | 33.19 | 16.62 | 47.36 | - |
| YUV | 95.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 185 | 0 | 0.88 | 0.08 | 0.21 | 305.45 | 0.78 | 0.44 |
| Hex | C9 | 19 | B9 | 0 | 58 | 8 | 15 | 131 | 4E | 2C |
| Octal | 311 | 31 | 271 | 0 | 130 | 10 | 25 | 461 | 116 | 54 |
| Binary | 11001001 | 11001 | 10111001 | 0 | 1011000 | 1000 | 10101 | 100110001 | 1001110 | 101100 |
Color Harmonies of #C919B9
Complementary color
Monochromatic Colors of #C919B9
Black with #C919B9
Text Example
Text Example
White with #C919B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919B9; }
p { color: rgb(201,25,185); }
H1.HeaderClassName
{
color: #C919B9;
}
.AnyTagClassName
{
color: #C919B9;
}
</style>
background-color css
<style>
a { background-color: #C919B9; }
a { background-color: rgb(201,25,185); }
div.DivClassName
{
background-color: #C919B9;
}
.BgClassName
{
background-color: #C919B9;
}
</style>
border-color css
<style>
span { border-color: #C919B9; }
span { border-color: rgb(201,25,185); }
td.TdClassName
{
border-color: #C919B9;
}
.TagClassName
{
border-color: #C919B9;
}
</style>