Shades of Deep Magenta #C30FB6
Tints of Deep Magenta #C30FB6
RGB
CMYK
RGB Variations
Color information
#C30FB6 (or 0xC30FB6) is known color: Deep Magenta. HEX triplet: C3, 0F and B6. RGB value is (195,15,182). Sum of RGB (Red+Green+Blue) = 195+15+182=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FB6 is #3CF049. Grayscale: #575757. Windows color (decimal): -3993674 or 11931587. OLE color: 11931587.
HSL color Cylindrical-coordinate representation of color #C30FB6: hue angle of 304.33º 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 #C30FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.24 |
| HSL | 304.33º | 0.86% | 0.41% | - |
| HSV(B) | 304.33º | 0.92% | 0.76% | - |
| XYZ | 31.12 | 15.32 | 45.57 | - |
| YUV | 87.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 182 | 0 | 0.92 | 0.07 | 0.24 | 304.33 | 0.86 | 0.41 |
| Hex | C3 | F | B6 | 0 | 5C | 7 | 18 | 130 | 56 | 29 |
| Octal | 303 | 17 | 266 | 0 | 134 | 7 | 30 | 460 | 126 | 51 |
| Binary | 11000011 | 1111 | 10110110 | 0 | 1011100 | 111 | 11000 | 100110000 | 1010110 | 101001 |
Color Harmonies of #C30FB6
Complementary color
Monochromatic Colors of #C30FB6
Black with #C30FB6
Text Example
Text Example
White with #C30FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FB6; }
p { color: rgb(195,15,182); }
H1.HeaderClassName
{
color: #C30FB6;
}
.AnyTagClassName
{
color: #C30FB6;
}
</style>
background-color css
<style>
a { background-color: #C30FB6; }
a { background-color: rgb(195,15,182); }
div.DivClassName
{
background-color: #C30FB6;
}
.BgClassName
{
background-color: #C30FB6;
}
</style>
border-color css
<style>
span { border-color: #C30FB6; }
span { border-color: rgb(195,15,182); }
td.TdClassName
{
border-color: #C30FB6;
}
.TagClassName
{
border-color: #C30FB6;
}
</style>