Shades of Deep Magenta #C30FB3
Tints of Deep Magenta #C30FB3
RGB
CMYK
RGB Variations
Color information
#C30FB3 (or 0xC30FB3) is known color: Deep Magenta. HEX triplet: C3, 0F and B3. RGB value is (195,15,179). Sum of RGB (Red+Green+Blue) = 195+15+179=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FB3 is #3CF04C. Grayscale: #575757. Windows color (decimal): -3993677 or 11734979. OLE color: 11734979.
HSL color Cylindrical-coordinate representation of color #C30FB3: hue angle of 305.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 #C30FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 179 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.24 |
| HSL | 305.33º | 0.86% | 0.41% | - |
| HSV(B) | 305.33º | 0.92% | 0.76% | - |
| XYZ | 30.81 | 15.2 | 43.96 | - |
| YUV | 87.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 179 | 0 | 0.92 | 0.08 | 0.24 | 305.33 | 0.86 | 0.41 |
| Hex | C3 | F | B3 | 0 | 5C | 8 | 18 | 131 | 56 | 29 |
| Octal | 303 | 17 | 263 | 0 | 134 | 10 | 30 | 461 | 126 | 51 |
| Binary | 11000011 | 1111 | 10110011 | 0 | 1011100 | 1000 | 11000 | 100110001 | 1010110 | 101001 |
Color Harmonies of #C30FB3
Complementary color
Monochromatic Colors of #C30FB3
Black with #C30FB3
Text Example
Text Example
White with #C30FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FB3; }
p { color: rgb(195,15,179); }
H1.HeaderClassName
{
color: #C30FB3;
}
.AnyTagClassName
{
color: #C30FB3;
}
</style>
background-color css
<style>
a { background-color: #C30FB3; }
a { background-color: rgb(195,15,179); }
div.DivClassName
{
background-color: #C30FB3;
}
.BgClassName
{
background-color: #C30FB3;
}
</style>
border-color css
<style>
span { border-color: #C30FB3; }
span { border-color: rgb(195,15,179); }
td.TdClassName
{
border-color: #C30FB3;
}
.TagClassName
{
border-color: #C30FB3;
}
</style>