Shades of Fuchsia #C258B0
Tints of Fuchsia #C258B0
RGB
CMYK
RGB Variations
Color information
#C258B0 (or 0xC258B0) is known color: Fuchsia. HEX triplet: C2, 58 and B0. RGB value is (194,88,176). Sum of RGB (Red+Green+Blue) = 194+88+176=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258B0 is #3DA74F. Grayscale: #818181. Windows color (decimal): -4040528 or 11557058. OLE color: 11557058.
HSL color Cylindrical-coordinate representation of color #C258B0: hue angle of 310.19º degrees, saturation: 0.46, 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 #C258B0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 176 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.24 |
| HSL | 310.19º | 0.46% | 0.55% | - |
| HSV(B) | 310.19º | 0.55% | 0.76% | - |
| XYZ | 33.57 | 21.58 | 43.47 | - |
| YUV | 129.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 176 | 0 | 0.55 | 0.09 | 0.24 | 310.19 | 0.46 | 0.55 |
| Hex | C2 | 58 | B0 | 0 | 37 | 9 | 18 | 136 | 2E | 37 |
| Octal | 302 | 130 | 260 | 0 | 67 | 11 | 30 | 466 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10110000 | 0 | 110111 | 1001 | 11000 | 100110110 | 101110 | 110111 |
Color Harmonies of #C258B0
Complementary color
Monochromatic Colors of #C258B0
Black with #C258B0
Text Example
Text Example
White with #C258B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258B0; }
p { color: rgb(194,88,176); }
H1.HeaderClassName
{
color: #C258B0;
}
.AnyTagClassName
{
color: #C258B0;
}
</style>
background-color css
<style>
a { background-color: #C258B0; }
a { background-color: rgb(194,88,176); }
div.DivClassName
{
background-color: #C258B0;
}
.BgClassName
{
background-color: #C258B0;
}
</style>
border-color css
<style>
span { border-color: #C258B0; }
span { border-color: rgb(194,88,176); }
td.TdClassName
{
border-color: #C258B0;
}
.TagClassName
{
border-color: #C258B0;
}
</style>