Shades of Deep Magenta #C919B4
Tints of Deep Magenta #C919B4
RGB
CMYK
RGB Variations
Color information
#C919B4 (or 0xC919B4) is known color: Deep Magenta. HEX triplet: C9, 19 and B4. RGB value is (201,25,180). Sum of RGB (Red+Green+Blue) = 201+25+180=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C919B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919B4 is #36E64B. Grayscale: #5E5E5E. Windows color (decimal): -3597900 or 11803081. OLE color: 11803081.
HSL color Cylindrical-coordinate representation of color #C919B4: hue angle of 307.16º 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 #C919B4 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 180 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.21 |
| HSL | 307.16º | 0.78% | 0.44% | - |
| HSV(B) | 307.16º | 0.88% | 0.79% | - |
| XYZ | 32.67 | 16.41 | 44.63 | - |
| YUV | 95.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 180 | 0 | 0.88 | 0.10 | 0.21 | 307.16 | 0.78 | 0.44 |
| Hex | C9 | 19 | B4 | 0 | 58 | A | 15 | 133 | 4E | 2C |
| Octal | 311 | 31 | 264 | 0 | 130 | 12 | 25 | 463 | 116 | 54 |
| Binary | 11001001 | 11001 | 10110100 | 0 | 1011000 | 1010 | 10101 | 100110011 | 1001110 | 101100 |
Color Harmonies of #C919B4
Complementary color
Monochromatic Colors of #C919B4
Black with #C919B4
Text Example
Text Example
White with #C919B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919B4; }
p { color: rgb(201,25,180); }
H1.HeaderClassName
{
color: #C919B4;
}
.AnyTagClassName
{
color: #C919B4;
}
</style>
background-color css
<style>
a { background-color: #C919B4; }
a { background-color: rgb(201,25,180); }
div.DivClassName
{
background-color: #C919B4;
}
.BgClassName
{
background-color: #C919B4;
}
</style>
border-color css
<style>
span { border-color: #C919B4; }
span { border-color: rgb(201,25,180); }
td.TdClassName
{
border-color: #C919B4;
}
.TagClassName
{
border-color: #C919B4;
}
</style>