Shades of Fuchsia #C258C1
Tints of Fuchsia #C258C1
RGB
CMYK
RGB Variations
Color information
#C258C1 (or 0xC258C1) is known color: Fuchsia. HEX triplet: C2, 58 and C1. RGB value is (194,88,193). Sum of RGB (Red+Green+Blue) = 194+88+193=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C258C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258C1 is #3DA73E. Grayscale: #838383. Windows color (decimal): -4040511 or 12671170. OLE color: 12671170.
HSL color Cylindrical-coordinate representation of color #C258C1: hue angle of 300.57º 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 #C258C1 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 193 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.24 |
| HSL | 300.57º | 0.46% | 0.55% | - |
| HSV(B) | 300.57º | 0.55% | 0.76% | - |
| XYZ | 35.36 | 22.3 | 52.89 | - |
| YUV | 131.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 193 | 0 | 0.55 | 0.01 | 0.24 | 300.57 | 0.46 | 0.55 |
| Hex | C2 | 58 | C1 | 0 | 37 | 1 | 18 | 12D | 2E | 37 |
| Octal | 302 | 130 | 301 | 0 | 67 | 1 | 30 | 455 | 56 | 67 |
| Binary | 11000010 | 1011000 | 11000001 | 0 | 110111 | 1 | 11000 | 100101101 | 101110 | 110111 |
Color Harmonies of #C258C1
Complementary color
Monochromatic Colors of #C258C1
Black with #C258C1
Text Example
Text Example
White with #C258C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258C1; }
p { color: rgb(194,88,193); }
H1.HeaderClassName
{
color: #C258C1;
}
.AnyTagClassName
{
color: #C258C1;
}
</style>
background-color css
<style>
a { background-color: #C258C1; }
a { background-color: rgb(194,88,193); }
div.DivClassName
{
background-color: #C258C1;
}
.BgClassName
{
background-color: #C258C1;
}
</style>
border-color css
<style>
span { border-color: #C258C1; }
span { border-color: rgb(194,88,193); }
td.TdClassName
{
border-color: #C258C1;
}
.TagClassName
{
border-color: #C258C1;
}
</style>