Shades of Fuchsia #C258B7
Tints of Fuchsia #C258B7
RGB
CMYK
RGB Variations
Color information
#C258B7 (or 0xC258B7) is known color: Fuchsia. HEX triplet: C2, 58 and B7. RGB value is (194,88,183). Sum of RGB (Red+Green+Blue) = 194+88+183=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258B7 is #3DA748. Grayscale: #828282. Windows color (decimal): -4040521 or 12015810. OLE color: 12015810.
HSL color Cylindrical-coordinate representation of color #C258B7: hue angle of 306.23º 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 #C258B7 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 183 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.24 |
| HSL | 306.23º | 0.46% | 0.55% | - |
| HSV(B) | 306.23º | 0.55% | 0.76% | - |
| XYZ | 34.29 | 21.87 | 47.21 | - |
| YUV | 130.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 183 | 0 | 0.55 | 0.06 | 0.24 | 306.23 | 0.46 | 0.55 |
| Hex | C2 | 58 | B7 | 0 | 37 | 6 | 18 | 132 | 2E | 37 |
| Octal | 302 | 130 | 267 | 0 | 67 | 6 | 30 | 462 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10110111 | 0 | 110111 | 110 | 11000 | 100110010 | 101110 | 110111 |
Color Harmonies of #C258B7
Complementary color
Monochromatic Colors of #C258B7
Black with #C258B7
Text Example
Text Example
White with #C258B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258B7; }
p { color: rgb(194,88,183); }
H1.HeaderClassName
{
color: #C258B7;
}
.AnyTagClassName
{
color: #C258B7;
}
</style>
background-color css
<style>
a { background-color: #C258B7; }
a { background-color: rgb(194,88,183); }
div.DivClassName
{
background-color: #C258B7;
}
.BgClassName
{
background-color: #C258B7;
}
</style>
border-color css
<style>
span { border-color: #C258B7; }
span { border-color: rgb(194,88,183); }
td.TdClassName
{
border-color: #C258B7;
}
.TagClassName
{
border-color: #C258B7;
}
</style>