Shades of Fuchsia #C258CC
Tints of Fuchsia #C258CC
RGB
CMYK
RGB Variations
Color information
#C258CC (or 0xC258CC) is known color: Fuchsia. HEX triplet: C2, 58 and CC. RGB value is (194,88,204). Sum of RGB (Red+Green+Blue) = 194+88+204=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #C258CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258CC is #3DA733. Grayscale: #848484. Windows color (decimal): -4040500 or 13392066. OLE color: 13392066.
HSL color Cylindrical-coordinate representation of color #C258CC: hue angle of 294.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C258CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 88 | 204 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.2 |
| HSL | 294.83º | 0.53% | 0.57% | - |
| HSV(B) | 294.83º | 0.57% | 0.8% | - |
| XYZ | 36.64 | 22.81 | 59.6 | - |
| YUV | 132.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 204 | 0.05 | 0.57 | 0 | 0.2 | 294.83 | 0.53 | 0.57 |
| Hex | C2 | 58 | CC | 5 | 39 | 0 | 14 | 127 | 35 | 39 |
| Octal | 302 | 130 | 314 | 5 | 71 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000010 | 1011000 | 11001100 | 101 | 111001 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C258CC
Complementary color
Monochromatic Colors of #C258CC
Black with #C258CC
Text Example
Text Example
White with #C258CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258CC; }
p { color: rgb(194,88,204); }
H1.HeaderClassName
{
color: #C258CC;
}
.AnyTagClassName
{
color: #C258CC;
}
</style>
background-color css
<style>
a { background-color: #C258CC; }
a { background-color: rgb(194,88,204); }
div.DivClassName
{
background-color: #C258CC;
}
.BgClassName
{
background-color: #C258CC;
}
</style>
border-color css
<style>
span { border-color: #C258CC; }
span { border-color: rgb(194,88,204); }
td.TdClassName
{
border-color: #C258CC;
}
.TagClassName
{
border-color: #C258CC;
}
</style>