Shades of Fuchsia #C258A8
Tints of Fuchsia #C258A8
RGB
CMYK
RGB Variations
Color information
#C258A8 (or 0xC258A8) is known color: Fuchsia. HEX triplet: C2, 58 and A8. RGB value is (194,88,168). Sum of RGB (Red+Green+Blue) = 194+88+168=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A8 is #3DA757. Grayscale: #808080. Windows color (decimal): -4040536 or 11032770. OLE color: 11032770.
HSL color Cylindrical-coordinate representation of color #C258A8: hue angle of 314.72º 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 #C258A8 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 168 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.24 |
| HSL | 314.72º | 0.46% | 0.55% | - |
| HSV(B) | 314.72º | 0.55% | 0.76% | - |
| XYZ | 32.81 | 21.28 | 39.42 | - |
| YUV | 128.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 168 | 0 | 0.55 | 0.13 | 0.24 | 314.72 | 0.46 | 0.55 |
| Hex | C2 | 58 | A8 | 0 | 37 | D | 18 | 13B | 2E | 37 |
| Octal | 302 | 130 | 250 | 0 | 67 | 15 | 30 | 473 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10101000 | 0 | 110111 | 1101 | 11000 | 100111011 | 101110 | 110111 |
Color Harmonies of #C258A8
Complementary color
Monochromatic Colors of #C258A8
Black with #C258A8
Text Example
Text Example
White with #C258A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258A8; }
p { color: rgb(194,88,168); }
H1.HeaderClassName
{
color: #C258A8;
}
.AnyTagClassName
{
color: #C258A8;
}
</style>
background-color css
<style>
a { background-color: #C258A8; }
a { background-color: rgb(194,88,168); }
div.DivClassName
{
background-color: #C258A8;
}
.BgClassName
{
background-color: #C258A8;
}
</style>
border-color css
<style>
span { border-color: #C258A8; }
span { border-color: rgb(194,88,168); }
td.TdClassName
{
border-color: #C258A8;
}
.TagClassName
{
border-color: #C258A8;
}
</style>