Shades of Deep Magenta #C30CC3
Tints of Deep Magenta #C30CC3
RGB
CMYK
RGB Variations
Color information
#C30CC3 (or 0xC30CC3) is known color: Deep Magenta. HEX triplet: C3, 0C and C3. RGB value is (195,12,195). Sum of RGB (Red+Green+Blue) = 195+12+195=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C30CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CC3 is #3CF33C. Grayscale: #575757. Windows color (decimal): -3994429 or 12782787. OLE color: 12782787.
HSL color Cylindrical-coordinate representation of color #C30CC3: 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.94%. Process color model (Four color, CMYK) of #C30CC3 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 195 | - |
| CMYK | 0 | 0.94 | 0 | 0.24 |
| HSL | 300º | 0.88% | 0.41% | - |
| HSV(B) | 300º | 0.94% | 0.76% | - |
| XYZ | 32.49 | 15.81 | 52.97 | - |
| YUV | 87.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 195 | 0 | 0.94 | 0 | 0.24 | 300 | 0.88 | 0.41 |
| Hex | C3 | C | C3 | 0 | 5E | 0 | 18 | 12C | 58 | 29 |
| Octal | 303 | 14 | 303 | 0 | 136 | 0 | 30 | 454 | 130 | 51 |
| Binary | 11000011 | 1100 | 11000011 | 0 | 1011110 | 0 | 11000 | 100101100 | 1011000 | 101001 |
Color Harmonies of #C30CC3
Complementary color
Monochromatic Colors of #C30CC3
Black with #C30CC3
Text Example
Text Example
White with #C30CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CC3; }
p { color: rgb(195,12,195); }
H1.HeaderClassName
{
color: #C30CC3;
}
.AnyTagClassName
{
color: #C30CC3;
}
</style>
background-color css
<style>
a { background-color: #C30CC3; }
a { background-color: rgb(195,12,195); }
div.DivClassName
{
background-color: #C30CC3;
}
.BgClassName
{
background-color: #C30CC3;
}
</style>
border-color css
<style>
span { border-color: #C30CC3; }
span { border-color: rgb(195,12,195); }
td.TdClassName
{
border-color: #C30CC3;
}
.TagClassName
{
border-color: #C30CC3;
}
</style>