Shades of Fuchsia #C753C5
Tints of Fuchsia #C753C5
RGB
CMYK
RGB Variations
Color information
#C753C5 (or 0xC753C5) is known color: Fuchsia. HEX triplet: C7, 53 and C5. RGB value is (199,83,197). Sum of RGB (Red+Green+Blue) = 199+83+197=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C753C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753C5 is #38AC3A. Grayscale: #828282. Windows color (decimal): -3714107 or 12932039. OLE color: 12932039.
HSL color Cylindrical-coordinate representation of color #C753C5: hue angle of 301.03º 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 #C753C5 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 197 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.22 |
| HSL | 301.03º | 0.51% | 0.55% | - |
| HSV(B) | 301.03º | 0.58% | 0.78% | - |
| XYZ | 36.72 | 22.36 | 55.2 | - |
| YUV | 130.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 197 | 0 | 0.58 | 0.01 | 0.22 | 301.03 | 0.51 | 0.55 |
| Hex | C7 | 53 | C5 | 0 | 3A | 1 | 16 | 12D | 33 | 37 |
| Octal | 307 | 123 | 305 | 0 | 72 | 1 | 26 | 455 | 63 | 67 |
| Binary | 11000111 | 1010011 | 11000101 | 0 | 111010 | 1 | 10110 | 100101101 | 110011 | 110111 |
Color Harmonies of #C753C5
Complementary color
Monochromatic Colors of #C753C5
Black with #C753C5
Text Example
Text Example
White with #C753C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753C5; }
p { color: rgb(199,83,197); }
H1.HeaderClassName
{
color: #C753C5;
}
.AnyTagClassName
{
color: #C753C5;
}
</style>
background-color css
<style>
a { background-color: #C753C5; }
a { background-color: rgb(199,83,197); }
div.DivClassName
{
background-color: #C753C5;
}
.BgClassName
{
background-color: #C753C5;
}
</style>
border-color css
<style>
span { border-color: #C753C5; }
span { border-color: rgb(199,83,197); }
td.TdClassName
{
border-color: #C753C5;
}
.TagClassName
{
border-color: #C753C5;
}
</style>