Shades of Deep Magenta #C70BCA
Tints of Deep Magenta #C70BCA
RGB
CMYK
RGB Variations
Color information
#C70BCA (or 0xC70BCA) is known color: Deep Magenta. HEX triplet: C7, 0B and CA. RGB value is (199,11,202). Sum of RGB (Red+Green+Blue) = 199+11+202=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C70BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BCA is #38F435. Grayscale: #585858. Windows color (decimal): -3732534 or 13241287. OLE color: 13241287.
HSL color Cylindrical-coordinate representation of color #C70BCA: hue angle of 299.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BCA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 11 | 202 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.21 |
| HSL | 299.06º | 0.9% | 0.42% | - |
| HSV(B) | 299.06º | 0.95% | 0.79% | - |
| XYZ | 34.33 | 16.65 | 57.28 | - |
| YUV | 88.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 202 | 0.01 | 0.95 | 0 | 0.21 | 299.06 | 0.9 | 0.42 |
| Hex | C7 | B | CA | 1 | 5F | 0 | 15 | 12B | 5A | 2A |
| Octal | 307 | 13 | 312 | 1 | 137 | 0 | 25 | 453 | 132 | 52 |
| Binary | 11000111 | 1011 | 11001010 | 1 | 1011111 | 0 | 10101 | 100101011 | 1011010 | 101010 |
Color Harmonies of #C70BCA
Complementary color
Monochromatic Colors of #C70BCA
Black with #C70BCA
Text Example
Text Example
White with #C70BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BCA; }
p { color: rgb(199,11,202); }
H1.HeaderClassName
{
color: #C70BCA;
}
.AnyTagClassName
{
color: #C70BCA;
}
</style>
background-color css
<style>
a { background-color: #C70BCA; }
a { background-color: rgb(199,11,202); }
div.DivClassName
{
background-color: #C70BCA;
}
.BgClassName
{
background-color: #C70BCA;
}
</style>
border-color css
<style>
span { border-color: #C70BCA; }
span { border-color: rgb(199,11,202); }
td.TdClassName
{
border-color: #C70BCA;
}
.TagClassName
{
border-color: #C70BCA;
}
</style>