Shades of Fuchsia #C258B5
Tints of Fuchsia #C258B5
RGB
CMYK
RGB Variations
Color information
#C258B5 (or 0xC258B5) is known color: Fuchsia. HEX triplet: C2, 58 and B5. RGB value is (194,88,181). Sum of RGB (Red+Green+Blue) = 194+88+181=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258B5 is #3DA74A. Grayscale: #828282. Windows color (decimal): -4040523 or 11884738. OLE color: 11884738.
HSL color Cylindrical-coordinate representation of color #C258B5: hue angle of 307.36º 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 #C258B5 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 181 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.24 |
| HSL | 307.36º | 0.46% | 0.55% | - |
| HSV(B) | 307.36º | 0.55% | 0.76% | - |
| XYZ | 34.08 | 21.78 | 46.12 | - |
| YUV | 130.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 181 | 0 | 0.55 | 0.07 | 0.24 | 307.36 | 0.46 | 0.55 |
| Hex | C2 | 58 | B5 | 0 | 37 | 7 | 18 | 133 | 2E | 37 |
| Octal | 302 | 130 | 265 | 0 | 67 | 7 | 30 | 463 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10110101 | 0 | 110111 | 111 | 11000 | 100110011 | 101110 | 110111 |
Color Harmonies of #C258B5
Complementary color
Monochromatic Colors of #C258B5
Black with #C258B5
Text Example
Text Example
White with #C258B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258B5; }
p { color: rgb(194,88,181); }
H1.HeaderClassName
{
color: #C258B5;
}
.AnyTagClassName
{
color: #C258B5;
}
</style>
background-color css
<style>
a { background-color: #C258B5; }
a { background-color: rgb(194,88,181); }
div.DivClassName
{
background-color: #C258B5;
}
.BgClassName
{
background-color: #C258B5;
}
</style>
border-color css
<style>
span { border-color: #C258B5; }
span { border-color: rgb(194,88,181); }
td.TdClassName
{
border-color: #C258B5;
}
.TagClassName
{
border-color: #C258B5;
}
</style>