Shades of Deep Magenta #C30CB5
Tints of Deep Magenta #C30CB5
RGB
CMYK
RGB Variations
Color information
#C30CB5 (or 0xC30CB5) is known color: Deep Magenta. HEX triplet: C3, 0C and B5. RGB value is (195,12,181). Sum of RGB (Red+Green+Blue) = 195+12+181=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CB5 is #3CF34A. Grayscale: #555555. Windows color (decimal): -3994443 or 11865283. OLE color: 11865283.
HSL color Cylindrical-coordinate representation of color #C30CB5: hue angle of 304.59º 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 #C30CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.24 |
| HSL | 304.59º | 0.88% | 0.41% | - |
| HSV(B) | 304.59º | 0.94% | 0.76% | - |
| XYZ | 30.98 | 15.2 | 45.02 | - |
| YUV | 85.98 | 181.63 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 181 | 0 | 0.94 | 0.07 | 0.24 | 304.59 | 0.88 | 0.41 |
| Hex | C3 | C | B5 | 0 | 5E | 7 | 18 | 131 | 58 | 29 |
| Octal | 303 | 14 | 265 | 0 | 136 | 7 | 30 | 461 | 130 | 51 |
| Binary | 11000011 | 1100 | 10110101 | 0 | 1011110 | 111 | 11000 | 100110001 | 1011000 | 101001 |
Color Harmonies of #C30CB5
Complementary color
Monochromatic Colors of #C30CB5
Black with #C30CB5
Text Example
Text Example
White with #C30CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CB5; }
p { color: rgb(195,12,181); }
H1.HeaderClassName
{
color: #C30CB5;
}
.AnyTagClassName
{
color: #C30CB5;
}
</style>
background-color css
<style>
a { background-color: #C30CB5; }
a { background-color: rgb(195,12,181); }
div.DivClassName
{
background-color: #C30CB5;
}
.BgClassName
{
background-color: #C30CB5;
}
</style>
border-color css
<style>
span { border-color: #C30CB5; }
span { border-color: rgb(195,12,181); }
td.TdClassName
{
border-color: #C30CB5;
}
.TagClassName
{
border-color: #C30CB5;
}
</style>