Shades of Fuchsia #C455C3
Tints of Fuchsia #C455C3
RGB
CMYK
RGB Variations
Color information
#C455C3 (or 0xC455C3) is known color: Fuchsia. HEX triplet: C4, 55 and C3. RGB value is (196,85,195). Sum of RGB (Red+Green+Blue) = 196+85+195=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C455C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455C3 is #3BAA3C. Grayscale: #828282. Windows color (decimal): -3910205 or 12801476. OLE color: 12801476.
HSL color Cylindrical-coordinate representation of color #C455C3: hue angle of 300.54º 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 #C455C3 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 195 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.23 |
| HSL | 300.54º | 0.48% | 0.55% | - |
| HSV(B) | 300.54º | 0.57% | 0.77% | - |
| XYZ | 35.86 | 22.17 | 54.02 | - |
| YUV | 130.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 195 | 0 | 0.57 | 0.01 | 0.23 | 300.54 | 0.48 | 0.55 |
| Hex | C4 | 55 | C3 | 0 | 39 | 1 | 17 | 12D | 30 | 37 |
| Octal | 304 | 125 | 303 | 0 | 71 | 1 | 27 | 455 | 60 | 67 |
| Binary | 11000100 | 1010101 | 11000011 | 0 | 111001 | 1 | 10111 | 100101101 | 110000 | 110111 |
Color Harmonies of #C455C3
Complementary color
Monochromatic Colors of #C455C3
Black with #C455C3
Text Example
Text Example
White with #C455C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455C3; }
p { color: rgb(196,85,195); }
H1.HeaderClassName
{
color: #C455C3;
}
.AnyTagClassName
{
color: #C455C3;
}
</style>
background-color css
<style>
a { background-color: #C455C3; }
a { background-color: rgb(196,85,195); }
div.DivClassName
{
background-color: #C455C3;
}
.BgClassName
{
background-color: #C455C3;
}
</style>
border-color css
<style>
span { border-color: #C455C3; }
span { border-color: rgb(196,85,195); }
td.TdClassName
{
border-color: #C455C3;
}
.TagClassName
{
border-color: #C455C3;
}
</style>