Shades of Fuchsia #C455CC
Tints of Fuchsia #C455CC
RGB
CMYK
RGB Variations
Color information
#C455CC (or 0xC455CC) is known color: Fuchsia. HEX triplet: C4, 55 and CC. RGB value is (196,85,204). Sum of RGB (Red+Green+Blue) = 196+85+204=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C455CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455CC is #3BAA33. Grayscale: #838383. Windows color (decimal): -3910196 or 13391300. OLE color: 13391300.
HSL color Cylindrical-coordinate representation of color #C455CC: hue angle of 295.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C455CC is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 85 | 204 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.2 |
| HSL | 295.97º | 0.54% | 0.57% | - |
| HSV(B) | 295.97º | 0.58% | 0.8% | - |
| XYZ | 36.91 | 22.59 | 59.54 | - |
| YUV | 131.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 204 | 0.04 | 0.58 | 0 | 0.2 | 295.97 | 0.54 | 0.57 |
| Hex | C4 | 55 | CC | 4 | 3A | 0 | 14 | 128 | 36 | 39 |
| Octal | 304 | 125 | 314 | 4 | 72 | 0 | 24 | 450 | 66 | 71 |
| Binary | 11000100 | 1010101 | 11001100 | 100 | 111010 | 0 | 10100 | 100101000 | 110110 | 111001 |
Color Harmonies of #C455CC
Complementary color
Monochromatic Colors of #C455CC
Black with #C455CC
Text Example
Text Example
White with #C455CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455CC; }
p { color: rgb(196,85,204); }
H1.HeaderClassName
{
color: #C455CC;
}
.AnyTagClassName
{
color: #C455CC;
}
</style>
background-color css
<style>
a { background-color: #C455CC; }
a { background-color: rgb(196,85,204); }
div.DivClassName
{
background-color: #C455CC;
}
.BgClassName
{
background-color: #C455CC;
}
</style>
border-color css
<style>
span { border-color: #C455CC; }
span { border-color: rgb(196,85,204); }
td.TdClassName
{
border-color: #C455CC;
}
.TagClassName
{
border-color: #C455CC;
}
</style>