Shades of Fuchsia #C458BA
Tints of Fuchsia #C458BA
RGB
CMYK
RGB Variations
Color information
#C458BA (or 0xC458BA) is known color: Fuchsia. HEX triplet: C4, 58 and BA. RGB value is (196,88,186). Sum of RGB (Red+Green+Blue) = 196+88+186=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BA is #3BA745. Grayscale: #838383. Windows color (decimal): -3909446 or 12212420. OLE color: 12212420.
HSL color Cylindrical-coordinate representation of color #C458BA: hue angle of 305.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458BA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 186 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.23 |
| HSL | 305.56º | 0.48% | 0.56% | - |
| HSV(B) | 305.56º | 0.55% | 0.77% | - |
| XYZ | 35.12 | 22.26 | 48.9 | - |
| YUV | 131.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 186 | 0 | 0.55 | 0.05 | 0.23 | 305.56 | 0.48 | 0.56 |
| Hex | C4 | 58 | BA | 0 | 37 | 5 | 17 | 132 | 30 | 38 |
| Octal | 304 | 130 | 272 | 0 | 67 | 5 | 27 | 462 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10111010 | 0 | 110111 | 101 | 10111 | 100110010 | 110000 | 111000 |
Color Harmonies of #C458BA
Complementary color
Monochromatic Colors of #C458BA
Black with #C458BA
Text Example
Text Example
White with #C458BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458BA; }
p { color: rgb(196,88,186); }
H1.HeaderClassName
{
color: #C458BA;
}
.AnyTagClassName
{
color: #C458BA;
}
</style>
background-color css
<style>
a { background-color: #C458BA; }
a { background-color: rgb(196,88,186); }
div.DivClassName
{
background-color: #C458BA;
}
.BgClassName
{
background-color: #C458BA;
}
</style>
border-color css
<style>
span { border-color: #C458BA; }
span { border-color: rgb(196,88,186); }
td.TdClassName
{
border-color: #C458BA;
}
.TagClassName
{
border-color: #C458BA;
}
</style>