Shades of Deep Magenta #C306D8
Tints of Deep Magenta #C306D8
RGB
CMYK
RGB Variations
Color information
#C306D8 (or 0xC306D8) is known color: Deep Magenta. HEX triplet: C3, 06 and D8. RGB value is (195,6,216). Sum of RGB (Red+Green+Blue) = 195+6+216=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #C306D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306D8 is #3CF927. Grayscale: #555555. Windows color (decimal): -3995944 or 14157507. OLE color: 14157507.
HSL color Cylindrical-coordinate representation of color #C306D8: hue angle of 294º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306D8 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 6 | 216 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.15 |
| HSL | 294º | 0.95% | 0.44% | - |
| HSV(B) | 294º | 0.97% | 0.85% | - |
| XYZ | 34.97 | 16.69 | 66.34 | - |
| YUV | 86.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 216 | 0.10 | 0.97 | 0 | 0.15 | 294 | 0.95 | 0.44 |
| Hex | C3 | 6 | D8 | A | 61 | 0 | F | 126 | 5F | 2C |
| Octal | 303 | 6 | 330 | 12 | 141 | 0 | 17 | 446 | 137 | 54 |
| Binary | 11000011 | 110 | 11011000 | 1010 | 1100001 | 0 | 1111 | 100100110 | 1011111 | 101100 |
Color Harmonies of #C306D8
Complementary color
Monochromatic Colors of #C306D8
Black with #C306D8
Text Example
Text Example
White with #C306D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306D8; }
p { color: rgb(195,6,216); }
H1.HeaderClassName
{
color: #C306D8;
}
.AnyTagClassName
{
color: #C306D8;
}
</style>
background-color css
<style>
a { background-color: #C306D8; }
a { background-color: rgb(195,6,216); }
div.DivClassName
{
background-color: #C306D8;
}
.BgClassName
{
background-color: #C306D8;
}
</style>
border-color css
<style>
span { border-color: #C306D8; }
span { border-color: rgb(195,6,216); }
td.TdClassName
{
border-color: #C306D8;
}
.TagClassName
{
border-color: #C306D8;
}
</style>