Shades of Deep Magenta #C121B4
Tints of Deep Magenta #C121B4
RGB
CMYK
RGB Variations
Color information
#C121B4 (or 0xC121B4) is known color: Deep Magenta. HEX triplet: C1, 21 and B4. RGB value is (193,33,180). Sum of RGB (Red+Green+Blue) = 193+33+180=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C121B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121B4 is #3EDE4B. Grayscale: #616161. Windows color (decimal): -4120140 or 11805121. OLE color: 11805121.
HSL color Cylindrical-coordinate representation of color #C121B4: hue angle of 304.88º 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 #C121B4 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 33 | 180 | - |
CMYK | 0 | 0.83 | 0.07 | 0.24 |
HSL | 304.88º | 0.71% | 0.44% | - |
HSV(B) | 304.88º | 0.83% | 0.76% | - |
XYZ | 30.77 | 15.72 | 44.59 | - |
YUV | 97.6 | 174.51 | 196.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 33 | 180 | 0 | 0.83 | 0.07 | 0.24 | 304.88 | 0.71 | 0.44 |
Hex | C1 | 21 | B4 | 0 | 53 | 7 | 18 | 131 | 47 | 2C |
Octal | 301 | 41 | 264 | 0 | 123 | 7 | 30 | 461 | 107 | 54 |
Binary | 11000001 | 100001 | 10110100 | 0 | 1010011 | 111 | 11000 | 100110001 | 1000111 | 101100 |
Color Harmonies of #C121B4
Complementary color
Monochromatic Colors of #C121B4
Black with #C121B4
Text Example
Text Example
White with #C121B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121B4; }
p { color: rgb(193,33,180); }
H1.HeaderClassName
{
color: #C121B4;
}
.AnyTagClassName
{
color: #C121B4;
}
</style>
background-color css
<style>
a { background-color: #C121B4; }
a { background-color: rgb(193,33,180); }
div.DivClassName
{
background-color: #C121B4;
}
.BgClassName
{
background-color: #C121B4;
}
</style>
border-color css
<style>
span { border-color: #C121B4; }
span { border-color: rgb(193,33,180); }
td.TdClassName
{
border-color: #C121B4;
}
.TagClassName
{
border-color: #C121B4;
}
</style>