Shades of Deep Magenta #C70ACB
Tints of Deep Magenta #C70ACB
RGB
CMYK
RGB Variations
Color information
#C70ACB (or 0xC70ACB) is known color: Deep Magenta. HEX triplet: C7, 0A and CB. RGB value is (199,10,203). Sum of RGB (Red+Green+Blue) = 199+10+203=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C70ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ACB is #38F534. Grayscale: #575757. Windows color (decimal): -3732789 or 13306567. OLE color: 13306567.
HSL color Cylindrical-coordinate representation of color #C70ACB: hue angle of 298.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ACB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 10 | 203 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.20 |
| HSL | 298.76º | 0.91% | 0.42% | - |
| HSV(B) | 298.76º | 0.95% | 0.8% | - |
| XYZ | 34.44 | 16.67 | 57.9 | - |
| YUV | 88.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 203 | 0.02 | 0.95 | 0 | 0.20 | 298.76 | 0.91 | 0.42 |
| Hex | C7 | A | CB | 2 | 5F | 0 | 14 | 12B | 5B | 2A |
| Octal | 307 | 12 | 313 | 2 | 137 | 0 | 24 | 453 | 133 | 52 |
| Binary | 11000111 | 1010 | 11001011 | 10 | 1011111 | 0 | 10100 | 100101011 | 1011011 | 101010 |
Color Harmonies of #C70ACB
Complementary color
Monochromatic Colors of #C70ACB
Black with #C70ACB
Text Example
Text Example
White with #C70ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ACB; }
p { color: rgb(199,10,203); }
H1.HeaderClassName
{
color: #C70ACB;
}
.AnyTagClassName
{
color: #C70ACB;
}
</style>
background-color css
<style>
a { background-color: #C70ACB; }
a { background-color: rgb(199,10,203); }
div.DivClassName
{
background-color: #C70ACB;
}
.BgClassName
{
background-color: #C70ACB;
}
</style>
border-color css
<style>
span { border-color: #C70ACB; }
span { border-color: rgb(199,10,203); }
td.TdClassName
{
border-color: #C70ACB;
}
.TagClassName
{
border-color: #C70ACB;
}
</style>