Shades of Deep Magenta #C919BA
Tints of Deep Magenta #C919BA
RGB
CMYK
RGB Variations
Color information
#C919BA (or 0xC919BA) is known color: Deep Magenta. HEX triplet: C9, 19 and BA. RGB value is (201,25,186). Sum of RGB (Red+Green+Blue) = 201+25+186=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C919BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919BA is #36E645. Grayscale: #5F5F5F. Windows color (decimal): -3597894 or 12196297. OLE color: 12196297.
HSL color Cylindrical-coordinate representation of color #C919BA: hue angle of 305.11º 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 #C919BA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 186 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.21 |
| HSL | 305.11º | 0.78% | 0.44% | - |
| HSV(B) | 305.11º | 0.88% | 0.79% | - |
| XYZ | 33.3 | 16.66 | 47.91 | - |
| YUV | 95.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 186 | 0 | 0.88 | 0.07 | 0.21 | 305.11 | 0.78 | 0.44 |
| Hex | C9 | 19 | BA | 0 | 58 | 7 | 15 | 131 | 4E | 2C |
| Octal | 311 | 31 | 272 | 0 | 130 | 7 | 25 | 461 | 116 | 54 |
| Binary | 11001001 | 11001 | 10111010 | 0 | 1011000 | 111 | 10101 | 100110001 | 1001110 | 101100 |
Color Harmonies of #C919BA
Complementary color
Monochromatic Colors of #C919BA
Black with #C919BA
Text Example
Text Example
White with #C919BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919BA; }
p { color: rgb(201,25,186); }
H1.HeaderClassName
{
color: #C919BA;
}
.AnyTagClassName
{
color: #C919BA;
}
</style>
background-color css
<style>
a { background-color: #C919BA; }
a { background-color: rgb(201,25,186); }
div.DivClassName
{
background-color: #C919BA;
}
.BgClassName
{
background-color: #C919BA;
}
</style>
border-color css
<style>
span { border-color: #C919BA; }
span { border-color: rgb(201,25,186); }
td.TdClassName
{
border-color: #C919BA;
}
.TagClassName
{
border-color: #C919BA;
}
</style>