Shades of Deep Magenta #C303AE
Tints of Deep Magenta #C303AE
RGB
CMYK
RGB Variations
Color information
#C303AE (or 0xC303AE) is known color: Deep Magenta. HEX triplet: C3, 03 and AE. RGB value is (195,3,174). Sum of RGB (Red+Green+Blue) = 195+3+174=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C303AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303AE is #3CFC51. Grayscale: #4F4F4F. Windows color (decimal): -3996754 or 11404227. OLE color: 11404227.
HSL color Cylindrical-coordinate representation of color #C303AE: hue angle of 306.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303AE is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 174 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.24 |
| HSL | 306.56º | 0.97% | 0.39% | - |
| HSV(B) | 306.56º | 0.98% | 0.76% | - |
| XYZ | 30.18 | 14.72 | 41.3 | - |
| YUV | 79.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 174 | 0 | 0.98 | 0.11 | 0.24 | 306.56 | 0.97 | 0.39 |
| Hex | C3 | 3 | AE | 0 | 62 | B | 18 | 133 | 61 | 27 |
| Octal | 303 | 3 | 256 | 0 | 142 | 13 | 30 | 463 | 141 | 47 |
| Binary | 11000011 | 11 | 10101110 | 0 | 1100010 | 1011 | 11000 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C303AE
Complementary color
Monochromatic Colors of #C303AE
Black with #C303AE
Text Example
Text Example
White with #C303AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303AE; }
p { color: rgb(195,3,174); }
H1.HeaderClassName
{
color: #C303AE;
}
.AnyTagClassName
{
color: #C303AE;
}
</style>
background-color css
<style>
a { background-color: #C303AE; }
a { background-color: rgb(195,3,174); }
div.DivClassName
{
background-color: #C303AE;
}
.BgClassName
{
background-color: #C303AE;
}
</style>
border-color css
<style>
span { border-color: #C303AE; }
span { border-color: rgb(195,3,174); }
td.TdClassName
{
border-color: #C303AE;
}
.TagClassName
{
border-color: #C303AE;
}
</style>