Shades of Deep Magenta #C10BB4
Tints of Deep Magenta #C10BB4
RGB
CMYK
RGB Variations
Color information
#C10BB4 (or 0xC10BB4) is known color: Deep Magenta. HEX triplet: C1, 0B and B4. RGB value is (193,11,180). Sum of RGB (Red+Green+Blue) = 193+11+180=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BB4 is #3EF44B. Grayscale: #545454. Windows color (decimal): -4125772 or 11799489. OLE color: 11799489.
HSL color Cylindrical-coordinate representation of color #C10BB4: hue angle of 304.29º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BB4 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 180 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.24 |
| HSL | 304.29º | 0.89% | 0.4% | - |
| HSV(B) | 304.29º | 0.94% | 0.76% | - |
| XYZ | 30.35 | 14.87 | 44.45 | - |
| YUV | 84.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 180 | 0 | 0.94 | 0.07 | 0.24 | 304.29 | 0.89 | 0.4 |
| Hex | C1 | B | B4 | 0 | 5E | 7 | 18 | 130 | 59 | 28 |
| Octal | 301 | 13 | 264 | 0 | 136 | 7 | 30 | 460 | 131 | 50 |
| Binary | 11000001 | 1011 | 10110100 | 0 | 1011110 | 111 | 11000 | 100110000 | 1011001 | 101000 |
Color Harmonies of #C10BB4
Complementary color
Monochromatic Colors of #C10BB4
Black with #C10BB4
Text Example
Text Example
White with #C10BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BB4; }
p { color: rgb(193,11,180); }
H1.HeaderClassName
{
color: #C10BB4;
}
.AnyTagClassName
{
color: #C10BB4;
}
</style>
background-color css
<style>
a { background-color: #C10BB4; }
a { background-color: rgb(193,11,180); }
div.DivClassName
{
background-color: #C10BB4;
}
.BgClassName
{
background-color: #C10BB4;
}
</style>
border-color css
<style>
span { border-color: #C10BB4; }
span { border-color: rgb(193,11,180); }
td.TdClassName
{
border-color: #C10BB4;
}
.TagClassName
{
border-color: #C10BB4;
}
</style>