Shades of Fuchsia #C753BC
Tints of Fuchsia #C753BC
RGB
CMYK
RGB Variations
Color information
#C753BC (or 0xC753BC) is known color: Fuchsia. HEX triplet: C7, 53 and BC. RGB value is (199,83,188). Sum of RGB (Red+Green+Blue) = 199+83+188=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C753BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753BC is #38AC43. Grayscale: #818181. Windows color (decimal): -3714116 or 12342215. OLE color: 12342215.
HSL color Cylindrical-coordinate representation of color #C753BC: hue angle of 305.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C753BC is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 188 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.22 |
| HSL | 305.69º | 0.51% | 0.55% | - |
| HSV(B) | 305.69º | 0.58% | 0.78% | - |
| XYZ | 35.72 | 21.96 | 49.93 | - |
| YUV | 129.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 188 | 0 | 0.58 | 0.06 | 0.22 | 305.69 | 0.51 | 0.55 |
| Hex | C7 | 53 | BC | 0 | 3A | 6 | 16 | 132 | 33 | 37 |
| Octal | 307 | 123 | 274 | 0 | 72 | 6 | 26 | 462 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10111100 | 0 | 111010 | 110 | 10110 | 100110010 | 110011 | 110111 |
Color Harmonies of #C753BC
Complementary color
Monochromatic Colors of #C753BC
Black with #C753BC
Text Example
Text Example
White with #C753BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753BC; }
p { color: rgb(199,83,188); }
H1.HeaderClassName
{
color: #C753BC;
}
.AnyTagClassName
{
color: #C753BC;
}
</style>
background-color css
<style>
a { background-color: #C753BC; }
a { background-color: rgb(199,83,188); }
div.DivClassName
{
background-color: #C753BC;
}
.BgClassName
{
background-color: #C753BC;
}
</style>
border-color css
<style>
span { border-color: #C753BC; }
span { border-color: rgb(199,83,188); }
td.TdClassName
{
border-color: #C753BC;
}
.TagClassName
{
border-color: #C753BC;
}
</style>