Shades of Deep Magenta #C306E1
Tints of Deep Magenta #C306E1
RGB
CMYK
RGB Variations
Color information
#C306E1 (or 0xC306E1) is known color: Deep Magenta. HEX triplet: C3, 06 and E1. RGB value is (195,6,225). Sum of RGB (Red+Green+Blue) = 195+6+225=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #C306E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306E1 is #3CF91E. Grayscale: #565656. Windows color (decimal): -3995935 or 14747331. OLE color: 14747331.
HSL color Cylindrical-coordinate representation of color #C306E1: hue angle of 291.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306E1 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 6 | 225 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.12 |
| HSL | 291.78º | 0.95% | 0.45% | - |
| HSV(B) | 291.78º | 0.97% | 0.88% | - |
| XYZ | 36.16 | 17.17 | 72.64 | - |
| YUV | 87.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 225 | 0.13 | 0.97 | 0 | 0.12 | 291.78 | 0.95 | 0.45 |
| Hex | C3 | 6 | E1 | D | 61 | 0 | C | 124 | 5F | 2D |
| Octal | 303 | 6 | 341 | 15 | 141 | 0 | 14 | 444 | 137 | 55 |
| Binary | 11000011 | 110 | 11100001 | 1101 | 1100001 | 0 | 1100 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C306E1
Complementary color
Monochromatic Colors of #C306E1
Black with #C306E1
Text Example
Text Example
White with #C306E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306E1; }
p { color: rgb(195,6,225); }
H1.HeaderClassName
{
color: #C306E1;
}
.AnyTagClassName
{
color: #C306E1;
}
</style>
background-color css
<style>
a { background-color: #C306E1; }
a { background-color: rgb(195,6,225); }
div.DivClassName
{
background-color: #C306E1;
}
.BgClassName
{
background-color: #C306E1;
}
</style>
border-color css
<style>
span { border-color: #C306E1; }
span { border-color: rgb(195,6,225); }
td.TdClassName
{
border-color: #C306E1;
}
.TagClassName
{
border-color: #C306E1;
}
</style>