Shades of Deep Magenta #C102BC
Tints of Deep Magenta #C102BC
RGB
CMYK
RGB Variations
Color information
#C102BC (or 0xC102BC) is known color: Deep Magenta. HEX triplet: C1, 02 and BC. RGB value is (193,2,188). Sum of RGB (Red+Green+Blue) = 193+2+188=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C102BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102BC is #3EFD43. Grayscale: #4F4F4F. Windows color (decimal): -4128068 or 12321473. OLE color: 12321473.
HSL color Cylindrical-coordinate representation of color #C102BC: hue angle of 301.57º 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 #C102BC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.24 |
| HSL | 301.57º | 0.98% | 0.38% | - |
| HSV(B) | 301.57º | 0.99% | 0.76% | - |
| XYZ | 31.09 | 15.01 | 48.84 | - |
| YUV | 80.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 188 | 0 | 0.99 | 0.03 | 0.24 | 301.57 | 0.98 | 0.38 |
| Hex | C1 | 2 | BC | 0 | 63 | 3 | 18 | 12E | 62 | 26 |
| Octal | 301 | 2 | 274 | 0 | 143 | 3 | 30 | 456 | 142 | 46 |
| Binary | 11000001 | 10 | 10111100 | 0 | 1100011 | 11 | 11000 | 100101110 | 1100010 | 100110 |
Color Harmonies of #C102BC
Complementary color
Monochromatic Colors of #C102BC
Black with #C102BC
Text Example
Text Example
White with #C102BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102BC; }
p { color: rgb(193,2,188); }
H1.HeaderClassName
{
color: #C102BC;
}
.AnyTagClassName
{
color: #C102BC;
}
</style>
background-color css
<style>
a { background-color: #C102BC; }
a { background-color: rgb(193,2,188); }
div.DivClassName
{
background-color: #C102BC;
}
.BgClassName
{
background-color: #C102BC;
}
</style>
border-color css
<style>
span { border-color: #C102BC; }
span { border-color: rgb(193,2,188); }
td.TdClassName
{
border-color: #C102BC;
}
.TagClassName
{
border-color: #C102BC;
}
</style>