Shades of Fuchsia #C455BD
Tints of Fuchsia #C455BD
RGB
CMYK
RGB Variations
Color information
#C455BD (or 0xC455BD) is known color: Fuchsia. HEX triplet: C4, 55 and BD. RGB value is (196,85,189). Sum of RGB (Red+Green+Blue) = 196+85+189=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C455BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455BD is #3BAA42. Grayscale: #818181. Windows color (decimal): -3910211 or 12408260. OLE color: 12408260.
HSL color Cylindrical-coordinate representation of color #C455BD: hue angle of 303.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455BD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 189 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.23 |
| HSL | 303.78º | 0.48% | 0.55% | - |
| HSV(B) | 303.78º | 0.57% | 0.77% | - |
| XYZ | 35.2 | 21.91 | 50.52 | - |
| YUV | 130.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 189 | 0 | 0.57 | 0.04 | 0.23 | 303.78 | 0.48 | 0.55 |
| Hex | C4 | 55 | BD | 0 | 39 | 4 | 17 | 130 | 30 | 37 |
| Octal | 304 | 125 | 275 | 0 | 71 | 4 | 27 | 460 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10111101 | 0 | 111001 | 100 | 10111 | 100110000 | 110000 | 110111 |
Color Harmonies of #C455BD
Complementary color
Monochromatic Colors of #C455BD
Black with #C455BD
Text Example
Text Example
White with #C455BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455BD; }
p { color: rgb(196,85,189); }
H1.HeaderClassName
{
color: #C455BD;
}
.AnyTagClassName
{
color: #C455BD;
}
</style>
background-color css
<style>
a { background-color: #C455BD; }
a { background-color: rgb(196,85,189); }
div.DivClassName
{
background-color: #C455BD;
}
.BgClassName
{
background-color: #C455BD;
}
</style>
border-color css
<style>
span { border-color: #C455BD; }
span { border-color: rgb(196,85,189); }
td.TdClassName
{
border-color: #C455BD;
}
.TagClassName
{
border-color: #C455BD;
}
</style>