Shades of Fuchsia #C258AB
Tints of Fuchsia #C258AB
RGB
CMYK
RGB Variations
Color information
#C258AB (or 0xC258AB) is known color: Fuchsia. HEX triplet: C2, 58 and AB. RGB value is (194,88,171). Sum of RGB (Red+Green+Blue) = 194+88+171=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C258AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258AB is #3DA754. Grayscale: #808080. Windows color (decimal): -4040533 or 11229378. OLE color: 11229378.
HSL color Cylindrical-coordinate representation of color #C258AB: hue angle of 313.02º 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 #C258AB is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 171 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.24 |
| HSL | 313.02º | 0.46% | 0.55% | - |
| HSV(B) | 313.02º | 0.55% | 0.76% | - |
| XYZ | 33.09 | 21.39 | 40.91 | - |
| YUV | 129.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 171 | 0 | 0.55 | 0.12 | 0.24 | 313.02 | 0.46 | 0.55 |
| Hex | C2 | 58 | AB | 0 | 37 | C | 18 | 139 | 2E | 37 |
| Octal | 302 | 130 | 253 | 0 | 67 | 14 | 30 | 471 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10101011 | 0 | 110111 | 1100 | 11000 | 100111001 | 101110 | 110111 |
Color Harmonies of #C258AB
Complementary color
Monochromatic Colors of #C258AB
Black with #C258AB
Text Example
Text Example
White with #C258AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258AB; }
p { color: rgb(194,88,171); }
H1.HeaderClassName
{
color: #C258AB;
}
.AnyTagClassName
{
color: #C258AB;
}
</style>
background-color css
<style>
a { background-color: #C258AB; }
a { background-color: rgb(194,88,171); }
div.DivClassName
{
background-color: #C258AB;
}
.BgClassName
{
background-color: #C258AB;
}
</style>
border-color css
<style>
span { border-color: #C258AB; }
span { border-color: rgb(194,88,171); }
td.TdClassName
{
border-color: #C258AB;
}
.TagClassName
{
border-color: #C258AB;
}
</style>