Shades of Deep Magenta #C308DC
Tints of Deep Magenta #C308DC
RGB
CMYK
RGB Variations
Color information
#C308DC (or 0xC308DC) is known color: Deep Magenta. HEX triplet: C3, 08 and DC. RGB value is (195,8,220). Sum of RGB (Red+Green+Blue) = 195+8+220=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C308DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308DC is #3CF723. Grayscale: #575757. Windows color (decimal): -3995428 or 14420163. OLE color: 14420163.
HSL color Cylindrical-coordinate representation of color #C308DC: hue angle of 292.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308DC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 8 | 220 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.14 |
| HSL | 292.92º | 0.93% | 0.45% | - |
| HSV(B) | 292.92º | 0.96% | 0.86% | - |
| XYZ | 35.51 | 16.94 | 69.11 | - |
| YUV | 88.08 | 202.45 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 220 | 0.11 | 0.96 | 0 | 0.14 | 292.92 | 0.93 | 0.45 |
| Hex | C3 | 8 | DC | B | 60 | 0 | E | 125 | 5D | 2D |
| Octal | 303 | 10 | 334 | 13 | 140 | 0 | 16 | 445 | 135 | 55 |
| Binary | 11000011 | 1000 | 11011100 | 1011 | 1100000 | 0 | 1110 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C308DC
Complementary color
Monochromatic Colors of #C308DC
Black with #C308DC
Text Example
Text Example
White with #C308DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308DC; }
p { color: rgb(195,8,220); }
H1.HeaderClassName
{
color: #C308DC;
}
.AnyTagClassName
{
color: #C308DC;
}
</style>
background-color css
<style>
a { background-color: #C308DC; }
a { background-color: rgb(195,8,220); }
div.DivClassName
{
background-color: #C308DC;
}
.BgClassName
{
background-color: #C308DC;
}
</style>
border-color css
<style>
span { border-color: #C308DC; }
span { border-color: rgb(195,8,220); }
td.TdClassName
{
border-color: #C308DC;
}
.TagClassName
{
border-color: #C308DC;
}
</style>