Shades of Deep Magenta #C305C0
Tints of Deep Magenta #C305C0
RGB
CMYK
RGB Variations
Color information
#C305C0 (or 0xC305C0) is known color: Deep Magenta. HEX triplet: C3, 05 and C0. RGB value is (195,5,192). Sum of RGB (Red+Green+Blue) = 195+5+192=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C305C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305C0 is #3CFA3F. Grayscale: #525252. Windows color (decimal): -3996224 or 12584387. OLE color: 12584387.
HSL color Cylindrical-coordinate representation of color #C305C0: hue angle of 300.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C305C0 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 192 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.24 |
| HSL | 300.95º | 0.95% | 0.39% | - |
| HSV(B) | 300.95º | 0.97% | 0.76% | - |
| XYZ | 32.07 | 15.52 | 51.17 | - |
| YUV | 83.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 192 | 0 | 0.97 | 0.02 | 0.24 | 300.95 | 0.95 | 0.39 |
| Hex | C3 | 5 | C0 | 0 | 61 | 2 | 18 | 12D | 5F | 27 |
| Octal | 303 | 5 | 300 | 0 | 141 | 2 | 30 | 455 | 137 | 47 |
| Binary | 11000011 | 101 | 11000000 | 0 | 1100001 | 10 | 11000 | 100101101 | 1011111 | 100111 |
Color Harmonies of #C305C0
Complementary color
Monochromatic Colors of #C305C0
Black with #C305C0
Text Example
Text Example
White with #C305C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305C0; }
p { color: rgb(195,5,192); }
H1.HeaderClassName
{
color: #C305C0;
}
.AnyTagClassName
{
color: #C305C0;
}
</style>
background-color css
<style>
a { background-color: #C305C0; }
a { background-color: rgb(195,5,192); }
div.DivClassName
{
background-color: #C305C0;
}
.BgClassName
{
background-color: #C305C0;
}
</style>
border-color css
<style>
span { border-color: #C305C0; }
span { border-color: rgb(195,5,192); }
td.TdClassName
{
border-color: #C305C0;
}
.TagClassName
{
border-color: #C305C0;
}
</style>