Shades of Fuchsia #C555BE
Tints of Fuchsia #C555BE
RGB
CMYK
RGB Variations
Color information
#C555BE (or 0xC555BE) is known color: Fuchsia. HEX triplet: C5, 55 and BE. RGB value is (197,85,190). Sum of RGB (Red+Green+Blue) = 197+85+190=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C555BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555BE is #3AAA41. Grayscale: #828282. Windows color (decimal): -3844674 or 12473797. OLE color: 12473797.
HSL color Cylindrical-coordinate representation of color #C555BE: hue angle of 303.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C555BE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 190 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.23 |
| HSL | 303.75º | 0.49% | 0.55% | - |
| HSV(B) | 303.75º | 0.57% | 0.77% | - |
| XYZ | 35.57 | 22.09 | 51.1 | - |
| YUV | 130.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 190 | 0 | 0.57 | 0.04 | 0.23 | 303.75 | 0.49 | 0.55 |
| Hex | C5 | 55 | BE | 0 | 39 | 4 | 17 | 130 | 31 | 37 |
| Octal | 305 | 125 | 276 | 0 | 71 | 4 | 27 | 460 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10111110 | 0 | 111001 | 100 | 10111 | 100110000 | 110001 | 110111 |
Color Harmonies of #C555BE
Complementary color
Monochromatic Colors of #C555BE
Black with #C555BE
Text Example
Text Example
White with #C555BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555BE; }
p { color: rgb(197,85,190); }
H1.HeaderClassName
{
color: #C555BE;
}
.AnyTagClassName
{
color: #C555BE;
}
</style>
background-color css
<style>
a { background-color: #C555BE; }
a { background-color: rgb(197,85,190); }
div.DivClassName
{
background-color: #C555BE;
}
.BgClassName
{
background-color: #C555BE;
}
</style>
border-color css
<style>
span { border-color: #C555BE; }
span { border-color: rgb(197,85,190); }
td.TdClassName
{
border-color: #C555BE;
}
.TagClassName
{
border-color: #C555BE;
}
</style>