Shades of Fuchsia #C455C9
Tints of Fuchsia #C455C9
RGB
CMYK
RGB Variations
Color information
#C455C9 (or 0xC455C9) is known color: Fuchsia. HEX triplet: C4, 55 and C9. RGB value is (196,85,201). Sum of RGB (Red+Green+Blue) = 196+85+201=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #C455C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455C9 is #3BAA36. Grayscale: #838383. Windows color (decimal): -3910199 or 13194692. OLE color: 13194692.
HSL color Cylindrical-coordinate representation of color #C455C9: hue angle of 297.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C455C9 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 85 | 201 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.21 |
| HSL | 297.41º | 0.52% | 0.56% | - |
| HSV(B) | 297.41º | 0.58% | 0.79% | - |
| XYZ | 36.56 | 22.45 | 57.66 | - |
| YUV | 131.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 201 | 0.02 | 0.58 | 0 | 0.21 | 297.41 | 0.52 | 0.56 |
| Hex | C4 | 55 | C9 | 2 | 3A | 0 | 15 | 129 | 34 | 38 |
| Octal | 304 | 125 | 311 | 2 | 72 | 0 | 25 | 451 | 64 | 70 |
| Binary | 11000100 | 1010101 | 11001001 | 10 | 111010 | 0 | 10101 | 100101001 | 110100 | 111000 |
Color Harmonies of #C455C9
Complementary color
Monochromatic Colors of #C455C9
Black with #C455C9
Text Example
Text Example
White with #C455C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455C9; }
p { color: rgb(196,85,201); }
H1.HeaderClassName
{
color: #C455C9;
}
.AnyTagClassName
{
color: #C455C9;
}
</style>
background-color css
<style>
a { background-color: #C455C9; }
a { background-color: rgb(196,85,201); }
div.DivClassName
{
background-color: #C455C9;
}
.BgClassName
{
background-color: #C455C9;
}
</style>
border-color css
<style>
span { border-color: #C455C9; }
span { border-color: rgb(196,85,201); }
td.TdClassName
{
border-color: #C455C9;
}
.TagClassName
{
border-color: #C455C9;
}
</style>