Shades of Fuchsia #C753BB
Tints of Fuchsia #C753BB
RGB
CMYK
RGB Variations
Color information
#C753BB (or 0xC753BB) is known color: Fuchsia. HEX triplet: C7, 53 and BB. RGB value is (199,83,187). Sum of RGB (Red+Green+Blue) = 199+83+187=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C753BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753BB is #38AC44. Grayscale: #818181. Windows color (decimal): -3714117 or 12276679. OLE color: 12276679.
HSL color Cylindrical-coordinate representation of color #C753BB: hue angle of 306.21º 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 #C753BB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 187 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.22 |
| HSL | 306.21º | 0.51% | 0.55% | - |
| HSV(B) | 306.21º | 0.58% | 0.78% | - |
| XYZ | 35.62 | 21.92 | 49.37 | - |
| YUV | 129.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 187 | 0 | 0.58 | 0.06 | 0.22 | 306.21 | 0.51 | 0.55 |
| Hex | C7 | 53 | BB | 0 | 3A | 6 | 16 | 132 | 33 | 37 |
| Octal | 307 | 123 | 273 | 0 | 72 | 6 | 26 | 462 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10111011 | 0 | 111010 | 110 | 10110 | 100110010 | 110011 | 110111 |
Color Harmonies of #C753BB
Complementary color
Monochromatic Colors of #C753BB
Black with #C753BB
Text Example
Text Example
White with #C753BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753BB; }
p { color: rgb(199,83,187); }
H1.HeaderClassName
{
color: #C753BB;
}
.AnyTagClassName
{
color: #C753BB;
}
</style>
background-color css
<style>
a { background-color: #C753BB; }
a { background-color: rgb(199,83,187); }
div.DivClassName
{
background-color: #C753BB;
}
.BgClassName
{
background-color: #C753BB;
}
</style>
border-color css
<style>
span { border-color: #C753BB; }
span { border-color: rgb(199,83,187); }
td.TdClassName
{
border-color: #C753BB;
}
.TagClassName
{
border-color: #C753BB;
}
</style>