Shades of Deep Magenta #C003B0
Tints of Deep Magenta #C003B0
RGB
CMYK
RGB Variations
Color information
#C003B0 (or 0xC003B0) is known color: Deep Magenta. HEX triplet: C0, 03 and B0. RGB value is (192,3,176). Sum of RGB (Red+Green+Blue) = 192+3+176=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C003B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003B0 is #3FFC4F. Grayscale: #4E4E4E. Windows color (decimal): -4193360 or 11535296. OLE color: 11535296.
HSL color Cylindrical-coordinate representation of color #C003B0: hue angle of 305.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C003B0 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 176 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.25 |
| HSL | 305.08º | 0.97% | 0.38% | - |
| HSV(B) | 305.08º | 0.98% | 0.75% | - |
| XYZ | 29.61 | 14.41 | 42.29 | - |
| YUV | 79.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 176 | 0 | 0.98 | 0.08 | 0.25 | 305.08 | 0.97 | 0.38 |
| Hex | C0 | 3 | B0 | 0 | 62 | 8 | 19 | 131 | 61 | 26 |
| Octal | 300 | 3 | 260 | 0 | 142 | 10 | 31 | 461 | 141 | 46 |
| Binary | 11000000 | 11 | 10110000 | 0 | 1100010 | 1000 | 11001 | 100110001 | 1100001 | 100110 |
Color Harmonies of #C003B0
Complementary color
Monochromatic Colors of #C003B0
Black with #C003B0
Text Example
Text Example
White with #C003B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003B0; }
p { color: rgb(192,3,176); }
H1.HeaderClassName
{
color: #C003B0;
}
.AnyTagClassName
{
color: #C003B0;
}
</style>
background-color css
<style>
a { background-color: #C003B0; }
a { background-color: rgb(192,3,176); }
div.DivClassName
{
background-color: #C003B0;
}
.BgClassName
{
background-color: #C003B0;
}
</style>
border-color css
<style>
span { border-color: #C003B0; }
span { border-color: rgb(192,3,176); }
td.TdClassName
{
border-color: #C003B0;
}
.TagClassName
{
border-color: #C003B0;
}
</style>