Shades of Deep Magenta #C306CC
Tints of Deep Magenta #C306CC
RGB
CMYK
RGB Variations
Color information
#C306CC (or 0xC306CC) is known color: Deep Magenta. HEX triplet: C3, 06 and CC. RGB value is (195,6,204). Sum of RGB (Red+Green+Blue) = 195+6+204=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C306CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306CC is #3CF933. Grayscale: #545454. Windows color (decimal): -3995956 or 13371075. OLE color: 13371075.
HSL color Cylindrical-coordinate representation of color #C306CC: hue angle of 297.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306CC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 6 | 204 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.2 |
| HSL | 297.27º | 0.94% | 0.41% | - |
| HSV(B) | 297.27º | 0.97% | 0.8% | - |
| XYZ | 33.47 | 16.09 | 58.47 | - |
| YUV | 85.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 204 | 0.04 | 0.97 | 0 | 0.2 | 297.27 | 0.94 | 0.41 |
| Hex | C3 | 6 | CC | 4 | 61 | 0 | 14 | 129 | 5E | 29 |
| Octal | 303 | 6 | 314 | 4 | 141 | 0 | 24 | 451 | 136 | 51 |
| Binary | 11000011 | 110 | 11001100 | 100 | 1100001 | 0 | 10100 | 100101001 | 1011110 | 101001 |
Color Harmonies of #C306CC
Complementary color
Monochromatic Colors of #C306CC
Black with #C306CC
Text Example
Text Example
White with #C306CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306CC; }
p { color: rgb(195,6,204); }
H1.HeaderClassName
{
color: #C306CC;
}
.AnyTagClassName
{
color: #C306CC;
}
</style>
background-color css
<style>
a { background-color: #C306CC; }
a { background-color: rgb(195,6,204); }
div.DivClassName
{
background-color: #C306CC;
}
.BgClassName
{
background-color: #C306CC;
}
</style>
border-color css
<style>
span { border-color: #C306CC; }
span { border-color: rgb(195,6,204); }
td.TdClassName
{
border-color: #C306CC;
}
.TagClassName
{
border-color: #C306CC;
}
</style>