Shades of Deep Magenta #C200A5
Tints of Deep Magenta #C200A5
RGB
CMYK
RGB Variations
Color information
#C200A5 (or 0xC200A5) is known color: Deep Magenta. HEX triplet: C2, 00 and A5. RGB value is (194,0,165). Sum of RGB (Red+Green+Blue) = 194+0+165=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C200A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200A5 is #3DFF5A. Grayscale: #4C4C4C. Windows color (decimal): -4063067 or 10813634. OLE color: 10813634.
HSL color Cylindrical-coordinate representation of color #C200A5: hue angle of 308.97º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200A5 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.15 | 0.24 |
| HSL | 308.97º | 1% | 0.38% | - |
| HSV(B) | 308.97º | 1% | 0.76% | - |
| XYZ | 29.04 | 14.19 | 36.8 | - |
| YUV | 76.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 165 | 0 | 1 | 0.15 | 0.24 | 308.97 | 1 | 0.38 |
| Hex | C2 | 0 | A5 | 0 | 64 | F | 18 | 135 | 64 | 26 |
| Octal | 302 | 0 | 245 | 0 | 144 | 17 | 30 | 465 | 144 | 46 |
| Binary | 11000010 | 0 | 10100101 | 0 | 1100100 | 1111 | 11000 | 100110101 | 1100100 | 100110 |
Color Harmonies of #C200A5
Complementary color
Monochromatic Colors of #C200A5
Black with #C200A5
Text Example
Text Example
White with #C200A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200A5; }
p { color: rgb(194,0,165); }
H1.HeaderClassName
{
color: #C200A5;
}
.AnyTagClassName
{
color: #C200A5;
}
</style>
background-color css
<style>
a { background-color: #C200A5; }
a { background-color: rgb(194,0,165); }
div.DivClassName
{
background-color: #C200A5;
}
.BgClassName
{
background-color: #C200A5;
}
</style>
border-color css
<style>
span { border-color: #C200A5; }
span { border-color: rgb(194,0,165); }
td.TdClassName
{
border-color: #C200A5;
}
.TagClassName
{
border-color: #C200A5;
}
</style>