Shades of Deep Magenta #C306B3
Tints of Deep Magenta #C306B3
RGB
CMYK
RGB Variations
Color information
#C306B3 (or 0xC306B3) is known color: Deep Magenta. HEX triplet: C3, 06 and B3. RGB value is (195,6,179). Sum of RGB (Red+Green+Blue) = 195+6+179=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C306B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306B3 is #3CF94C. Grayscale: #515151. Windows color (decimal): -3995981 or 11732675. OLE color: 11732675.
HSL color Cylindrical-coordinate representation of color #C306B3: hue angle of 305.08º 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 #C306B3 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 179 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.24 |
| HSL | 305.08º | 0.94% | 0.39% | - |
| HSV(B) | 305.08º | 0.97% | 0.76% | - |
| XYZ | 30.71 | 14.99 | 43.92 | - |
| YUV | 82.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 179 | 0 | 0.97 | 0.08 | 0.24 | 305.08 | 0.94 | 0.39 |
| Hex | C3 | 6 | B3 | 0 | 61 | 8 | 18 | 131 | 5E | 27 |
| Octal | 303 | 6 | 263 | 0 | 141 | 10 | 30 | 461 | 136 | 47 |
| Binary | 11000011 | 110 | 10110011 | 0 | 1100001 | 1000 | 11000 | 100110001 | 1011110 | 100111 |
Color Harmonies of #C306B3
Complementary color
Monochromatic Colors of #C306B3
Black with #C306B3
Text Example
Text Example
White with #C306B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306B3; }
p { color: rgb(195,6,179); }
H1.HeaderClassName
{
color: #C306B3;
}
.AnyTagClassName
{
color: #C306B3;
}
</style>
background-color css
<style>
a { background-color: #C306B3; }
a { background-color: rgb(195,6,179); }
div.DivClassName
{
background-color: #C306B3;
}
.BgClassName
{
background-color: #C306B3;
}
</style>
border-color css
<style>
span { border-color: #C306B3; }
span { border-color: rgb(195,6,179); }
td.TdClassName
{
border-color: #C306B3;
}
.TagClassName
{
border-color: #C306B3;
}
</style>