Shades of Fuchsia #C55CB6
Tints of Fuchsia #C55CB6
RGB
CMYK
RGB Variations
Color information
#C55CB6 (or 0xC55CB6) is known color: Fuchsia. HEX triplet: C5, 5C and B6. RGB value is (197,92,182). Sum of RGB (Red+Green+Blue) = 197+92+182=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CB6 is #3AA349. Grayscale: #858585. Windows color (decimal): -3842890 or 11951301. OLE color: 11951301.
HSL color Cylindrical-coordinate representation of color #C55CB6: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CB6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 182 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.23 |
| HSL | 308.57º | 0.48% | 0.57% | - |
| HSV(B) | 308.57º | 0.53% | 0.77% | - |
| XYZ | 35.3 | 22.9 | 46.82 | - |
| YUV | 133.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 182 | 0 | 0.53 | 0.08 | 0.23 | 308.57 | 0.48 | 0.57 |
| Hex | C5 | 5C | B6 | 0 | 35 | 8 | 17 | 135 | 30 | 39 |
| Octal | 305 | 134 | 266 | 0 | 65 | 10 | 27 | 465 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10110110 | 0 | 110101 | 1000 | 10111 | 100110101 | 110000 | 111001 |
Color Harmonies of #C55CB6
Complementary color
Monochromatic Colors of #C55CB6
Black with #C55CB6
Text Example
Text Example
White with #C55CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CB6; }
p { color: rgb(197,92,182); }
H1.HeaderClassName
{
color: #C55CB6;
}
.AnyTagClassName
{
color: #C55CB6;
}
</style>
background-color css
<style>
a { background-color: #C55CB6; }
a { background-color: rgb(197,92,182); }
div.DivClassName
{
background-color: #C55CB6;
}
.BgClassName
{
background-color: #C55CB6;
}
</style>
border-color css
<style>
span { border-color: #C55CB6; }
span { border-color: rgb(197,92,182); }
td.TdClassName
{
border-color: #C55CB6;
}
.TagClassName
{
border-color: #C55CB6;
}
</style>