Shades of Deep Magenta #C919B2
Tints of Deep Magenta #C919B2
RGB
CMYK
RGB Variations
Color information
#C919B2 (or 0xC919B2) is known color: Deep Magenta. HEX triplet: C9, 19 and B2. RGB value is (201,25,178). Sum of RGB (Red+Green+Blue) = 201+25+178=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C919B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919B2 is #36E64D. Grayscale: #5E5E5E. Windows color (decimal): -3597902 or 11672009. OLE color: 11672009.
HSL color Cylindrical-coordinate representation of color #C919B2: hue angle of 307.84º 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 #C919B2 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 178 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.21 |
| HSL | 307.84º | 0.78% | 0.44% | - |
| HSV(B) | 307.84º | 0.88% | 0.79% | - |
| XYZ | 32.47 | 16.33 | 43.56 | - |
| YUV | 95.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 178 | 0 | 0.88 | 0.11 | 0.21 | 307.84 | 0.78 | 0.44 |
| Hex | C9 | 19 | B2 | 0 | 58 | B | 15 | 134 | 4E | 2C |
| Octal | 311 | 31 | 262 | 0 | 130 | 13 | 25 | 464 | 116 | 54 |
| Binary | 11001001 | 11001 | 10110010 | 0 | 1011000 | 1011 | 10101 | 100110100 | 1001110 | 101100 |
Color Harmonies of #C919B2
Complementary color
Monochromatic Colors of #C919B2
Black with #C919B2
Text Example
Text Example
White with #C919B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919B2; }
p { color: rgb(201,25,178); }
H1.HeaderClassName
{
color: #C919B2;
}
.AnyTagClassName
{
color: #C919B2;
}
</style>
background-color css
<style>
a { background-color: #C919B2; }
a { background-color: rgb(201,25,178); }
div.DivClassName
{
background-color: #C919B2;
}
.BgClassName
{
background-color: #C919B2;
}
</style>
border-color css
<style>
span { border-color: #C919B2; }
span { border-color: rgb(201,25,178); }
td.TdClassName
{
border-color: #C919B2;
}
.TagClassName
{
border-color: #C919B2;
}
</style>