Shades of Deep Magenta #C30CB6
Tints of Deep Magenta #C30CB6
RGB
CMYK
RGB Variations
Color information
#C30CB6 (or 0xC30CB6) is known color: Deep Magenta. HEX triplet: C3, 0C and B6. RGB value is (195,12,182). Sum of RGB (Red+Green+Blue) = 195+12+182=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CB6 is #3CF349. Grayscale: #555555. Windows color (decimal): -3994442 or 11930819. OLE color: 11930819.
HSL color Cylindrical-coordinate representation of color #C30CB6: hue angle of 304.26º 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 #C30CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 182 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.24 |
| HSL | 304.26º | 0.88% | 0.41% | - |
| HSV(B) | 304.26º | 0.94% | 0.76% | - |
| XYZ | 31.08 | 15.24 | 45.56 | - |
| YUV | 86.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 182 | 0 | 0.94 | 0.07 | 0.24 | 304.26 | 0.88 | 0.41 |
| Hex | C3 | C | B6 | 0 | 5E | 7 | 18 | 130 | 58 | 29 |
| Octal | 303 | 14 | 266 | 0 | 136 | 7 | 30 | 460 | 130 | 51 |
| Binary | 11000011 | 1100 | 10110110 | 0 | 1011110 | 111 | 11000 | 100110000 | 1011000 | 101001 |
Color Harmonies of #C30CB6
Complementary color
Monochromatic Colors of #C30CB6
Black with #C30CB6
Text Example
Text Example
White with #C30CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CB6; }
p { color: rgb(195,12,182); }
H1.HeaderClassName
{
color: #C30CB6;
}
.AnyTagClassName
{
color: #C30CB6;
}
</style>
background-color css
<style>
a { background-color: #C30CB6; }
a { background-color: rgb(195,12,182); }
div.DivClassName
{
background-color: #C30CB6;
}
.BgClassName
{
background-color: #C30CB6;
}
</style>
border-color css
<style>
span { border-color: #C30CB6; }
span { border-color: rgb(195,12,182); }
td.TdClassName
{
border-color: #C30CB6;
}
.TagClassName
{
border-color: #C30CB6;
}
</style>