Shades of Deep Magenta #C303E0
Tints of Deep Magenta #C303E0
RGB
CMYK
RGB Variations
Color information
#C303E0 (or 0xC303E0) is known color: Deep Magenta. HEX triplet: C3, 03 and E0. RGB value is (195,3,224). Sum of RGB (Red+Green+Blue) = 195+3+224=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #C303E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303E0 is #3CFC1F. Grayscale: #545454. Windows color (decimal): -3996704 or 14681027. OLE color: 14681027.
HSL color Cylindrical-coordinate representation of color #C303E0: hue angle of 292.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303E0 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 3 | 224 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.12 |
| HSL | 292.13º | 0.97% | 0.45% | - |
| HSV(B) | 292.13º | 0.99% | 0.88% | - |
| XYZ | 35.99 | 17.05 | 71.91 | - |
| YUV | 85.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 224 | 0.13 | 0.99 | 0 | 0.12 | 292.13 | 0.97 | 0.45 |
| Hex | C3 | 3 | E0 | D | 63 | 0 | C | 124 | 61 | 2D |
| Octal | 303 | 3 | 340 | 15 | 143 | 0 | 14 | 444 | 141 | 55 |
| Binary | 11000011 | 11 | 11100000 | 1101 | 1100011 | 0 | 1100 | 100100100 | 1100001 | 101101 |
Color Harmonies of #C303E0
Complementary color
Monochromatic Colors of #C303E0
Black with #C303E0
Text Example
Text Example
White with #C303E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303E0; }
p { color: rgb(195,3,224); }
H1.HeaderClassName
{
color: #C303E0;
}
.AnyTagClassName
{
color: #C303E0;
}
</style>
background-color css
<style>
a { background-color: #C303E0; }
a { background-color: rgb(195,3,224); }
div.DivClassName
{
background-color: #C303E0;
}
.BgClassName
{
background-color: #C303E0;
}
</style>
border-color css
<style>
span { border-color: #C303E0; }
span { border-color: rgb(195,3,224); }
td.TdClassName
{
border-color: #C303E0;
}
.TagClassName
{
border-color: #C303E0;
}
</style>