Shades of Deep Magenta #C306BB
Tints of Deep Magenta #C306BB
RGB
CMYK
RGB Variations
Color information
#C306BB (or 0xC306BB) is known color: Deep Magenta. HEX triplet: C3, 06 and BB. RGB value is (195,6,187). Sum of RGB (Red+Green+Blue) = 195+6+187=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C306BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306BB is #3CF944. Grayscale: #525252. Windows color (decimal): -3995973 or 12256963. OLE color: 12256963.
HSL color Cylindrical-coordinate representation of color #C306BB: hue angle of 302.54º 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 #C306BB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.24 |
| HSL | 302.54º | 0.94% | 0.39% | - |
| HSV(B) | 302.54º | 0.97% | 0.76% | - |
| XYZ | 31.54 | 15.32 | 48.31 | - |
| YUV | 83.15 | 186.62 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 187 | 0 | 0.97 | 0.04 | 0.24 | 302.54 | 0.94 | 0.39 |
| Hex | C3 | 6 | BB | 0 | 61 | 4 | 18 | 12F | 5E | 27 |
| Octal | 303 | 6 | 273 | 0 | 141 | 4 | 30 | 457 | 136 | 47 |
| Binary | 11000011 | 110 | 10111011 | 0 | 1100001 | 100 | 11000 | 100101111 | 1011110 | 100111 |
Color Harmonies of #C306BB
Complementary color
Monochromatic Colors of #C306BB
Black with #C306BB
Text Example
Text Example
White with #C306BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306BB; }
p { color: rgb(195,6,187); }
H1.HeaderClassName
{
color: #C306BB;
}
.AnyTagClassName
{
color: #C306BB;
}
</style>
background-color css
<style>
a { background-color: #C306BB; }
a { background-color: rgb(195,6,187); }
div.DivClassName
{
background-color: #C306BB;
}
.BgClassName
{
background-color: #C306BB;
}
</style>
border-color css
<style>
span { border-color: #C306BB; }
span { border-color: rgb(195,6,187); }
td.TdClassName
{
border-color: #C306BB;
}
.TagClassName
{
border-color: #C306BB;
}
</style>