Shades of Fuchsia #C152A8
Tints of Fuchsia #C152A8
RGB
CMYK
RGB Variations
Color information
#C152A8 (or 0xC152A8) is known color: Fuchsia. HEX triplet: C1, 52 and A8. RGB value is (193,82,168). Sum of RGB (Red+Green+Blue) = 193+82+168=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C152A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152A8 is #3EAD57. Grayscale: #7C7C7C. Windows color (decimal): -4107608 or 11031233. OLE color: 11031233.
HSL color Cylindrical-coordinate representation of color #C152A8: hue angle of 313.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C152A8 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 168 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.24 |
| HSL | 313.51º | 0.47% | 0.54% | - |
| HSV(B) | 313.51º | 0.58% | 0.76% | - |
| XYZ | 32.08 | 20.2 | 39.25 | - |
| YUV | 124.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 168 | 0 | 0.58 | 0.13 | 0.24 | 313.51 | 0.47 | 0.54 |
| Hex | C1 | 52 | A8 | 0 | 3A | D | 18 | 13A | 2F | 36 |
| Octal | 301 | 122 | 250 | 0 | 72 | 15 | 30 | 472 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10101000 | 0 | 111010 | 1101 | 11000 | 100111010 | 101111 | 110110 |
Color Harmonies of #C152A8
Complementary color
Monochromatic Colors of #C152A8
Black with #C152A8
Text Example
Text Example
White with #C152A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152A8; }
p { color: rgb(193,82,168); }
H1.HeaderClassName
{
color: #C152A8;
}
.AnyTagClassName
{
color: #C152A8;
}
</style>
background-color css
<style>
a { background-color: #C152A8; }
a { background-color: rgb(193,82,168); }
div.DivClassName
{
background-color: #C152A8;
}
.BgClassName
{
background-color: #C152A8;
}
</style>
border-color css
<style>
span { border-color: #C152A8; }
span { border-color: rgb(193,82,168); }
td.TdClassName
{
border-color: #C152A8;
}
.TagClassName
{
border-color: #C152A8;
}
</style>