Shades of Deep Magenta #C013CB
Tints of Deep Magenta #C013CB
RGB
CMYK
RGB Variations
Color information
#C013CB (or 0xC013CB) is known color: Deep Magenta. HEX triplet: C0, 13 and CB. RGB value is (192,19,203). Sum of RGB (Red+Green+Blue) = 192+19+203=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C013CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013CB is #3FEC34. Grayscale: #5B5B5B. Windows color (decimal): -4189237 or 13308864. OLE color: 13308864.
HSL color Cylindrical-coordinate representation of color #C013CB: hue angle of 296.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013CB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 19 | 203 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.20 |
| HSL | 296.41º | 0.83% | 0.44% | - |
| HSV(B) | 296.41º | 0.91% | 0.8% | - |
| XYZ | 32.75 | 15.98 | 57.86 | - |
| YUV | 91.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 203 | 0.05 | 0.91 | 0 | 0.20 | 296.41 | 0.83 | 0.44 |
| Hex | C0 | 13 | CB | 5 | 5B | 0 | 14 | 128 | 53 | 2C |
| Octal | 300 | 23 | 313 | 5 | 133 | 0 | 24 | 450 | 123 | 54 |
| Binary | 11000000 | 10011 | 11001011 | 101 | 1011011 | 0 | 10100 | 100101000 | 1010011 | 101100 |
Color Harmonies of #C013CB
Complementary color
Monochromatic Colors of #C013CB
Black with #C013CB
Text Example
Text Example
White with #C013CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013CB; }
p { color: rgb(192,19,203); }
H1.HeaderClassName
{
color: #C013CB;
}
.AnyTagClassName
{
color: #C013CB;
}
</style>
background-color css
<style>
a { background-color: #C013CB; }
a { background-color: rgb(192,19,203); }
div.DivClassName
{
background-color: #C013CB;
}
.BgClassName
{
background-color: #C013CB;
}
</style>
border-color css
<style>
span { border-color: #C013CB; }
span { border-color: rgb(192,19,203); }
td.TdClassName
{
border-color: #C013CB;
}
.TagClassName
{
border-color: #C013CB;
}
</style>