Shades of Fuchsia #C150A8
Tints of Fuchsia #C150A8
RGB
CMYK
RGB Variations
Color information
#C150A8 (or 0xC150A8) is known color: Fuchsia. HEX triplet: C1, 50 and A8. RGB value is (193,80,168). Sum of RGB (Red+Green+Blue) = 193+80+168=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C150A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C150A8 is #3EAF57. Grayscale: #7B7B7B. Windows color (decimal): -4108120 or 11030721. OLE color: 11030721.
HSL color Cylindrical-coordinate representation of color #C150A8: hue angle of 313.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C150A8 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 168 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.24 |
| HSL | 313.27º | 0.48% | 0.54% | - |
| HSV(B) | 313.27º | 0.59% | 0.76% | - |
| XYZ | 31.93 | 19.9 | 39.2 | - |
| YUV | 123.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 168 | 0 | 0.59 | 0.13 | 0.24 | 313.27 | 0.48 | 0.54 |
| Hex | C1 | 50 | A8 | 0 | 3B | D | 18 | 139 | 30 | 36 |
| Octal | 301 | 120 | 250 | 0 | 73 | 15 | 30 | 471 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10101000 | 0 | 111011 | 1101 | 11000 | 100111001 | 110000 | 110110 |
Color Harmonies of #C150A8
Complementary color
Monochromatic Colors of #C150A8
Black with #C150A8
Text Example
Text Example
White with #C150A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150A8; }
p { color: rgb(193,80,168); }
H1.HeaderClassName
{
color: #C150A8;
}
.AnyTagClassName
{
color: #C150A8;
}
</style>
background-color css
<style>
a { background-color: #C150A8; }
a { background-color: rgb(193,80,168); }
div.DivClassName
{
background-color: #C150A8;
}
.BgClassName
{
background-color: #C150A8;
}
</style>
border-color css
<style>
span { border-color: #C150A8; }
span { border-color: rgb(193,80,168); }
td.TdClassName
{
border-color: #C150A8;
}
.TagClassName
{
border-color: #C150A8;
}
</style>