Shades of Deep Magenta #C30FBB
Tints of Deep Magenta #C30FBB
RGB
CMYK
RGB Variations
Color information
#C30FBB (or 0xC30FBB) is known color: Deep Magenta. HEX triplet: C3, 0F and BB. RGB value is (195,15,187). Sum of RGB (Red+Green+Blue) = 195+15+187=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FBB is #3CF044. Grayscale: #575757. Windows color (decimal): -3993669 or 12259267. OLE color: 12259267.
HSL color Cylindrical-coordinate representation of color #C30FBB: hue angle of 302.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FBB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 187 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.24 |
| HSL | 302.67º | 0.86% | 0.41% | - |
| HSV(B) | 302.67º | 0.92% | 0.76% | - |
| XYZ | 31.65 | 15.53 | 48.34 | - |
| YUV | 88.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 187 | 0 | 0.92 | 0.04 | 0.24 | 302.67 | 0.86 | 0.41 |
| Hex | C3 | F | BB | 0 | 5C | 4 | 18 | 12F | 56 | 29 |
| Octal | 303 | 17 | 273 | 0 | 134 | 4 | 30 | 457 | 126 | 51 |
| Binary | 11000011 | 1111 | 10111011 | 0 | 1011100 | 100 | 11000 | 100101111 | 1010110 | 101001 |
Color Harmonies of #C30FBB
Complementary color
Monochromatic Colors of #C30FBB
Black with #C30FBB
Text Example
Text Example
White with #C30FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FBB; }
p { color: rgb(195,15,187); }
H1.HeaderClassName
{
color: #C30FBB;
}
.AnyTagClassName
{
color: #C30FBB;
}
</style>
background-color css
<style>
a { background-color: #C30FBB; }
a { background-color: rgb(195,15,187); }
div.DivClassName
{
background-color: #C30FBB;
}
.BgClassName
{
background-color: #C30FBB;
}
</style>
border-color css
<style>
span { border-color: #C30FBB; }
span { border-color: rgb(195,15,187); }
td.TdClassName
{
border-color: #C30FBB;
}
.TagClassName
{
border-color: #C30FBB;
}
</style>