Shades of Deep Magenta #C300AD
Tints of Deep Magenta #C300AD
RGB
CMYK
RGB Variations
Color information
#C300AD (or 0xC300AD) is known color: Deep Magenta. HEX triplet: C3, 00 and AD. RGB value is (195,0,173). Sum of RGB (Red+Green+Blue) = 195+0+173=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AD is #3CFF52. Grayscale: #4D4D4D. Windows color (decimal): -3997523 or 11337923. OLE color: 11337923.
HSL color Cylindrical-coordinate representation of color #C300AD: hue angle of 306.77º 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 #C300AD is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.11 | 0.24 |
| HSL | 306.77º | 1% | 0.38% | - |
| HSV(B) | 306.77º | 1% | 0.76% | - |
| XYZ | 30.05 | 14.62 | 40.77 | - |
| YUV | 78.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 173 | 0 | 1 | 0.11 | 0.24 | 306.77 | 1 | 0.38 |
| Hex | C3 | 0 | AD | 0 | 64 | B | 18 | 133 | 64 | 26 |
| Octal | 303 | 0 | 255 | 0 | 144 | 13 | 30 | 463 | 144 | 46 |
| Binary | 11000011 | 0 | 10101101 | 0 | 1100100 | 1011 | 11000 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C300AD
Complementary color
Monochromatic Colors of #C300AD
Black with #C300AD
Text Example
Text Example
White with #C300AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300AD; }
p { color: rgb(195,0,173); }
H1.HeaderClassName
{
color: #C300AD;
}
.AnyTagClassName
{
color: #C300AD;
}
</style>
background-color css
<style>
a { background-color: #C300AD; }
a { background-color: rgb(195,0,173); }
div.DivClassName
{
background-color: #C300AD;
}
.BgClassName
{
background-color: #C300AD;
}
</style>
border-color css
<style>
span { border-color: #C300AD; }
span { border-color: rgb(195,0,173); }
td.TdClassName
{
border-color: #C300AD;
}
.TagClassName
{
border-color: #C300AD;
}
</style>