Shades of Fuchsia #C457BC
Tints of Fuchsia #C457BC
RGB
CMYK
RGB Variations
Color information
#C457BC (or 0xC457BC) is known color: Fuchsia. HEX triplet: C4, 57 and BC. RGB value is (196,87,188). Sum of RGB (Red+Green+Blue) = 196+87+188=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C457BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457BC is #3BA843. Grayscale: #828282. Windows color (decimal): -3909700 or 12343236. OLE color: 12343236.
HSL color Cylindrical-coordinate representation of color #C457BC: hue angle of 304.4º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C457BC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 188 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.23 |
| HSL | 304.4º | 0.48% | 0.55% | - |
| HSV(B) | 304.4º | 0.56% | 0.77% | - |
| XYZ | 35.25 | 22.18 | 50 | - |
| YUV | 131.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 188 | 0 | 0.56 | 0.04 | 0.23 | 304.4 | 0.48 | 0.55 |
| Hex | C4 | 57 | BC | 0 | 38 | 4 | 17 | 130 | 30 | 37 |
| Octal | 304 | 127 | 274 | 0 | 70 | 4 | 27 | 460 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10111100 | 0 | 111000 | 100 | 10111 | 100110000 | 110000 | 110111 |
Color Harmonies of #C457BC
Complementary color
Monochromatic Colors of #C457BC
Black with #C457BC
Text Example
Text Example
White with #C457BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457BC; }
p { color: rgb(196,87,188); }
H1.HeaderClassName
{
color: #C457BC;
}
.AnyTagClassName
{
color: #C457BC;
}
</style>
background-color css
<style>
a { background-color: #C457BC; }
a { background-color: rgb(196,87,188); }
div.DivClassName
{
background-color: #C457BC;
}
.BgClassName
{
background-color: #C457BC;
}
</style>
border-color css
<style>
span { border-color: #C457BC; }
span { border-color: rgb(196,87,188); }
td.TdClassName
{
border-color: #C457BC;
}
.TagClassName
{
border-color: #C457BC;
}
</style>