Shades of Fuchsia #C55ABD
Tints of Fuchsia #C55ABD
RGB
CMYK
RGB Variations
Color information
#C55ABD (or 0xC55ABD) is known color: Fuchsia. HEX triplet: C5, 5A and BD. RGB value is (197,90,189). Sum of RGB (Red+Green+Blue) = 197+90+189=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABD is #3AA542. Grayscale: #848484. Windows color (decimal): -3843395 or 12409541. OLE color: 12409541.
HSL color Cylindrical-coordinate representation of color #C55ABD: hue angle of 304.49º 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 #C55ABD is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 189 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.23 |
| HSL | 304.49º | 0.48% | 0.56% | - |
| HSV(B) | 304.49º | 0.54% | 0.77% | - |
| XYZ | 35.87 | 22.86 | 50.67 | - |
| YUV | 133.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 189 | 0 | 0.54 | 0.04 | 0.23 | 304.49 | 0.48 | 0.56 |
| Hex | C5 | 5A | BD | 0 | 36 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 132 | 275 | 0 | 66 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10111101 | 0 | 110110 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C55ABD
Complementary color
Monochromatic Colors of #C55ABD
Black with #C55ABD
Text Example
Text Example
White with #C55ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ABD; }
p { color: rgb(197,90,189); }
H1.HeaderClassName
{
color: #C55ABD;
}
.AnyTagClassName
{
color: #C55ABD;
}
</style>
background-color css
<style>
a { background-color: #C55ABD; }
a { background-color: rgb(197,90,189); }
div.DivClassName
{
background-color: #C55ABD;
}
.BgClassName
{
background-color: #C55ABD;
}
</style>
border-color css
<style>
span { border-color: #C55ABD; }
span { border-color: rgb(197,90,189); }
td.TdClassName
{
border-color: #C55ABD;
}
.TagClassName
{
border-color: #C55ABD;
}
</style>