Shades of Fuchsia #C555CE
Tints of Fuchsia #C555CE
RGB
CMYK
RGB Variations
Color information
#C555CE (or 0xC555CE) is known color: Fuchsia. HEX triplet: C5, 55 and CE. RGB value is (197,85,206). Sum of RGB (Red+Green+Blue) = 197+85+206=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C555CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CE is #3AAA31. Grayscale: #838383. Windows color (decimal): -3844658 or 13522373. OLE color: 13522373.
HSL color Cylindrical-coordinate representation of color #C555CE: hue angle of 295.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C555CE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 85 | 206 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.19 |
| HSL | 295.54º | 0.55% | 0.57% | - |
| HSV(B) | 295.54º | 0.59% | 0.81% | - |
| XYZ | 37.42 | 22.82 | 60.83 | - |
| YUV | 132.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 206 | 0.04 | 0.59 | 0 | 0.19 | 295.54 | 0.55 | 0.57 |
| Hex | C5 | 55 | CE | 4 | 3B | 0 | 13 | 128 | 37 | 39 |
| Octal | 305 | 125 | 316 | 4 | 73 | 0 | 23 | 450 | 67 | 71 |
| Binary | 11000101 | 1010101 | 11001110 | 100 | 111011 | 0 | 10011 | 100101000 | 110111 | 111001 |
Color Harmonies of #C555CE
Complementary color
Monochromatic Colors of #C555CE
Black with #C555CE
Text Example
Text Example
White with #C555CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555CE; }
p { color: rgb(197,85,206); }
H1.HeaderClassName
{
color: #C555CE;
}
.AnyTagClassName
{
color: #C555CE;
}
</style>
background-color css
<style>
a { background-color: #C555CE; }
a { background-color: rgb(197,85,206); }
div.DivClassName
{
background-color: #C555CE;
}
.BgClassName
{
background-color: #C555CE;
}
</style>
border-color css
<style>
span { border-color: #C555CE; }
span { border-color: rgb(197,85,206); }
td.TdClassName
{
border-color: #C555CE;
}
.TagClassName
{
border-color: #C555CE;
}
</style>