Shades of Fuchsia #C458CB
Tints of Fuchsia #C458CB
RGB
CMYK
RGB Variations
Color information
#C458CB (or 0xC458CB) is known color: Fuchsia. HEX triplet: C4, 58 and CB. RGB value is (196,88,203). Sum of RGB (Red+Green+Blue) = 196+88+203=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C458CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CB is #3BA734. Grayscale: #858585. Windows color (decimal): -3909429 or 13326532. OLE color: 13326532.
HSL color Cylindrical-coordinate representation of color #C458CB: hue angle of 296.35º 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 #C458CB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 88 | 203 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.20 |
| HSL | 296.35º | 0.53% | 0.57% | - |
| HSV(B) | 296.35º | 0.57% | 0.8% | - |
| XYZ | 37.03 | 23.03 | 58.99 | - |
| YUV | 133.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 203 | 0.03 | 0.57 | 0 | 0.20 | 296.35 | 0.53 | 0.57 |
| Hex | C4 | 58 | CB | 3 | 39 | 0 | 14 | 128 | 35 | 39 |
| Octal | 304 | 130 | 313 | 3 | 71 | 0 | 24 | 450 | 65 | 71 |
| Binary | 11000100 | 1011000 | 11001011 | 11 | 111001 | 0 | 10100 | 100101000 | 110101 | 111001 |
Color Harmonies of #C458CB
Complementary color
Monochromatic Colors of #C458CB
Black with #C458CB
Text Example
Text Example
White with #C458CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458CB; }
p { color: rgb(196,88,203); }
H1.HeaderClassName
{
color: #C458CB;
}
.AnyTagClassName
{
color: #C458CB;
}
</style>
background-color css
<style>
a { background-color: #C458CB; }
a { background-color: rgb(196,88,203); }
div.DivClassName
{
background-color: #C458CB;
}
.BgClassName
{
background-color: #C458CB;
}
</style>
border-color css
<style>
span { border-color: #C458CB; }
span { border-color: rgb(196,88,203); }
td.TdClassName
{
border-color: #C458CB;
}
.TagClassName
{
border-color: #C458CB;
}
</style>