Shades of Deep Magenta #C306BE
Tints of Deep Magenta #C306BE
RGB
CMYK
RGB Variations
Color information
#C306BE (or 0xC306BE) is known color: Deep Magenta. HEX triplet: C3, 06 and BE. RGB value is (195,6,190). Sum of RGB (Red+Green+Blue) = 195+6+190=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C306BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306BE is #3CF941. Grayscale: #525252. Windows color (decimal): -3995970 or 12453571. OLE color: 12453571.
HSL color Cylindrical-coordinate representation of color #C306BE: hue angle of 301.59º 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 #C306BE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.24 |
| HSL | 301.59º | 0.94% | 0.39% | - |
| HSV(B) | 301.59º | 0.97% | 0.76% | - |
| XYZ | 31.87 | 15.45 | 50.02 | - |
| YUV | 83.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 190 | 0 | 0.97 | 0.03 | 0.24 | 301.59 | 0.94 | 0.39 |
| Hex | C3 | 6 | BE | 0 | 61 | 3 | 18 | 12E | 5E | 27 |
| Octal | 303 | 6 | 276 | 0 | 141 | 3 | 30 | 456 | 136 | 47 |
| Binary | 11000011 | 110 | 10111110 | 0 | 1100001 | 11 | 11000 | 100101110 | 1011110 | 100111 |
Color Harmonies of #C306BE
Complementary color
Monochromatic Colors of #C306BE
Black with #C306BE
Text Example
Text Example
White with #C306BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306BE; }
p { color: rgb(195,6,190); }
H1.HeaderClassName
{
color: #C306BE;
}
.AnyTagClassName
{
color: #C306BE;
}
</style>
background-color css
<style>
a { background-color: #C306BE; }
a { background-color: rgb(195,6,190); }
div.DivClassName
{
background-color: #C306BE;
}
.BgClassName
{
background-color: #C306BE;
}
</style>
border-color css
<style>
span { border-color: #C306BE; }
span { border-color: rgb(195,6,190); }
td.TdClassName
{
border-color: #C306BE;
}
.TagClassName
{
border-color: #C306BE;
}
</style>