Shades of Deep Magenta #C001CB
Tints of Deep Magenta #C001CB
RGB
CMYK
RGB Variations
Color information
#C001CB (or 0xC001CB) is known color: Deep Magenta. HEX triplet: C0, 01 and CB. RGB value is (192,1,203). Sum of RGB (Red+Green+Blue) = 192+1+203=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 1 (0.78% from 255 or 0.25% 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 #C001CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CB is #3FFE34. Grayscale: #505050. Windows color (decimal): -4193845 or 13304256. OLE color: 13304256.
HSL color Cylindrical-coordinate representation of color #C001CB: hue angle of 296.73º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001CB is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 1 | 203 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.20 |
| HSL | 296.73º | 0.99% | 0.4% | - |
| HSV(B) | 296.73º | 1% | 0.8% | - |
| XYZ | 32.53 | 15.54 | 57.78 | - |
| YUV | 81.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 203 | 0.05 | 1.00 | 0 | 0.20 | 296.73 | 0.99 | 0.4 |
| Hex | C0 | 1 | CB | 5 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 300 | 1 | 313 | 5 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000000 | 1 | 11001011 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C001CB
Complementary color
Monochromatic Colors of #C001CB
Black with #C001CB
Text Example
Text Example
White with #C001CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001CB; }
p { color: rgb(192,1,203); }
H1.HeaderClassName
{
color: #C001CB;
}
.AnyTagClassName
{
color: #C001CB;
}
</style>
background-color css
<style>
a { background-color: #C001CB; }
a { background-color: rgb(192,1,203); }
div.DivClassName
{
background-color: #C001CB;
}
.BgClassName
{
background-color: #C001CB;
}
</style>
border-color css
<style>
span { border-color: #C001CB; }
span { border-color: rgb(192,1,203); }
td.TdClassName
{
border-color: #C001CB;
}
.TagClassName
{
border-color: #C001CB;
}
</style>