Shades of Fuchsia #C15AB2
Tints of Fuchsia #C15AB2
RGB
CMYK
RGB Variations
Color information
#C15AB2 (or 0xC15AB2) is known color: Fuchsia. HEX triplet: C1, 5A and B2. RGB value is (193,90,178). Sum of RGB (Red+Green+Blue) = 193+90+178=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AB2 is #3EA54D. Grayscale: #828282. Windows color (decimal): -4105550 or 11688641. OLE color: 11688641.
HSL color Cylindrical-coordinate representation of color #C15AB2: hue angle of 308.74º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15AB2 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 178 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.24 |
| HSL | 308.74º | 0.45% | 0.55% | - |
| HSV(B) | 308.74º | 0.53% | 0.76% | - |
| XYZ | 33.68 | 21.86 | 44.56 | - |
| YUV | 130.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 178 | 0 | 0.53 | 0.08 | 0.24 | 308.74 | 0.45 | 0.55 |
| Hex | C1 | 5A | B2 | 0 | 35 | 8 | 18 | 135 | 2D | 37 |
| Octal | 301 | 132 | 262 | 0 | 65 | 10 | 30 | 465 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10110010 | 0 | 110101 | 1000 | 11000 | 100110101 | 101101 | 110111 |
Color Harmonies of #C15AB2
Complementary color
Monochromatic Colors of #C15AB2
Black with #C15AB2
Text Example
Text Example
White with #C15AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AB2; }
p { color: rgb(193,90,178); }
H1.HeaderClassName
{
color: #C15AB2;
}
.AnyTagClassName
{
color: #C15AB2;
}
</style>
background-color css
<style>
a { background-color: #C15AB2; }
a { background-color: rgb(193,90,178); }
div.DivClassName
{
background-color: #C15AB2;
}
.BgClassName
{
background-color: #C15AB2;
}
</style>
border-color css
<style>
span { border-color: #C15AB2; }
span { border-color: rgb(193,90,178); }
td.TdClassName
{
border-color: #C15AB2;
}
.TagClassName
{
border-color: #C15AB2;
}
</style>