Shades of Fuchsia #C258C0
Tints of Fuchsia #C258C0
RGB
CMYK
RGB Variations
Color information
#C258C0 (or 0xC258C0) is known color: Fuchsia. HEX triplet: C2, 58 and C0. RGB value is (194,88,192). Sum of RGB (Red+Green+Blue) = 194+88+192=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C258C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258C0 is #3DA73F. Grayscale: #838383. Windows color (decimal): -4040512 or 12605634. OLE color: 12605634.
HSL color Cylindrical-coordinate representation of color #C258C0: hue angle of 301.13º 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 #C258C0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 192 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.24 |
| HSL | 301.13º | 0.46% | 0.55% | - |
| HSV(B) | 301.13º | 0.55% | 0.76% | - |
| XYZ | 35.25 | 22.25 | 52.31 | - |
| YUV | 131.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 192 | 0 | 0.55 | 0.01 | 0.24 | 301.13 | 0.46 | 0.55 |
| Hex | C2 | 58 | C0 | 0 | 37 | 1 | 18 | 12D | 2E | 37 |
| Octal | 302 | 130 | 300 | 0 | 67 | 1 | 30 | 455 | 56 | 67 |
| Binary | 11000010 | 1011000 | 11000000 | 0 | 110111 | 1 | 11000 | 100101101 | 101110 | 110111 |
Color Harmonies of #C258C0
Complementary color
Monochromatic Colors of #C258C0
Black with #C258C0
Text Example
Text Example
White with #C258C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258C0; }
p { color: rgb(194,88,192); }
H1.HeaderClassName
{
color: #C258C0;
}
.AnyTagClassName
{
color: #C258C0;
}
</style>
background-color css
<style>
a { background-color: #C258C0; }
a { background-color: rgb(194,88,192); }
div.DivClassName
{
background-color: #C258C0;
}
.BgClassName
{
background-color: #C258C0;
}
</style>
border-color css
<style>
span { border-color: #C258C0; }
span { border-color: rgb(194,88,192); }
td.TdClassName
{
border-color: #C258C0;
}
.TagClassName
{
border-color: #C258C0;
}
</style>