Shades of Fuchsia #C757C8
Tints of Fuchsia #C757C8
RGB
CMYK
RGB Variations
Color information
#C757C8 (or 0xC757C8) is known color: Fuchsia. HEX triplet: C7, 57 and C8. RGB value is (199,87,200). Sum of RGB (Red+Green+Blue) = 199+87+200=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #C757C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757C8 is #38A837. Grayscale: #858585. Windows color (decimal): -3713080 or 13129671. OLE color: 13129671.
HSL color Cylindrical-coordinate representation of color #C757C8: hue angle of 299.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C757C8 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 200 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.22 |
| HSL | 299.47º | 0.51% | 0.56% | - |
| HSV(B) | 299.47º | 0.57% | 0.78% | - |
| XYZ | 37.39 | 23.13 | 57.14 | - |
| YUV | 133.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 200 | 0.00 | 0.56 | 0 | 0.22 | 299.47 | 0.51 | 0.56 |
| Hex | C7 | 57 | C8 | 0 | 38 | 0 | 16 | 12B | 33 | 38 |
| Octal | 307 | 127 | 310 | 0 | 70 | 0 | 26 | 453 | 63 | 70 |
| Binary | 11000111 | 1010111 | 11001000 | 0 | 111000 | 0 | 10110 | 100101011 | 110011 | 111000 |
Color Harmonies of #C757C8
Complementary color
Monochromatic Colors of #C757C8
Black with #C757C8
Text Example
Text Example
White with #C757C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757C8; }
p { color: rgb(199,87,200); }
H1.HeaderClassName
{
color: #C757C8;
}
.AnyTagClassName
{
color: #C757C8;
}
</style>
background-color css
<style>
a { background-color: #C757C8; }
a { background-color: rgb(199,87,200); }
div.DivClassName
{
background-color: #C757C8;
}
.BgClassName
{
background-color: #C757C8;
}
</style>
border-color css
<style>
span { border-color: #C757C8; }
span { border-color: rgb(199,87,200); }
td.TdClassName
{
border-color: #C757C8;
}
.TagClassName
{
border-color: #C757C8;
}
</style>