Shades of Fuchsia #C23AAB
Tints of Fuchsia #C23AAB
RGB
CMYK
RGB Variations
Color information
#C23AAB (or 0xC23AAB) is known color: Fuchsia. HEX triplet: C2, 3A and AB. RGB value is (194,58,171). Sum of RGB (Red+Green+Blue) = 194+58+171=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23AAB is #3DC554. Grayscale: #6F6F6F. Windows color (decimal): -4048213 or 11221698. OLE color: 11221698.
HSL color Cylindrical-coordinate representation of color #C23AAB: hue angle of 310.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23AAB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 171 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.15º | 0.54% | 0.49% | - |
| HSV(B) | 310.15º | 0.7% | 0.76% | - |
| XYZ | 31.11 | 17.44 | 40.25 | - |
| YUV | 111.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 171 | 0 | 0.70 | 0.12 | 0.24 | 310.15 | 0.54 | 0.49 |
| Hex | C2 | 3A | AB | 0 | 46 | C | 18 | 136 | 36 | 31 |
| Octal | 302 | 72 | 253 | 0 | 106 | 14 | 30 | 466 | 66 | 61 |
| Binary | 11000010 | 111010 | 10101011 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110110 | 110001 |
Color Harmonies of #C23AAB
Complementary color
Monochromatic Colors of #C23AAB
Black with #C23AAB
Text Example
Text Example
White with #C23AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AAB; }
p { color: rgb(194,58,171); }
H1.HeaderClassName
{
color: #C23AAB;
}
.AnyTagClassName
{
color: #C23AAB;
}
</style>
background-color css
<style>
a { background-color: #C23AAB; }
a { background-color: rgb(194,58,171); }
div.DivClassName
{
background-color: #C23AAB;
}
.BgClassName
{
background-color: #C23AAB;
}
</style>
border-color css
<style>
span { border-color: #C23AAB; }
span { border-color: rgb(194,58,171); }
td.TdClassName
{
border-color: #C23AAB;
}
.TagClassName
{
border-color: #C23AAB;
}
</style>