Shades of Fuchsia #C23BA9
Tints of Fuchsia #C23BA9
RGB
CMYK
RGB Variations
Color information
#C23BA9 (or 0xC23BA9) is known color: Fuchsia. HEX triplet: C2, 3B and A9. RGB value is (194,59,169). Sum of RGB (Red+Green+Blue) = 194+59+169=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA9 is #3DC456. Grayscale: #6F6F6F. Windows color (decimal): -4047959 or 11090882. OLE color: 11090882.
HSL color Cylindrical-coordinate representation of color #C23BA9: hue angle of 311.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BA9 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 169 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.24 |
| HSL | 311.11º | 0.53% | 0.5% | - |
| HSV(B) | 311.11º | 0.7% | 0.76% | - |
| XYZ | 30.97 | 17.46 | 39.27 | - |
| YUV | 111.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 169 | 0 | 0.70 | 0.13 | 0.24 | 311.11 | 0.53 | 0.5 |
| Hex | C2 | 3B | A9 | 0 | 46 | D | 18 | 137 | 35 | 32 |
| Octal | 302 | 73 | 251 | 0 | 106 | 15 | 30 | 467 | 65 | 62 |
| Binary | 11000010 | 111011 | 10101001 | 0 | 1000110 | 1101 | 11000 | 100110111 | 110101 | 110010 |
Color Harmonies of #C23BA9
Complementary color
Monochromatic Colors of #C23BA9
Black with #C23BA9
Text Example
Text Example
White with #C23BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BA9; }
p { color: rgb(194,59,169); }
H1.HeaderClassName
{
color: #C23BA9;
}
.AnyTagClassName
{
color: #C23BA9;
}
</style>
background-color css
<style>
a { background-color: #C23BA9; }
a { background-color: rgb(194,59,169); }
div.DivClassName
{
background-color: #C23BA9;
}
.BgClassName
{
background-color: #C23BA9;
}
</style>
border-color css
<style>
span { border-color: #C23BA9; }
span { border-color: rgb(194,59,169); }
td.TdClassName
{
border-color: #C23BA9;
}
.TagClassName
{
border-color: #C23BA9;
}
</style>