Shades of Fuchsia #C753B7
Tints of Fuchsia #C753B7
RGB
CMYK
RGB Variations
Color information
#C753B7 (or 0xC753B7) is known color: Fuchsia. HEX triplet: C7, 53 and B7. RGB value is (199,83,183). Sum of RGB (Red+Green+Blue) = 199+83+183=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C753B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753B7 is #38AC48. Grayscale: #808080. Windows color (decimal): -3714121 or 12014535. OLE color: 12014535.
HSL color Cylindrical-coordinate representation of color #C753B7: hue angle of 308.28º 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 #C753B7 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 183 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.22 |
| HSL | 308.28º | 0.51% | 0.55% | - |
| HSV(B) | 308.28º | 0.58% | 0.78% | - |
| XYZ | 35.19 | 21.75 | 47.14 | - |
| YUV | 129.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 183 | 0 | 0.58 | 0.08 | 0.22 | 308.28 | 0.51 | 0.55 |
| Hex | C7 | 53 | B7 | 0 | 3A | 8 | 16 | 134 | 33 | 37 |
| Octal | 307 | 123 | 267 | 0 | 72 | 10 | 26 | 464 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10110111 | 0 | 111010 | 1000 | 10110 | 100110100 | 110011 | 110111 |
Color Harmonies of #C753B7
Complementary color
Monochromatic Colors of #C753B7
Black with #C753B7
Text Example
Text Example
White with #C753B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753B7; }
p { color: rgb(199,83,183); }
H1.HeaderClassName
{
color: #C753B7;
}
.AnyTagClassName
{
color: #C753B7;
}
</style>
background-color css
<style>
a { background-color: #C753B7; }
a { background-color: rgb(199,83,183); }
div.DivClassName
{
background-color: #C753B7;
}
.BgClassName
{
background-color: #C753B7;
}
</style>
border-color css
<style>
span { border-color: #C753B7; }
span { border-color: rgb(199,83,183); }
td.TdClassName
{
border-color: #C753B7;
}
.TagClassName
{
border-color: #C753B7;
}
</style>