Shades of Fuchsia #C458BC
Tints of Fuchsia #C458BC
RGB
CMYK
RGB Variations
Color information
#C458BC (or 0xC458BC) is known color: Fuchsia. HEX triplet: C4, 58 and BC. RGB value is (196,88,188). Sum of RGB (Red+Green+Blue) = 196+88+188=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BC is #3BA743. Grayscale: #838383. Windows color (decimal): -3909444 or 12343492. OLE color: 12343492.
HSL color Cylindrical-coordinate representation of color #C458BC: hue angle of 304.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458BC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 188 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.23 |
| HSL | 304.44º | 0.48% | 0.56% | - |
| HSV(B) | 304.44º | 0.55% | 0.77% | - |
| XYZ | 35.33 | 22.35 | 50.03 | - |
| YUV | 131.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 188 | 0 | 0.55 | 0.04 | 0.23 | 304.44 | 0.48 | 0.56 |
| Hex | C4 | 58 | BC | 0 | 37 | 4 | 17 | 130 | 30 | 38 |
| Octal | 304 | 130 | 274 | 0 | 67 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10111100 | 0 | 110111 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C458BC
Complementary color
Monochromatic Colors of #C458BC
Black with #C458BC
Text Example
Text Example
White with #C458BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458BC; }
p { color: rgb(196,88,188); }
H1.HeaderClassName
{
color: #C458BC;
}
.AnyTagClassName
{
color: #C458BC;
}
</style>
background-color css
<style>
a { background-color: #C458BC; }
a { background-color: rgb(196,88,188); }
div.DivClassName
{
background-color: #C458BC;
}
.BgClassName
{
background-color: #C458BC;
}
</style>
border-color css
<style>
span { border-color: #C458BC; }
span { border-color: rgb(196,88,188); }
td.TdClassName
{
border-color: #C458BC;
}
.TagClassName
{
border-color: #C458BC;
}
</style>