Shades of Fuchsia #C458BB
Tints of Fuchsia #C458BB
RGB
CMYK
RGB Variations
Color information
#C458BB (or 0xC458BB) is known color: Fuchsia. HEX triplet: C4, 58 and BB. RGB value is (196,88,187). Sum of RGB (Red+Green+Blue) = 196+88+187=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BB is #3BA744. Grayscale: #838383. Windows color (decimal): -3909445 or 12277956. OLE color: 12277956.
HSL color Cylindrical-coordinate representation of color #C458BB: hue angle of 305º 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 #C458BB is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 187 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.23 |
| HSL | 305º | 0.48% | 0.56% | - |
| HSV(B) | 305º | 0.55% | 0.77% | - |
| XYZ | 35.22 | 22.3 | 49.46 | - |
| YUV | 131.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 187 | 0 | 0.55 | 0.05 | 0.23 | 305 | 0.48 | 0.56 |
| Hex | C4 | 58 | BB | 0 | 37 | 5 | 17 | 131 | 30 | 38 |
| Octal | 304 | 130 | 273 | 0 | 67 | 5 | 27 | 461 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10111011 | 0 | 110111 | 101 | 10111 | 100110001 | 110000 | 111000 |
Color Harmonies of #C458BB
Complementary color
Monochromatic Colors of #C458BB
Black with #C458BB
Text Example
Text Example
White with #C458BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458BB; }
p { color: rgb(196,88,187); }
H1.HeaderClassName
{
color: #C458BB;
}
.AnyTagClassName
{
color: #C458BB;
}
</style>
background-color css
<style>
a { background-color: #C458BB; }
a { background-color: rgb(196,88,187); }
div.DivClassName
{
background-color: #C458BB;
}
.BgClassName
{
background-color: #C458BB;
}
</style>
border-color css
<style>
span { border-color: #C458BB; }
span { border-color: rgb(196,88,187); }
td.TdClassName
{
border-color: #C458BB;
}
.TagClassName
{
border-color: #C458BB;
}
</style>