Shades of Fuchsia #C55ABE
Tints of Fuchsia #C55ABE
RGB
CMYK
RGB Variations
Color information
#C55ABE (or 0xC55ABE) is known color: Fuchsia. HEX triplet: C5, 5A and BE. RGB value is (197,90,190). Sum of RGB (Red+Green+Blue) = 197+90+190=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABE is #3AA541. Grayscale: #858585. Windows color (decimal): -3843394 or 12475077. OLE color: 12475077.
HSL color Cylindrical-coordinate representation of color #C55ABE: hue angle of 303.93º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55ABE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 190 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.23 |
| HSL | 303.93º | 0.48% | 0.56% | - |
| HSV(B) | 303.93º | 0.54% | 0.77% | - |
| XYZ | 35.98 | 22.9 | 51.24 | - |
| YUV | 133.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 190 | 0 | 0.54 | 0.04 | 0.23 | 303.93 | 0.48 | 0.56 |
| Hex | C5 | 5A | BE | 0 | 36 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 132 | 276 | 0 | 66 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10111110 | 0 | 110110 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C55ABE
Complementary color
Monochromatic Colors of #C55ABE
Black with #C55ABE
Text Example
Text Example
White with #C55ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ABE; }
p { color: rgb(197,90,190); }
H1.HeaderClassName
{
color: #C55ABE;
}
.AnyTagClassName
{
color: #C55ABE;
}
</style>
background-color css
<style>
a { background-color: #C55ABE; }
a { background-color: rgb(197,90,190); }
div.DivClassName
{
background-color: #C55ABE;
}
.BgClassName
{
background-color: #C55ABE;
}
</style>
border-color css
<style>
span { border-color: #C55ABE; }
span { border-color: rgb(197,90,190); }
td.TdClassName
{
border-color: #C55ABE;
}
.TagClassName
{
border-color: #C55ABE;
}
</style>