Shades of Fuchsia #C458CC
Tints of Fuchsia #C458CC
RGB
CMYK
RGB Variations
Color information
#C458CC (or 0xC458CC) is known color: Fuchsia. HEX triplet: C4, 58 and CC. RGB value is (196,88,204). Sum of RGB (Red+Green+Blue) = 196+88+204=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C458CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CC is #3BA733. Grayscale: #858585. Windows color (decimal): -3909428 or 13392068. OLE color: 13392068.
HSL color Cylindrical-coordinate representation of color #C458CC: hue angle of 295.86º 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 #C458CC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 88 | 204 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.2 |
| HSL | 295.86º | 0.53% | 0.57% | - |
| HSV(B) | 295.86º | 0.57% | 0.8% | - |
| XYZ | 37.15 | 23.07 | 59.62 | - |
| YUV | 133.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 204 | 0.04 | 0.57 | 0 | 0.2 | 295.86 | 0.53 | 0.57 |
| Hex | C4 | 58 | CC | 4 | 39 | 0 | 14 | 128 | 35 | 39 |
| Octal | 304 | 130 | 314 | 4 | 71 | 0 | 24 | 450 | 65 | 71 |
| Binary | 11000100 | 1011000 | 11001100 | 100 | 111001 | 0 | 10100 | 100101000 | 110101 | 111001 |
Color Harmonies of #C458CC
Complementary color
Monochromatic Colors of #C458CC
Black with #C458CC
Text Example
Text Example
White with #C458CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458CC; }
p { color: rgb(196,88,204); }
H1.HeaderClassName
{
color: #C458CC;
}
.AnyTagClassName
{
color: #C458CC;
}
</style>
background-color css
<style>
a { background-color: #C458CC; }
a { background-color: rgb(196,88,204); }
div.DivClassName
{
background-color: #C458CC;
}
.BgClassName
{
background-color: #C458CC;
}
</style>
border-color css
<style>
span { border-color: #C458CC; }
span { border-color: rgb(196,88,204); }
td.TdClassName
{
border-color: #C458CC;
}
.TagClassName
{
border-color: #C458CC;
}
</style>