Shades of Deep Magenta #C002B2
Tints of Deep Magenta #C002B2
RGB
CMYK
RGB Variations
Color information
#C002B2 (or 0xC002B2) is known color: Deep Magenta. HEX triplet: C0, 02 and B2. RGB value is (192,2,178). Sum of RGB (Red+Green+Blue) = 192+2+178=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C002B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C002B2 is #3FFD4D. Grayscale: #4E4E4E. Windows color (decimal): -4193614 or 11666112. OLE color: 11666112.
HSL color Cylindrical-coordinate representation of color #C002B2: hue angle of 304.42º 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 #C002B2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.25 |
| HSL | 304.42º | 0.98% | 0.38% | - |
| HSV(B) | 304.42º | 0.99% | 0.75% | - |
| XYZ | 29.8 | 14.46 | 43.34 | - |
| YUV | 78.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 178 | 0 | 0.99 | 0.07 | 0.25 | 304.42 | 0.98 | 0.38 |
| Hex | C0 | 2 | B2 | 0 | 63 | 7 | 19 | 130 | 62 | 26 |
| Octal | 300 | 2 | 262 | 0 | 143 | 7 | 31 | 460 | 142 | 46 |
| Binary | 11000000 | 10 | 10110010 | 0 | 1100011 | 111 | 11001 | 100110000 | 1100010 | 100110 |
Color Harmonies of #C002B2
Complementary color
Monochromatic Colors of #C002B2
Black with #C002B2
Text Example
Text Example
White with #C002B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002B2; }
p { color: rgb(192,2,178); }
H1.HeaderClassName
{
color: #C002B2;
}
.AnyTagClassName
{
color: #C002B2;
}
</style>
background-color css
<style>
a { background-color: #C002B2; }
a { background-color: rgb(192,2,178); }
div.DivClassName
{
background-color: #C002B2;
}
.BgClassName
{
background-color: #C002B2;
}
</style>
border-color css
<style>
span { border-color: #C002B2; }
span { border-color: rgb(192,2,178); }
td.TdClassName
{
border-color: #C002B2;
}
.TagClassName
{
border-color: #C002B2;
}
</style>