Shades of Deep Magenta #C30CAB
Tints of Deep Magenta #C30CAB
RGB
CMYK
RGB Variations
Color information
#C30CAB (or 0xC30CAB) is known color: Deep Magenta. HEX triplet: C3, 0C and AB. RGB value is (195,12,171). Sum of RGB (Red+Green+Blue) = 195+12+171=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CAB is #3CF354. Grayscale: #545454. Windows color (decimal): -3994453 or 11209923. OLE color: 11209923.
HSL color Cylindrical-coordinate representation of color #C30CAB: hue angle of 307.87º 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 #C30CAB is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.24 |
| HSL | 307.87º | 0.88% | 0.41% | - |
| HSV(B) | 307.87º | 0.94% | 0.76% | - |
| XYZ | 29.99 | 14.81 | 39.81 | - |
| YUV | 84.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 171 | 0 | 0.94 | 0.12 | 0.24 | 307.87 | 0.88 | 0.41 |
| Hex | C3 | C | AB | 0 | 5E | C | 18 | 134 | 58 | 29 |
| Octal | 303 | 14 | 253 | 0 | 136 | 14 | 30 | 464 | 130 | 51 |
| Binary | 11000011 | 1100 | 10101011 | 0 | 1011110 | 1100 | 11000 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C30CAB
Complementary color
Monochromatic Colors of #C30CAB
Black with #C30CAB
Text Example
Text Example
White with #C30CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CAB; }
p { color: rgb(195,12,171); }
H1.HeaderClassName
{
color: #C30CAB;
}
.AnyTagClassName
{
color: #C30CAB;
}
</style>
background-color css
<style>
a { background-color: #C30CAB; }
a { background-color: rgb(195,12,171); }
div.DivClassName
{
background-color: #C30CAB;
}
.BgClassName
{
background-color: #C30CAB;
}
</style>
border-color css
<style>
span { border-color: #C30CAB; }
span { border-color: rgb(195,12,171); }
td.TdClassName
{
border-color: #C30CAB;
}
.TagClassName
{
border-color: #C30CAB;
}
</style>