Shades of Fuchsia #C757BA
Tints of Fuchsia #C757BA
RGB
CMYK
RGB Variations
Color information
#C757BA (or 0xC757BA) is known color: Fuchsia. HEX triplet: C7, 57 and BA. RGB value is (199,87,186). Sum of RGB (Red+Green+Blue) = 199+87+186=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C757BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757BA is #38A845. Grayscale: #838383. Windows color (decimal): -3713094 or 12212167. OLE color: 12212167.
HSL color Cylindrical-coordinate representation of color #C757BA: hue angle of 306.96º degrees, saturation: 0.5, 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 #C757BA is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 186 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.22 |
| HSL | 306.96º | 0.5% | 0.56% | - |
| HSV(B) | 306.96º | 0.56% | 0.78% | - |
| XYZ | 35.82 | 22.5 | 48.91 | - |
| YUV | 131.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 186 | 0 | 0.56 | 0.07 | 0.22 | 306.96 | 0.5 | 0.56 |
| Hex | C7 | 57 | BA | 0 | 38 | 7 | 16 | 133 | 32 | 38 |
| Octal | 307 | 127 | 272 | 0 | 70 | 7 | 26 | 463 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10111010 | 0 | 111000 | 111 | 10110 | 100110011 | 110010 | 111000 |
Color Harmonies of #C757BA
Complementary color
Monochromatic Colors of #C757BA
Black with #C757BA
Text Example
Text Example
White with #C757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757BA; }
p { color: rgb(199,87,186); }
H1.HeaderClassName
{
color: #C757BA;
}
.AnyTagClassName
{
color: #C757BA;
}
</style>
background-color css
<style>
a { background-color: #C757BA; }
a { background-color: rgb(199,87,186); }
div.DivClassName
{
background-color: #C757BA;
}
.BgClassName
{
background-color: #C757BA;
}
</style>
border-color css
<style>
span { border-color: #C757BA; }
span { border-color: rgb(199,87,186); }
td.TdClassName
{
border-color: #C757BA;
}
.TagClassName
{
border-color: #C757BA;
}
</style>