Shades of Deep Magenta #C300AA
Tints of Deep Magenta #C300AA
RGB
CMYK
RGB Variations
Color information
#C300AA (or 0xC300AA) is known color: Deep Magenta. HEX triplet: C3, 00 and AA. RGB value is (195,0,170). Sum of RGB (Red+Green+Blue) = 195+0+170=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AA is #3CFF55. Grayscale: #4D4D4D. Windows color (decimal): -3997526 or 11141315. OLE color: 11141315.
HSL color Cylindrical-coordinate representation of color #C300AA: hue angle of 307.69º 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 #C300AA is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.13 | 0.24 |
| HSL | 307.69º | 1% | 0.38% | - |
| HSV(B) | 307.69º | 1% | 0.76% | - |
| XYZ | 29.76 | 14.5 | 39.26 | - |
| YUV | 77.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 170 | 0 | 1 | 0.13 | 0.24 | 307.69 | 1 | 0.38 |
| Hex | C3 | 0 | AA | 0 | 64 | D | 18 | 134 | 64 | 26 |
| Octal | 303 | 0 | 252 | 0 | 144 | 15 | 30 | 464 | 144 | 46 |
| Binary | 11000011 | 0 | 10101010 | 0 | 1100100 | 1101 | 11000 | 100110100 | 1100100 | 100110 |
Color Harmonies of #C300AA
Complementary color
Monochromatic Colors of #C300AA
Black with #C300AA
Text Example
Text Example
White with #C300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300AA; }
p { color: rgb(195,0,170); }
H1.HeaderClassName
{
color: #C300AA;
}
.AnyTagClassName
{
color: #C300AA;
}
</style>
background-color css
<style>
a { background-color: #C300AA; }
a { background-color: rgb(195,0,170); }
div.DivClassName
{
background-color: #C300AA;
}
.BgClassName
{
background-color: #C300AA;
}
</style>
border-color css
<style>
span { border-color: #C300AA; }
span { border-color: rgb(195,0,170); }
td.TdClassName
{
border-color: #C300AA;
}
.TagClassName
{
border-color: #C300AA;
}
</style>