Shades of Fuchsia #C730B9
Tints of Fuchsia #C730B9
RGB
CMYK
RGB Variations
Color information
#C730B9 (or 0xC730B9) is known color: Fuchsia. HEX triplet: C7, 30 and B9. RGB value is (199,48,185). Sum of RGB (Red+Green+Blue) = 199+48+185=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C730B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730B9 is #38CF46. Grayscale: #6C6C6C. Windows color (decimal): -3723079 or 12136647. OLE color: 12136647.
HSL color Cylindrical-coordinate representation of color #C730B9: hue angle of 305.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C730B9 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 185 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.22 |
| HSL | 305.56º | 0.61% | 0.48% | - |
| HSV(B) | 305.56º | 0.76% | 0.78% | - |
| XYZ | 33.37 | 17.76 | 47.57 | - |
| YUV | 108.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 185 | 0 | 0.76 | 0.07 | 0.22 | 305.56 | 0.61 | 0.48 |
| Hex | C7 | 30 | B9 | 0 | 4C | 7 | 16 | 132 | 3D | 30 |
| Octal | 307 | 60 | 271 | 0 | 114 | 7 | 26 | 462 | 75 | 60 |
| Binary | 11000111 | 110000 | 10111001 | 0 | 1001100 | 111 | 10110 | 100110010 | 111101 | 110000 |
Color Harmonies of #C730B9
Complementary color
Monochromatic Colors of #C730B9
Black with #C730B9
Text Example
Text Example
White with #C730B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730B9; }
p { color: rgb(199,48,185); }
H1.HeaderClassName
{
color: #C730B9;
}
.AnyTagClassName
{
color: #C730B9;
}
</style>
background-color css
<style>
a { background-color: #C730B9; }
a { background-color: rgb(199,48,185); }
div.DivClassName
{
background-color: #C730B9;
}
.BgClassName
{
background-color: #C730B9;
}
</style>
border-color css
<style>
span { border-color: #C730B9; }
span { border-color: rgb(199,48,185); }
td.TdClassName
{
border-color: #C730B9;
}
.TagClassName
{
border-color: #C730B9;
}
</style>