Shades of Deep Magenta #C306E4
Tints of Deep Magenta #C306E4
RGB
CMYK
RGB Variations
Color information
#C306E4 (or 0xC306E4) is known color: Deep Magenta. HEX triplet: C3, 06 and E4. RGB value is (195,6,228). Sum of RGB (Red+Green+Blue) = 195+6+228=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #C306E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306E4 is #3CF91B. Grayscale: #575757. Windows color (decimal): -3995932 or 14943939. OLE color: 14943939.
HSL color Cylindrical-coordinate representation of color #C306E4: hue angle of 291.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306E4 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 6 | 228 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.11 |
| HSL | 291.08º | 0.95% | 0.46% | - |
| HSV(B) | 291.08º | 0.97% | 0.89% | - |
| XYZ | 36.57 | 17.33 | 74.82 | - |
| YUV | 87.82 | 207.12 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 228 | 0.14 | 0.97 | 0 | 0.11 | 291.08 | 0.95 | 0.46 |
| Hex | C3 | 6 | E4 | E | 61 | 0 | B | 123 | 5F | 2E |
| Octal | 303 | 6 | 344 | 16 | 141 | 0 | 13 | 443 | 137 | 56 |
| Binary | 11000011 | 110 | 11100100 | 1110 | 1100001 | 0 | 1011 | 100100011 | 1011111 | 101110 |
Color Harmonies of #C306E4
Complementary color
Monochromatic Colors of #C306E4
Black with #C306E4
Text Example
Text Example
White with #C306E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306E4; }
p { color: rgb(195,6,228); }
H1.HeaderClassName
{
color: #C306E4;
}
.AnyTagClassName
{
color: #C306E4;
}
</style>
background-color css
<style>
a { background-color: #C306E4; }
a { background-color: rgb(195,6,228); }
div.DivClassName
{
background-color: #C306E4;
}
.BgClassName
{
background-color: #C306E4;
}
</style>
border-color css
<style>
span { border-color: #C306E4; }
span { border-color: rgb(195,6,228); }
td.TdClassName
{
border-color: #C306E4;
}
.TagClassName
{
border-color: #C306E4;
}
</style>