Shades of Deep Magenta #C307DD
Tints of Deep Magenta #C307DD
RGB
CMYK
RGB Variations
Color information
#C307DD (or 0xC307DD) is known color: Deep Magenta. HEX triplet: C3, 07 and DD. RGB value is (195,7,221). Sum of RGB (Red+Green+Blue) = 195+7+221=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C307DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307DD is #3CF822. Grayscale: #565656. Windows color (decimal): -3995683 or 14485443. OLE color: 14485443.
HSL color Cylindrical-coordinate representation of color #C307DD: hue angle of 292.71º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307DD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 7 | 221 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.13 |
| HSL | 292.71º | 0.94% | 0.45% | - |
| HSV(B) | 292.71º | 0.97% | 0.87% | - |
| XYZ | 35.63 | 16.97 | 69.8 | - |
| YUV | 87.61 | 203.28 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 221 | 0.12 | 0.97 | 0 | 0.13 | 292.71 | 0.94 | 0.45 |
| Hex | C3 | 7 | DD | C | 61 | 0 | D | 125 | 5E | 2D |
| Octal | 303 | 7 | 335 | 14 | 141 | 0 | 15 | 445 | 136 | 55 |
| Binary | 11000011 | 111 | 11011101 | 1100 | 1100001 | 0 | 1101 | 100100101 | 1011110 | 101101 |
Color Harmonies of #C307DD
Complementary color
Monochromatic Colors of #C307DD
Black with #C307DD
Text Example
Text Example
White with #C307DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307DD; }
p { color: rgb(195,7,221); }
H1.HeaderClassName
{
color: #C307DD;
}
.AnyTagClassName
{
color: #C307DD;
}
</style>
background-color css
<style>
a { background-color: #C307DD; }
a { background-color: rgb(195,7,221); }
div.DivClassName
{
background-color: #C307DD;
}
.BgClassName
{
background-color: #C307DD;
}
</style>
border-color css
<style>
span { border-color: #C307DD; }
span { border-color: rgb(195,7,221); }
td.TdClassName
{
border-color: #C307DD;
}
.TagClassName
{
border-color: #C307DD;
}
</style>