Shades of Deep Magenta #C002B5
Tints of Deep Magenta #C002B5
RGB
CMYK
RGB Variations
Color information
#C002B5 (or 0xC002B5) is known color: Deep Magenta. HEX triplet: C0, 02 and B5. RGB value is (192,2,181). Sum of RGB (Red+Green+Blue) = 192+2+181=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C002B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002B5 is #3FFD4A. Grayscale: #4E4E4E. Windows color (decimal): -4193611 or 11862720. OLE color: 11862720.
HSL color Cylindrical-coordinate representation of color #C002B5: hue angle of 303.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002B5 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.25 |
| HSL | 303.47º | 0.98% | 0.38% | - |
| HSV(B) | 303.47º | 0.99% | 0.75% | - |
| XYZ | 30.1 | 14.59 | 44.94 | - |
| YUV | 79.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 181 | 0 | 0.99 | 0.06 | 0.25 | 303.47 | 0.98 | 0.38 |
| Hex | C0 | 2 | B5 | 0 | 63 | 6 | 19 | 12F | 62 | 26 |
| Octal | 300 | 2 | 265 | 0 | 143 | 6 | 31 | 457 | 142 | 46 |
| Binary | 11000000 | 10 | 10110101 | 0 | 1100011 | 110 | 11001 | 100101111 | 1100010 | 100110 |
Color Harmonies of #C002B5
Complementary color
Monochromatic Colors of #C002B5
Black with #C002B5
Text Example
Text Example
White with #C002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002B5; }
p { color: rgb(192,2,181); }
H1.HeaderClassName
{
color: #C002B5;
}
.AnyTagClassName
{
color: #C002B5;
}
</style>
background-color css
<style>
a { background-color: #C002B5; }
a { background-color: rgb(192,2,181); }
div.DivClassName
{
background-color: #C002B5;
}
.BgClassName
{
background-color: #C002B5;
}
</style>
border-color css
<style>
span { border-color: #C002B5; }
span { border-color: rgb(192,2,181); }
td.TdClassName
{
border-color: #C002B5;
}
.TagClassName
{
border-color: #C002B5;
}
</style>