Shades of Deep Magenta #C121BD
Tints of Deep Magenta #C121BD
RGB
CMYK
RGB Variations
Color information
#C121BD (or 0xC121BD) is known color: Deep Magenta. HEX triplet: C1, 21 and BD. RGB value is (193,33,189). Sum of RGB (Red+Green+Blue) = 193+33+189=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C121BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121BD is #3EDE42. Grayscale: #626262. Windows color (decimal): -4120131 or 12394945. OLE color: 12394945.
HSL color Cylindrical-coordinate representation of color #C121BD: hue angle of 301.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C121BD is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 189 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.24 |
| HSL | 301.5º | 0.71% | 0.44% | - |
| HSV(B) | 301.5º | 0.83% | 0.76% | - |
| XYZ | 31.72 | 16.1 | 49.58 | - |
| YUV | 98.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 189 | 0 | 0.83 | 0.02 | 0.24 | 301.5 | 0.71 | 0.44 |
| Hex | C1 | 21 | BD | 0 | 53 | 2 | 18 | 12E | 47 | 2C |
| Octal | 301 | 41 | 275 | 0 | 123 | 2 | 30 | 456 | 107 | 54 |
| Binary | 11000001 | 100001 | 10111101 | 0 | 1010011 | 10 | 11000 | 100101110 | 1000111 | 101100 |
Color Harmonies of #C121BD
Complementary color
Monochromatic Colors of #C121BD
Black with #C121BD
Text Example
Text Example
White with #C121BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121BD; }
p { color: rgb(193,33,189); }
H1.HeaderClassName
{
color: #C121BD;
}
.AnyTagClassName
{
color: #C121BD;
}
</style>
background-color css
<style>
a { background-color: #C121BD; }
a { background-color: rgb(193,33,189); }
div.DivClassName
{
background-color: #C121BD;
}
.BgClassName
{
background-color: #C121BD;
}
</style>
border-color css
<style>
span { border-color: #C121BD; }
span { border-color: rgb(193,33,189); }
td.TdClassName
{
border-color: #C121BD;
}
.TagClassName
{
border-color: #C121BD;
}
</style>