Shades of Deep Magenta #C102BB
Tints of Deep Magenta #C102BB
RGB
CMYK
RGB Variations
Color information
#C102BB (or 0xC102BB) is known color: Deep Magenta. HEX triplet: C1, 02 and BB. RGB value is (193,2,187). Sum of RGB (Red+Green+Blue) = 193+2+187=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C102BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102BB is #3EFD44. Grayscale: #4F4F4F. Windows color (decimal): -4128069 or 12255937. OLE color: 12255937.
HSL color Cylindrical-coordinate representation of color #C102BB: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102BB is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.24 |
| HSL | 301.88º | 0.98% | 0.38% | - |
| HSV(B) | 301.88º | 0.99% | 0.76% | - |
| XYZ | 30.98 | 14.97 | 48.27 | - |
| YUV | 80.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 187 | 0 | 0.99 | 0.03 | 0.24 | 301.88 | 0.98 | 0.38 |
| Hex | C1 | 2 | BB | 0 | 63 | 3 | 18 | 12E | 62 | 26 |
| Octal | 301 | 2 | 273 | 0 | 143 | 3 | 30 | 456 | 142 | 46 |
| Binary | 11000001 | 10 | 10111011 | 0 | 1100011 | 11 | 11000 | 100101110 | 1100010 | 100110 |
Color Harmonies of #C102BB
Complementary color
Monochromatic Colors of #C102BB
Black with #C102BB
Text Example
Text Example
White with #C102BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102BB; }
p { color: rgb(193,2,187); }
H1.HeaderClassName
{
color: #C102BB;
}
.AnyTagClassName
{
color: #C102BB;
}
</style>
background-color css
<style>
a { background-color: #C102BB; }
a { background-color: rgb(193,2,187); }
div.DivClassName
{
background-color: #C102BB;
}
.BgClassName
{
background-color: #C102BB;
}
</style>
border-color css
<style>
span { border-color: #C102BB; }
span { border-color: rgb(193,2,187); }
td.TdClassName
{
border-color: #C102BB;
}
.TagClassName
{
border-color: #C102BB;
}
</style>