Shades of Deep Magenta #C100CB
Tints of Deep Magenta #C100CB
RGB
CMYK
RGB Variations
Color information
#C100CB (or 0xC100CB) is known color: Deep Magenta. HEX triplet: C1, 00 and CB. RGB value is (193,0,203). Sum of RGB (Red+Green+Blue) = 193+0+203=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #C100CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100CB is #3EFF34. Grayscale: #505050. Windows color (decimal): -4128565 or 13304001. OLE color: 13304001.
HSL color Cylindrical-coordinate representation of color #C100CB: hue angle of 297.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100CB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 0 | 203 | - |
| CMYK | 0.05 | 1 | 0 | 0.20 |
| HSL | 297.04º | 1% | 0.4% | - |
| HSV(B) | 297.04º | 1% | 0.8% | - |
| XYZ | 32.77 | 15.65 | 57.79 | - |
| YUV | 80.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 203 | 0.05 | 1 | 0 | 0.20 | 297.04 | 1 | 0.4 |
| Hex | C1 | 0 | CB | 5 | 64 | 0 | 14 | 129 | 64 | 28 |
| Octal | 301 | 0 | 313 | 5 | 144 | 0 | 24 | 451 | 144 | 50 |
| Binary | 11000001 | 0 | 11001011 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C100CB
Complementary color
Monochromatic Colors of #C100CB
Black with #C100CB
Text Example
Text Example
White with #C100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100CB; }
p { color: rgb(193,0,203); }
H1.HeaderClassName
{
color: #C100CB;
}
.AnyTagClassName
{
color: #C100CB;
}
</style>
background-color css
<style>
a { background-color: #C100CB; }
a { background-color: rgb(193,0,203); }
div.DivClassName
{
background-color: #C100CB;
}
.BgClassName
{
background-color: #C100CB;
}
</style>
border-color css
<style>
span { border-color: #C100CB; }
span { border-color: rgb(193,0,203); }
td.TdClassName
{
border-color: #C100CB;
}
.TagClassName
{
border-color: #C100CB;
}
</style>