Shades of Deep Magenta #C007B4
Tints of Deep Magenta #C007B4
RGB
CMYK
RGB Variations
Color information
#C007B4 (or 0xC007B4) is known color: Deep Magenta. HEX triplet: C0, 07 and B4. RGB value is (192,7,180). Sum of RGB (Red+Green+Blue) = 192+7+180=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C007B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007B4 is #3FF84B. Grayscale: #515151. Windows color (decimal): -4192332 or 11798464. OLE color: 11798464.
HSL color Cylindrical-coordinate representation of color #C007B4: hue angle of 303.89º 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 #C007B4 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 180 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.25 |
| HSL | 303.89º | 0.93% | 0.39% | - |
| HSV(B) | 303.89º | 0.96% | 0.75% | - |
| XYZ | 30.05 | 14.65 | 44.42 | - |
| YUV | 82.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 180 | 0 | 0.96 | 0.06 | 0.25 | 303.89 | 0.93 | 0.39 |
| Hex | C0 | 7 | B4 | 0 | 60 | 6 | 19 | 130 | 5D | 27 |
| Octal | 300 | 7 | 264 | 0 | 140 | 6 | 31 | 460 | 135 | 47 |
| Binary | 11000000 | 111 | 10110100 | 0 | 1100000 | 110 | 11001 | 100110000 | 1011101 | 100111 |
Color Harmonies of #C007B4
Complementary color
Monochromatic Colors of #C007B4
Black with #C007B4
Text Example
Text Example
White with #C007B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007B4; }
p { color: rgb(192,7,180); }
H1.HeaderClassName
{
color: #C007B4;
}
.AnyTagClassName
{
color: #C007B4;
}
</style>
background-color css
<style>
a { background-color: #C007B4; }
a { background-color: rgb(192,7,180); }
div.DivClassName
{
background-color: #C007B4;
}
.BgClassName
{
background-color: #C007B4;
}
</style>
border-color css
<style>
span { border-color: #C007B4; }
span { border-color: rgb(192,7,180); }
td.TdClassName
{
border-color: #C007B4;
}
.TagClassName
{
border-color: #C007B4;
}
</style>