Shades of Deep Magenta #C30CBB
Tints of Deep Magenta #C30CBB
RGB
CMYK
RGB Variations
Color information
#C30CBB (or 0xC30CBB) is known color: Deep Magenta. HEX triplet: C3, 0C and BB. RGB value is (195,12,187). Sum of RGB (Red+Green+Blue) = 195+12+187=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CBB is #3CF344. Grayscale: #565656. Windows color (decimal): -3994437 or 12258499. OLE color: 12258499.
HSL color Cylindrical-coordinate representation of color #C30CBB: hue angle of 302.62º 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 #C30CBB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.62º | 0.88% | 0.41% | - |
| HSV(B) | 302.62º | 0.94% | 0.76% | - |
| XYZ | 31.61 | 15.45 | 48.33 | - |
| YUV | 86.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 187 | 0 | 0.94 | 0.04 | 0.24 | 302.62 | 0.88 | 0.41 |
| Hex | C3 | C | BB | 0 | 5E | 4 | 18 | 12F | 58 | 29 |
| Octal | 303 | 14 | 273 | 0 | 136 | 4 | 30 | 457 | 130 | 51 |
| Binary | 11000011 | 1100 | 10111011 | 0 | 1011110 | 100 | 11000 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C30CBB
Complementary color
Monochromatic Colors of #C30CBB
Black with #C30CBB
Text Example
Text Example
White with #C30CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CBB; }
p { color: rgb(195,12,187); }
H1.HeaderClassName
{
color: #C30CBB;
}
.AnyTagClassName
{
color: #C30CBB;
}
</style>
background-color css
<style>
a { background-color: #C30CBB; }
a { background-color: rgb(195,12,187); }
div.DivClassName
{
background-color: #C30CBB;
}
.BgClassName
{
background-color: #C30CBB;
}
</style>
border-color css
<style>
span { border-color: #C30CBB; }
span { border-color: rgb(195,12,187); }
td.TdClassName
{
border-color: #C30CBB;
}
.TagClassName
{
border-color: #C30CBB;
}
</style>