Shades of Deep Magenta #C30FBE
Tints of Deep Magenta #C30FBE
RGB
CMYK
RGB Variations
Color information
#C30FBE (or 0xC30FBE) is known color: Deep Magenta. HEX triplet: C3, 0F and BE. RGB value is (195,15,190). Sum of RGB (Red+Green+Blue) = 195+15+190=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FBE is #3CF041. Grayscale: #585858. Windows color (decimal): -3993666 or 12455875. OLE color: 12455875.
HSL color Cylindrical-coordinate representation of color #C30FBE: hue angle of 301.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 #C30FBE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 190 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 301.67º | 0.86% | 0.41% | - |
| HSV(B) | 301.67º | 0.92% | 0.76% | - |
| XYZ | 31.97 | 15.66 | 50.05 | - |
| YUV | 88.77 | 185.13 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 190 | 0 | 0.92 | 0.03 | 0.24 | 301.67 | 0.86 | 0.41 |
| Hex | C3 | F | BE | 0 | 5C | 3 | 18 | 12E | 56 | 29 |
| Octal | 303 | 17 | 276 | 0 | 134 | 3 | 30 | 456 | 126 | 51 |
| Binary | 11000011 | 1111 | 10111110 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C30FBE
Complementary color
Monochromatic Colors of #C30FBE
Black with #C30FBE
Text Example
Text Example
White with #C30FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FBE; }
p { color: rgb(195,15,190); }
H1.HeaderClassName
{
color: #C30FBE;
}
.AnyTagClassName
{
color: #C30FBE;
}
</style>
background-color css
<style>
a { background-color: #C30FBE; }
a { background-color: rgb(195,15,190); }
div.DivClassName
{
background-color: #C30FBE;
}
.BgClassName
{
background-color: #C30FBE;
}
</style>
border-color css
<style>
span { border-color: #C30FBE; }
span { border-color: rgb(195,15,190); }
td.TdClassName
{
border-color: #C30FBE;
}
.TagClassName
{
border-color: #C30FBE;
}
</style>