Shades of Deep Magenta #C30DD7
Tints of Deep Magenta #C30DD7
RGB
CMYK
RGB Variations
Color information
#C30DD7 (or 0xC30DD7) is known color: Deep Magenta. HEX triplet: C3, 0D and D7. RGB value is (195,13,215). Sum of RGB (Red+Green+Blue) = 195+13+215=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #C30DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DD7 is #3CF228. Grayscale: #595959. Windows color (decimal): -3994153 or 14093763. OLE color: 14093763.
HSL color Cylindrical-coordinate representation of color #C30DD7: hue angle of 294.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DD7 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 13 | 215 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.16 |
| HSL | 294.06º | 0.89% | 0.45% | - |
| HSV(B) | 294.06º | 0.94% | 0.84% | - |
| XYZ | 34.92 | 16.8 | 65.69 | - |
| YUV | 90.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 215 | 0.09 | 0.94 | 0 | 0.16 | 294.06 | 0.89 | 0.45 |
| Hex | C3 | D | D7 | 9 | 5E | 0 | 10 | 126 | 59 | 2D |
| Octal | 303 | 15 | 327 | 11 | 136 | 0 | 20 | 446 | 131 | 55 |
| Binary | 11000011 | 1101 | 11010111 | 1001 | 1011110 | 0 | 10000 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C30DD7
Complementary color
Monochromatic Colors of #C30DD7
Black with #C30DD7
Text Example
Text Example
White with #C30DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DD7; }
p { color: rgb(195,13,215); }
H1.HeaderClassName
{
color: #C30DD7;
}
.AnyTagClassName
{
color: #C30DD7;
}
</style>
background-color css
<style>
a { background-color: #C30DD7; }
a { background-color: rgb(195,13,215); }
div.DivClassName
{
background-color: #C30DD7;
}
.BgClassName
{
background-color: #C30DD7;
}
</style>
border-color css
<style>
span { border-color: #C30DD7; }
span { border-color: rgb(195,13,215); }
td.TdClassName
{
border-color: #C30DD7;
}
.TagClassName
{
border-color: #C30DD7;
}
</style>