Shades of Deep Magenta #C306CF
Tints of Deep Magenta #C306CF
RGB
CMYK
RGB Variations
Color information
#C306CF (or 0xC306CF) is known color: Deep Magenta. HEX triplet: C3, 06 and CF. RGB value is (195,6,207). Sum of RGB (Red+Green+Blue) = 195+6+207=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #C306CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306CF is #3CF930. Grayscale: #545454. Windows color (decimal): -3995953 or 13567683. OLE color: 13567683.
HSL color Cylindrical-coordinate representation of color #C306CF: hue angle of 296.42º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306CF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 6 | 207 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.19 |
| HSL | 296.42º | 0.94% | 0.42% | - |
| HSV(B) | 296.42º | 0.97% | 0.81% | - |
| XYZ | 33.83 | 16.24 | 60.38 | - |
| YUV | 85.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 207 | 0.06 | 0.97 | 0 | 0.19 | 296.42 | 0.94 | 0.42 |
| Hex | C3 | 6 | CF | 6 | 61 | 0 | 13 | 128 | 5E | 2A |
| Octal | 303 | 6 | 317 | 6 | 141 | 0 | 23 | 450 | 136 | 52 |
| Binary | 11000011 | 110 | 11001111 | 110 | 1100001 | 0 | 10011 | 100101000 | 1011110 | 101010 |
Color Harmonies of #C306CF
Complementary color
Monochromatic Colors of #C306CF
Black with #C306CF
Text Example
Text Example
White with #C306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306CF; }
p { color: rgb(195,6,207); }
H1.HeaderClassName
{
color: #C306CF;
}
.AnyTagClassName
{
color: #C306CF;
}
</style>
background-color css
<style>
a { background-color: #C306CF; }
a { background-color: rgb(195,6,207); }
div.DivClassName
{
background-color: #C306CF;
}
.BgClassName
{
background-color: #C306CF;
}
</style>
border-color css
<style>
span { border-color: #C306CF; }
span { border-color: rgb(195,6,207); }
td.TdClassName
{
border-color: #C306CF;
}
.TagClassName
{
border-color: #C306CF;
}
</style>