Shades of Fuchsia #C458BD
Tints of Fuchsia #C458BD
RGB
CMYK
RGB Variations
Color information
#C458BD (or 0xC458BD) is known color: Fuchsia. HEX triplet: C4, 58 and BD. RGB value is (196,88,189). Sum of RGB (Red+Green+Blue) = 196+88+189=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BD is #3BA742. Grayscale: #838383. Windows color (decimal): -3909443 or 12409028. OLE color: 12409028.
HSL color Cylindrical-coordinate representation of color #C458BD: hue angle of 303.89º 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 #C458BD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 189 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.23 |
| HSL | 303.89º | 0.48% | 0.56% | - |
| HSV(B) | 303.89º | 0.55% | 0.77% | - |
| XYZ | 35.44 | 22.39 | 50.6 | - |
| YUV | 131.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 189 | 0 | 0.55 | 0.04 | 0.23 | 303.89 | 0.48 | 0.56 |
| Hex | C4 | 58 | BD | 0 | 37 | 4 | 17 | 130 | 30 | 38 |
| Octal | 304 | 130 | 275 | 0 | 67 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10111101 | 0 | 110111 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C458BD
Complementary color
Monochromatic Colors of #C458BD
Black with #C458BD
Text Example
Text Example
White with #C458BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458BD; }
p { color: rgb(196,88,189); }
H1.HeaderClassName
{
color: #C458BD;
}
.AnyTagClassName
{
color: #C458BD;
}
</style>
background-color css
<style>
a { background-color: #C458BD; }
a { background-color: rgb(196,88,189); }
div.DivClassName
{
background-color: #C458BD;
}
.BgClassName
{
background-color: #C458BD;
}
</style>
border-color css
<style>
span { border-color: #C458BD; }
span { border-color: rgb(196,88,189); }
td.TdClassName
{
border-color: #C458BD;
}
.TagClassName
{
border-color: #C458BD;
}
</style>