Shades of Deep Magenta #C002B4
Tints of Deep Magenta #C002B4
RGB
CMYK
RGB Variations
Color information
#C002B4 (or 0xC002B4) is known color: Deep Magenta. HEX triplet: C0, 02 and B4. RGB value is (192,2,180). Sum of RGB (Red+Green+Blue) = 192+2+180=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C002B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002B4 is #3FFD4B. Grayscale: #4E4E4E. Windows color (decimal): -4193612 or 11797184. OLE color: 11797184.
HSL color Cylindrical-coordinate representation of color #C002B4: hue angle of 303.79º 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 #C002B4 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 180 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.25 |
| HSL | 303.79º | 0.98% | 0.38% | - |
| HSV(B) | 303.79º | 0.99% | 0.75% | - |
| XYZ | 30 | 14.55 | 44.41 | - |
| YUV | 79.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 180 | 0 | 0.99 | 0.06 | 0.25 | 303.79 | 0.98 | 0.38 |
| Hex | C0 | 2 | B4 | 0 | 63 | 6 | 19 | 130 | 62 | 26 |
| Octal | 300 | 2 | 264 | 0 | 143 | 6 | 31 | 460 | 142 | 46 |
| Binary | 11000000 | 10 | 10110100 | 0 | 1100011 | 110 | 11001 | 100110000 | 1100010 | 100110 |
Color Harmonies of #C002B4
Complementary color
Monochromatic Colors of #C002B4
Black with #C002B4
Text Example
Text Example
White with #C002B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002B4; }
p { color: rgb(192,2,180); }
H1.HeaderClassName
{
color: #C002B4;
}
.AnyTagClassName
{
color: #C002B4;
}
</style>
background-color css
<style>
a { background-color: #C002B4; }
a { background-color: rgb(192,2,180); }
div.DivClassName
{
background-color: #C002B4;
}
.BgClassName
{
background-color: #C002B4;
}
</style>
border-color css
<style>
span { border-color: #C002B4; }
span { border-color: rgb(192,2,180); }
td.TdClassName
{
border-color: #C002B4;
}
.TagClassName
{
border-color: #C002B4;
}
</style>