Shades of Fuchsia #C258B9
Tints of Fuchsia #C258B9
RGB
CMYK
RGB Variations
Color information
#C258B9 (or 0xC258B9) is known color: Fuchsia. HEX triplet: C2, 58 and B9. RGB value is (194,88,185). Sum of RGB (Red+Green+Blue) = 194+88+185=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258B9 is #3DA746. Grayscale: #828282. Windows color (decimal): -4040519 or 12146882. OLE color: 12146882.
HSL color Cylindrical-coordinate representation of color #C258B9: hue angle of 305.09º 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 #C258B9 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 185 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.24 |
| HSL | 305.09º | 0.46% | 0.55% | - |
| HSV(B) | 305.09º | 0.55% | 0.76% | - |
| XYZ | 34.49 | 21.95 | 48.32 | - |
| YUV | 130.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 185 | 0 | 0.55 | 0.05 | 0.24 | 305.09 | 0.46 | 0.55 |
| Hex | C2 | 58 | B9 | 0 | 37 | 5 | 18 | 131 | 2E | 37 |
| Octal | 302 | 130 | 271 | 0 | 67 | 5 | 30 | 461 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10111001 | 0 | 110111 | 101 | 11000 | 100110001 | 101110 | 110111 |
Color Harmonies of #C258B9
Complementary color
Monochromatic Colors of #C258B9
Black with #C258B9
Text Example
Text Example
White with #C258B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258B9; }
p { color: rgb(194,88,185); }
H1.HeaderClassName
{
color: #C258B9;
}
.AnyTagClassName
{
color: #C258B9;
}
</style>
background-color css
<style>
a { background-color: #C258B9; }
a { background-color: rgb(194,88,185); }
div.DivClassName
{
background-color: #C258B9;
}
.BgClassName
{
background-color: #C258B9;
}
</style>
border-color css
<style>
span { border-color: #C258B9; }
span { border-color: rgb(194,88,185); }
td.TdClassName
{
border-color: #C258B9;
}
.TagClassName
{
border-color: #C258B9;
}
</style>