Shades of Fuchsia #C258BA
Tints of Fuchsia #C258BA
RGB
CMYK
RGB Variations
Color information
#C258BA (or 0xC258BA) is known color: Fuchsia. HEX triplet: C2, 58 and BA. RGB value is (194,88,186). Sum of RGB (Red+Green+Blue) = 194+88+186=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C258BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258BA is #3DA745. Grayscale: #828282. Windows color (decimal): -4040518 or 12212418. OLE color: 12212418.
HSL color Cylindrical-coordinate representation of color #C258BA: hue angle of 304.53º 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 #C258BA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 186 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.24 |
| HSL | 304.53º | 0.46% | 0.55% | - |
| HSV(B) | 304.53º | 0.55% | 0.76% | - |
| XYZ | 34.6 | 21.99 | 48.88 | - |
| YUV | 130.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 186 | 0 | 0.55 | 0.04 | 0.24 | 304.53 | 0.46 | 0.55 |
| Hex | C2 | 58 | BA | 0 | 37 | 4 | 18 | 131 | 2E | 37 |
| Octal | 302 | 130 | 272 | 0 | 67 | 4 | 30 | 461 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10111010 | 0 | 110111 | 100 | 11000 | 100110001 | 101110 | 110111 |
Color Harmonies of #C258BA
Complementary color
Monochromatic Colors of #C258BA
Black with #C258BA
Text Example
Text Example
White with #C258BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258BA; }
p { color: rgb(194,88,186); }
H1.HeaderClassName
{
color: #C258BA;
}
.AnyTagClassName
{
color: #C258BA;
}
</style>
background-color css
<style>
a { background-color: #C258BA; }
a { background-color: rgb(194,88,186); }
div.DivClassName
{
background-color: #C258BA;
}
.BgClassName
{
background-color: #C258BA;
}
</style>
border-color css
<style>
span { border-color: #C258BA; }
span { border-color: rgb(194,88,186); }
td.TdClassName
{
border-color: #C258BA;
}
.TagClassName
{
border-color: #C258BA;
}
</style>