Shades of Deep Magenta #C82ACB
Tints of Deep Magenta #C82ACB
RGB
CMYK
RGB Variations
Color information
#C82ACB (or 0xC82ACB) is known color: Deep Magenta. HEX triplet: C8, 2A and CB. RGB value is (200,42,203). Sum of RGB (Red+Green+Blue) = 200+42+203=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C82ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ACB is #37D534. Grayscale: #6B6B6B. Windows color (decimal): -3659061 or 13314760. OLE color: 13314760.
HSL color Cylindrical-coordinate representation of color #C82ACB: hue angle of 298.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82ACB is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 42 | 203 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.20 |
| HSL | 298.88º | 0.66% | 0.48% | - |
| HSV(B) | 298.88º | 0.79% | 0.8% | - |
| XYZ | 35.43 | 18.25 | 58.15 | - |
| YUV | 107.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 203 | 0.01 | 0.79 | 0 | 0.20 | 298.88 | 0.66 | 0.48 |
| Hex | C8 | 2A | CB | 1 | 4F | 0 | 14 | 12B | 42 | 30 |
| Octal | 310 | 52 | 313 | 1 | 117 | 0 | 24 | 453 | 102 | 60 |
| Binary | 11001000 | 101010 | 11001011 | 1 | 1001111 | 0 | 10100 | 100101011 | 1000010 | 110000 |
Color Harmonies of #C82ACB
Complementary color
Monochromatic Colors of #C82ACB
Black with #C82ACB
Text Example
Text Example
White with #C82ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ACB; }
p { color: rgb(200,42,203); }
H1.HeaderClassName
{
color: #C82ACB;
}
.AnyTagClassName
{
color: #C82ACB;
}
</style>
background-color css
<style>
a { background-color: #C82ACB; }
a { background-color: rgb(200,42,203); }
div.DivClassName
{
background-color: #C82ACB;
}
.BgClassName
{
background-color: #C82ACB;
}
</style>
border-color css
<style>
span { border-color: #C82ACB; }
span { border-color: rgb(200,42,203); }
td.TdClassName
{
border-color: #C82ACB;
}
.TagClassName
{
border-color: #C82ACB;
}
</style>