Shades of Deep Magenta #C008B2
Tints of Deep Magenta #C008B2
RGB
CMYK
RGB Variations
Color information
#C008B2 (or 0xC008B2) is known color: Deep Magenta. HEX triplet: C0, 08 and B2. RGB value is (192,8,178). Sum of RGB (Red+Green+Blue) = 192+8+178=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C008B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C008B2 is #3FF74D. Grayscale: #515151. Windows color (decimal): -4192078 or 11667648. OLE color: 11667648.
HSL color Cylindrical-coordinate representation of color #C008B2: hue angle of 304.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008B2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.25 |
| HSL | 304.57º | 0.92% | 0.39% | - |
| HSV(B) | 304.57º | 0.96% | 0.75% | - |
| XYZ | 29.86 | 14.59 | 43.36 | - |
| YUV | 82.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 178 | 0 | 0.96 | 0.07 | 0.25 | 304.57 | 0.92 | 0.39 |
| Hex | C0 | 8 | B2 | 0 | 60 | 7 | 19 | 131 | 5C | 27 |
| Octal | 300 | 10 | 262 | 0 | 140 | 7 | 31 | 461 | 134 | 47 |
| Binary | 11000000 | 1000 | 10110010 | 0 | 1100000 | 111 | 11001 | 100110001 | 1011100 | 100111 |
Color Harmonies of #C008B2
Complementary color
Monochromatic Colors of #C008B2
Black with #C008B2
Text Example
Text Example
White with #C008B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008B2; }
p { color: rgb(192,8,178); }
H1.HeaderClassName
{
color: #C008B2;
}
.AnyTagClassName
{
color: #C008B2;
}
</style>
background-color css
<style>
a { background-color: #C008B2; }
a { background-color: rgb(192,8,178); }
div.DivClassName
{
background-color: #C008B2;
}
.BgClassName
{
background-color: #C008B2;
}
</style>
border-color css
<style>
span { border-color: #C008B2; }
span { border-color: rgb(192,8,178); }
td.TdClassName
{
border-color: #C008B2;
}
.TagClassName
{
border-color: #C008B2;
}
</style>