Shades of Fuchsia #C455C6
Tints of Fuchsia #C455C6
RGB
CMYK
RGB Variations
Color information
#C455C6 (or 0xC455C6) is known color: Fuchsia. HEX triplet: C4, 55 and C6. RGB value is (196,85,198). Sum of RGB (Red+Green+Blue) = 196+85+198=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #C455C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455C6 is #3BAA39. Grayscale: #828282. Windows color (decimal): -3910202 or 12998084. OLE color: 12998084.
HSL color Cylindrical-coordinate representation of color #C455C6: hue angle of 298.94º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455C6 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 85 | 198 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.22 |
| HSL | 298.94º | 0.5% | 0.55% | - |
| HSV(B) | 298.94º | 0.57% | 0.78% | - |
| XYZ | 36.21 | 22.31 | 55.82 | - |
| YUV | 131.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 198 | 0.01 | 0.57 | 0 | 0.22 | 298.94 | 0.5 | 0.55 |
| Hex | C4 | 55 | C6 | 1 | 39 | 0 | 16 | 12B | 32 | 37 |
| Octal | 304 | 125 | 306 | 1 | 71 | 0 | 26 | 453 | 62 | 67 |
| Binary | 11000100 | 1010101 | 11000110 | 1 | 111001 | 0 | 10110 | 100101011 | 110010 | 110111 |
Color Harmonies of #C455C6
Complementary color
Monochromatic Colors of #C455C6
Black with #C455C6
Text Example
Text Example
White with #C455C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455C6; }
p { color: rgb(196,85,198); }
H1.HeaderClassName
{
color: #C455C6;
}
.AnyTagClassName
{
color: #C455C6;
}
</style>
background-color css
<style>
a { background-color: #C455C6; }
a { background-color: rgb(196,85,198); }
div.DivClassName
{
background-color: #C455C6;
}
.BgClassName
{
background-color: #C455C6;
}
</style>
border-color css
<style>
span { border-color: #C455C6; }
span { border-color: rgb(196,85,198); }
td.TdClassName
{
border-color: #C455C6;
}
.TagClassName
{
border-color: #C455C6;
}
</style>