Shades of Deep Magenta #C20ACB
Tints of Deep Magenta #C20ACB
RGB
CMYK
RGB Variations
Color information
#C20ACB (or 0xC20ACB) is known color: Deep Magenta. HEX triplet: C2, 0A and CB. RGB value is (194,10,203). Sum of RGB (Red+Green+Blue) = 194+10+203=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #C20ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ACB is #3DF534. Grayscale: #565656. Windows color (decimal): -4060469 or 13306562. OLE color: 13306562.
HSL color Cylindrical-coordinate representation of color #C20ACB: hue angle of 297.2º 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 #C20ACB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 10 | 203 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.20 |
| HSL | 297.2º | 0.91% | 0.42% | - |
| HSV(B) | 297.2º | 0.95% | 0.8% | - |
| XYZ | 33.14 | 16 | 57.84 | - |
| YUV | 87.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 203 | 0.04 | 0.95 | 0 | 0.20 | 297.2 | 0.91 | 0.42 |
| Hex | C2 | A | CB | 4 | 5F | 0 | 14 | 129 | 5B | 2A |
| Octal | 302 | 12 | 313 | 4 | 137 | 0 | 24 | 451 | 133 | 52 |
| Binary | 11000010 | 1010 | 11001011 | 100 | 1011111 | 0 | 10100 | 100101001 | 1011011 | 101010 |
Color Harmonies of #C20ACB
Complementary color
Monochromatic Colors of #C20ACB
Black with #C20ACB
Text Example
Text Example
White with #C20ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ACB; }
p { color: rgb(194,10,203); }
H1.HeaderClassName
{
color: #C20ACB;
}
.AnyTagClassName
{
color: #C20ACB;
}
</style>
background-color css
<style>
a { background-color: #C20ACB; }
a { background-color: rgb(194,10,203); }
div.DivClassName
{
background-color: #C20ACB;
}
.BgClassName
{
background-color: #C20ACB;
}
</style>
border-color css
<style>
span { border-color: #C20ACB; }
span { border-color: rgb(194,10,203); }
td.TdClassName
{
border-color: #C20ACB;
}
.TagClassName
{
border-color: #C20ACB;
}
</style>