Shades of Deep Magenta #C007B5
Tints of Deep Magenta #C007B5
RGB
CMYK
RGB Variations
Color information
#C007B5 (or 0xC007B5) is known color: Deep Magenta. HEX triplet: C0, 07 and B5. RGB value is (192,7,181). Sum of RGB (Red+Green+Blue) = 192+7+181=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C007B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007B5 is #3FF84A. Grayscale: #515151. Windows color (decimal): -4192331 or 11864000. OLE color: 11864000.
HSL color Cylindrical-coordinate representation of color #C007B5: hue angle of 303.57º degrees, saturation: 0.93, 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 #C007B5 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 181 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.25 |
| HSL | 303.57º | 0.93% | 0.39% | - |
| HSV(B) | 303.57º | 0.96% | 0.75% | - |
| XYZ | 30.15 | 14.69 | 44.96 | - |
| YUV | 82.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 181 | 0 | 0.96 | 0.06 | 0.25 | 303.57 | 0.93 | 0.39 |
| Hex | C0 | 7 | B5 | 0 | 60 | 6 | 19 | 130 | 5D | 27 |
| Octal | 300 | 7 | 265 | 0 | 140 | 6 | 31 | 460 | 135 | 47 |
| Binary | 11000000 | 111 | 10110101 | 0 | 1100000 | 110 | 11001 | 100110000 | 1011101 | 100111 |
Color Harmonies of #C007B5
Complementary color
Monochromatic Colors of #C007B5
Black with #C007B5
Text Example
Text Example
White with #C007B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007B5; }
p { color: rgb(192,7,181); }
H1.HeaderClassName
{
color: #C007B5;
}
.AnyTagClassName
{
color: #C007B5;
}
</style>
background-color css
<style>
a { background-color: #C007B5; }
a { background-color: rgb(192,7,181); }
div.DivClassName
{
background-color: #C007B5;
}
.BgClassName
{
background-color: #C007B5;
}
</style>
border-color css
<style>
span { border-color: #C007B5; }
span { border-color: rgb(192,7,181); }
td.TdClassName
{
border-color: #C007B5;
}
.TagClassName
{
border-color: #C007B5;
}
</style>