Shades of Deep Magenta #C305E0
Tints of Deep Magenta #C305E0
RGB
CMYK
RGB Variations
Color information
#C305E0 (or 0xC305E0) is known color: Deep Magenta. HEX triplet: C3, 05 and E0. RGB value is (195,5,224). Sum of RGB (Red+Green+Blue) = 195+5+224=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #C305E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305E0 is #3CFA1F. Grayscale: #565656. Windows color (decimal): -3996192 or 14681539. OLE color: 14681539.
HSL color Cylindrical-coordinate representation of color #C305E0: hue angle of 292.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305E0 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 5 | 224 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.12 |
| HSL | 292.05º | 0.96% | 0.45% | - |
| HSV(B) | 292.05º | 0.98% | 0.88% | - |
| XYZ | 36.01 | 17.09 | 71.92 | - |
| YUV | 86.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 224 | 0.13 | 0.98 | 0 | 0.12 | 292.05 | 0.96 | 0.45 |
| Hex | C3 | 5 | E0 | D | 62 | 0 | C | 124 | 60 | 2D |
| Octal | 303 | 5 | 340 | 15 | 142 | 0 | 14 | 444 | 140 | 55 |
| Binary | 11000011 | 101 | 11100000 | 1101 | 1100010 | 0 | 1100 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C305E0
Complementary color
Monochromatic Colors of #C305E0
Black with #C305E0
Text Example
Text Example
White with #C305E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305E0; }
p { color: rgb(195,5,224); }
H1.HeaderClassName
{
color: #C305E0;
}
.AnyTagClassName
{
color: #C305E0;
}
</style>
background-color css
<style>
a { background-color: #C305E0; }
a { background-color: rgb(195,5,224); }
div.DivClassName
{
background-color: #C305E0;
}
.BgClassName
{
background-color: #C305E0;
}
</style>
border-color css
<style>
span { border-color: #C305E0; }
span { border-color: rgb(195,5,224); }
td.TdClassName
{
border-color: #C305E0;
}
.TagClassName
{
border-color: #C305E0;
}
</style>