Shades of Deep Magenta #C003CB
Tints of Deep Magenta #C003CB
RGB
CMYK
RGB Variations
Color information
#C003CB (or 0xC003CB) is known color: Deep Magenta. HEX triplet: C0, 03 and CB. RGB value is (192,3,203). Sum of RGB (Red+Green+Blue) = 192+3+203=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #C003CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CB is #3FFC34. Grayscale: #515151. Windows color (decimal): -4193333 or 13304768. OLE color: 13304768.
HSL color Cylindrical-coordinate representation of color #C003CB: hue angle of 296.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003CB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 3 | 203 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.20 |
| HSL | 296.7º | 0.97% | 0.4% | - |
| HSV(B) | 296.7º | 0.99% | 0.8% | - |
| XYZ | 32.55 | 15.58 | 57.79 | - |
| YUV | 82.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 203 | 0.05 | 0.99 | 0 | 0.20 | 296.7 | 0.97 | 0.4 |
| Hex | C0 | 3 | CB | 5 | 63 | 0 | 14 | 129 | 61 | 28 |
| Octal | 300 | 3 | 313 | 5 | 143 | 0 | 24 | 451 | 141 | 50 |
| Binary | 11000000 | 11 | 11001011 | 101 | 1100011 | 0 | 10100 | 100101001 | 1100001 | 101000 |
Color Harmonies of #C003CB
Complementary color
Monochromatic Colors of #C003CB
Black with #C003CB
Text Example
Text Example
White with #C003CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003CB; }
p { color: rgb(192,3,203); }
H1.HeaderClassName
{
color: #C003CB;
}
.AnyTagClassName
{
color: #C003CB;
}
</style>
background-color css
<style>
a { background-color: #C003CB; }
a { background-color: rgb(192,3,203); }
div.DivClassName
{
background-color: #C003CB;
}
.BgClassName
{
background-color: #C003CB;
}
</style>
border-color css
<style>
span { border-color: #C003CB; }
span { border-color: rgb(192,3,203); }
td.TdClassName
{
border-color: #C003CB;
}
.TagClassName
{
border-color: #C003CB;
}
</style>