Shades of Fuchsia #C239AB
Tints of Fuchsia #C239AB
RGB
CMYK
RGB Variations
Color information
#C239AB (or 0xC239AB) is known color: Fuchsia. HEX triplet: C2, 39 and AB. RGB value is (194,57,171). Sum of RGB (Red+Green+Blue) = 194+57+171=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C239AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C239AB is #3DC654. Grayscale: #6E6E6E. Windows color (decimal): -4048469 or 11221442. OLE color: 11221442.
HSL color Cylindrical-coordinate representation of color #C239AB: hue angle of 310.07º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C239AB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 171 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.24 |
| HSL | 310.07º | 0.55% | 0.49% | - |
| HSV(B) | 310.07º | 0.71% | 0.76% | - |
| XYZ | 31.06 | 17.34 | 40.24 | - |
| YUV | 110.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 171 | 0 | 0.71 | 0.12 | 0.24 | 310.07 | 0.55 | 0.49 |
| Hex | C2 | 39 | AB | 0 | 47 | C | 18 | 136 | 37 | 31 |
| Octal | 302 | 71 | 253 | 0 | 107 | 14 | 30 | 466 | 67 | 61 |
| Binary | 11000010 | 111001 | 10101011 | 0 | 1000111 | 1100 | 11000 | 100110110 | 110111 | 110001 |
Color Harmonies of #C239AB
Complementary color
Monochromatic Colors of #C239AB
Black with #C239AB
Text Example
Text Example
White with #C239AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239AB; }
p { color: rgb(194,57,171); }
H1.HeaderClassName
{
color: #C239AB;
}
.AnyTagClassName
{
color: #C239AB;
}
</style>
background-color css
<style>
a { background-color: #C239AB; }
a { background-color: rgb(194,57,171); }
div.DivClassName
{
background-color: #C239AB;
}
.BgClassName
{
background-color: #C239AB;
}
</style>
border-color css
<style>
span { border-color: #C239AB; }
span { border-color: rgb(194,57,171); }
td.TdClassName
{
border-color: #C239AB;
}
.TagClassName
{
border-color: #C239AB;
}
</style>