Shades of Deep Magenta #C305DC
Tints of Deep Magenta #C305DC
RGB
CMYK
RGB Variations
Color information
#C305DC (or 0xC305DC) is known color: Deep Magenta. HEX triplet: C3, 05 and DC. RGB value is (195,5,220). Sum of RGB (Red+Green+Blue) = 195+5+220=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C305DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305DC is #3CFA23. Grayscale: #555555. Windows color (decimal): -3996196 or 14419395. OLE color: 14419395.
HSL color Cylindrical-coordinate representation of color #C305DC: hue angle of 293.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305DC is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 5 | 220 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.02º | 0.96% | 0.44% | - |
| HSV(B) | 293.02º | 0.98% | 0.86% | - |
| XYZ | 35.48 | 16.88 | 69.1 | - |
| YUV | 86.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 220 | 0.11 | 0.98 | 0 | 0.14 | 293.02 | 0.96 | 0.44 |
| Hex | C3 | 5 | DC | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 303 | 5 | 334 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000011 | 101 | 11011100 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C305DC
Complementary color
Monochromatic Colors of #C305DC
Black with #C305DC
Text Example
Text Example
White with #C305DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305DC; }
p { color: rgb(195,5,220); }
H1.HeaderClassName
{
color: #C305DC;
}
.AnyTagClassName
{
color: #C305DC;
}
</style>
background-color css
<style>
a { background-color: #C305DC; }
a { background-color: rgb(195,5,220); }
div.DivClassName
{
background-color: #C305DC;
}
.BgClassName
{
background-color: #C305DC;
}
</style>
border-color css
<style>
span { border-color: #C305DC; }
span { border-color: rgb(195,5,220); }
td.TdClassName
{
border-color: #C305DC;
}
.TagClassName
{
border-color: #C305DC;
}
</style>