Shades of Deep Magenta #C912BD
Tints of Deep Magenta #C912BD
RGB
CMYK
RGB Variations
Color information
#C912BD (or 0xC912BD) is known color: Deep Magenta. HEX triplet: C9, 12 and BD. RGB value is (201,18,189). Sum of RGB (Red+Green+Blue) = 201+18+189=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C912BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912BD is #36ED42. Grayscale: #5B5B5B. Windows color (decimal): -3599683 or 12391113. OLE color: 12391113.
HSL color Cylindrical-coordinate representation of color #C912BD: hue angle of 303.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912BD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.21 |
| HSL | 303.93º | 0.84% | 0.43% | - |
| HSV(B) | 303.93º | 0.91% | 0.79% | - |
| XYZ | 33.49 | 16.52 | 49.57 | - |
| YUV | 92.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 189 | 0 | 0.91 | 0.06 | 0.21 | 303.93 | 0.84 | 0.43 |
| Hex | C9 | 12 | BD | 0 | 5B | 6 | 15 | 130 | 54 | 2B |
| Octal | 311 | 22 | 275 | 0 | 133 | 6 | 25 | 460 | 124 | 53 |
| Binary | 11001001 | 10010 | 10111101 | 0 | 1011011 | 110 | 10101 | 100110000 | 1010100 | 101011 |
Color Harmonies of #C912BD
Complementary color
Monochromatic Colors of #C912BD
Black with #C912BD
Text Example
Text Example
White with #C912BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912BD; }
p { color: rgb(201,18,189); }
H1.HeaderClassName
{
color: #C912BD;
}
.AnyTagClassName
{
color: #C912BD;
}
</style>
background-color css
<style>
a { background-color: #C912BD; }
a { background-color: rgb(201,18,189); }
div.DivClassName
{
background-color: #C912BD;
}
.BgClassName
{
background-color: #C912BD;
}
</style>
border-color css
<style>
span { border-color: #C912BD; }
span { border-color: rgb(201,18,189); }
td.TdClassName
{
border-color: #C912BD;
}
.TagClassName
{
border-color: #C912BD;
}
</style>