Shades of Fuchsia #C257BC
Tints of Fuchsia #C257BC
RGB
CMYK
RGB Variations
Color information
#C257BC (or 0xC257BC) is known color: Fuchsia. HEX triplet: C2, 57 and BC. RGB value is (194,87,188). Sum of RGB (Red+Green+Blue) = 194+87+188=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C257BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257BC is #3DA843. Grayscale: #828282. Windows color (decimal): -4040772 or 12343234. OLE color: 12343234.
HSL color Cylindrical-coordinate representation of color #C257BC: hue angle of 303.36º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257BC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 188 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.24 |
| HSL | 303.36º | 0.47% | 0.55% | - |
| HSV(B) | 303.36º | 0.55% | 0.76% | - |
| XYZ | 34.73 | 21.92 | 49.98 | - |
| YUV | 130.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 188 | 0 | 0.55 | 0.03 | 0.24 | 303.36 | 0.47 | 0.55 |
| Hex | C2 | 57 | BC | 0 | 37 | 3 | 18 | 12F | 2F | 37 |
| Octal | 302 | 127 | 274 | 0 | 67 | 3 | 30 | 457 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10111100 | 0 | 110111 | 11 | 11000 | 100101111 | 101111 | 110111 |
Color Harmonies of #C257BC
Complementary color
Monochromatic Colors of #C257BC
Black with #C257BC
Text Example
Text Example
White with #C257BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257BC; }
p { color: rgb(194,87,188); }
H1.HeaderClassName
{
color: #C257BC;
}
.AnyTagClassName
{
color: #C257BC;
}
</style>
background-color css
<style>
a { background-color: #C257BC; }
a { background-color: rgb(194,87,188); }
div.DivClassName
{
background-color: #C257BC;
}
.BgClassName
{
background-color: #C257BC;
}
</style>
border-color css
<style>
span { border-color: #C257BC; }
span { border-color: rgb(194,87,188); }
td.TdClassName
{
border-color: #C257BC;
}
.TagClassName
{
border-color: #C257BC;
}
</style>