Shades of Deep Magenta #C30DC3
Tints of Deep Magenta #C30DC3
RGB
CMYK
RGB Variations
Color information
#C30DC3 (or 0xC30DC3) is known color: Deep Magenta. HEX triplet: C3, 0D and C3. RGB value is (195,13,195). Sum of RGB (Red+Green+Blue) = 195+13+195=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C30DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DC3 is #3CF23C. Grayscale: #575757. Windows color (decimal): -3994173 or 12783043. OLE color: 12783043.
HSL color Cylindrical-coordinate representation of color #C30DC3: hue angle of 300º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30DC3 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 195 | - |
| CMYK | 0 | 0.93 | 0 | 0.24 |
| HSL | 300º | 0.88% | 0.41% | - |
| HSV(B) | 300º | 0.93% | 0.76% | - |
| XYZ | 32.5 | 15.83 | 52.97 | - |
| YUV | 88.17 | 188.3 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 195 | 0 | 0.93 | 0 | 0.24 | 300 | 0.88 | 0.41 |
| Hex | C3 | D | C3 | 0 | 5D | 0 | 18 | 12C | 58 | 29 |
| Octal | 303 | 15 | 303 | 0 | 135 | 0 | 30 | 454 | 130 | 51 |
| Binary | 11000011 | 1101 | 11000011 | 0 | 1011101 | 0 | 11000 | 100101100 | 1011000 | 101001 |
Color Harmonies of #C30DC3
Complementary color
Monochromatic Colors of #C30DC3
Black with #C30DC3
Text Example
Text Example
White with #C30DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DC3; }
p { color: rgb(195,13,195); }
H1.HeaderClassName
{
color: #C30DC3;
}
.AnyTagClassName
{
color: #C30DC3;
}
</style>
background-color css
<style>
a { background-color: #C30DC3; }
a { background-color: rgb(195,13,195); }
div.DivClassName
{
background-color: #C30DC3;
}
.BgClassName
{
background-color: #C30DC3;
}
</style>
border-color css
<style>
span { border-color: #C30DC3; }
span { border-color: rgb(195,13,195); }
td.TdClassName
{
border-color: #C30DC3;
}
.TagClassName
{
border-color: #C30DC3;
}
</style>