Shades of Fuchsia #C458B0
Tints of Fuchsia #C458B0
RGB
CMYK
RGB Variations
Color information
#C458B0 (or 0xC458B0) is known color: Fuchsia. HEX triplet: C4, 58 and B0. RGB value is (196,88,176). Sum of RGB (Red+Green+Blue) = 196+88+176=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458B0 is #3BA74F. Grayscale: #828282. Windows color (decimal): -3909456 or 11557060. OLE color: 11557060.
HSL color Cylindrical-coordinate representation of color #C458B0: hue angle of 311.11º 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 #C458B0 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 176 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.23 |
| HSL | 311.11º | 0.48% | 0.56% | - |
| HSV(B) | 311.11º | 0.55% | 0.77% | - |
| XYZ | 34.09 | 21.85 | 43.49 | - |
| YUV | 130.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 176 | 0 | 0.55 | 0.10 | 0.23 | 311.11 | 0.48 | 0.56 |
| Hex | C4 | 58 | B0 | 0 | 37 | A | 17 | 137 | 30 | 38 |
| Octal | 304 | 130 | 260 | 0 | 67 | 12 | 27 | 467 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10110000 | 0 | 110111 | 1010 | 10111 | 100110111 | 110000 | 111000 |
Color Harmonies of #C458B0
Complementary color
Monochromatic Colors of #C458B0
Black with #C458B0
Text Example
Text Example
White with #C458B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458B0; }
p { color: rgb(196,88,176); }
H1.HeaderClassName
{
color: #C458B0;
}
.AnyTagClassName
{
color: #C458B0;
}
</style>
background-color css
<style>
a { background-color: #C458B0; }
a { background-color: rgb(196,88,176); }
div.DivClassName
{
background-color: #C458B0;
}
.BgClassName
{
background-color: #C458B0;
}
</style>
border-color css
<style>
span { border-color: #C458B0; }
span { border-color: rgb(196,88,176); }
td.TdClassName
{
border-color: #C458B0;
}
.TagClassName
{
border-color: #C458B0;
}
</style>