Shades of Deep Magenta #C306BC
Tints of Deep Magenta #C306BC
RGB
CMYK
RGB Variations
Color information
#C306BC (or 0xC306BC) is known color: Deep Magenta. HEX triplet: C3, 06 and BC. RGB value is (195,6,188). Sum of RGB (Red+Green+Blue) = 195+6+188=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C306BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306BC is #3CF943. Grayscale: #525252. Windows color (decimal): -3995972 or 12322499. OLE color: 12322499.
HSL color Cylindrical-coordinate representation of color #C306BC: hue angle of 302.22º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306BC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.24 |
| HSL | 302.22º | 0.94% | 0.39% | - |
| HSV(B) | 302.22º | 0.97% | 0.76% | - |
| XYZ | 31.65 | 15.36 | 48.87 | - |
| YUV | 83.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 188 | 0 | 0.97 | 0.04 | 0.24 | 302.22 | 0.94 | 0.39 |
| Hex | C3 | 6 | BC | 0 | 61 | 4 | 18 | 12E | 5E | 27 |
| Octal | 303 | 6 | 274 | 0 | 141 | 4 | 30 | 456 | 136 | 47 |
| Binary | 11000011 | 110 | 10111100 | 0 | 1100001 | 100 | 11000 | 100101110 | 1011110 | 100111 |
Color Harmonies of #C306BC
Complementary color
Monochromatic Colors of #C306BC
Black with #C306BC
Text Example
Text Example
White with #C306BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306BC; }
p { color: rgb(195,6,188); }
H1.HeaderClassName
{
color: #C306BC;
}
.AnyTagClassName
{
color: #C306BC;
}
</style>
background-color css
<style>
a { background-color: #C306BC; }
a { background-color: rgb(195,6,188); }
div.DivClassName
{
background-color: #C306BC;
}
.BgClassName
{
background-color: #C306BC;
}
</style>
border-color css
<style>
span { border-color: #C306BC; }
span { border-color: rgb(195,6,188); }
td.TdClassName
{
border-color: #C306BC;
}
.TagClassName
{
border-color: #C306BC;
}
</style>