Shades of Fuchsia #C23ABA
Tints of Fuchsia #C23ABA
RGB
CMYK
RGB Variations
Color information
#C23ABA (or 0xC23ABA) is known color: Fuchsia. HEX triplet: C2, 3A and BA. RGB value is (194,58,186). Sum of RGB (Red+Green+Blue) = 194+58+186=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C23ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ABA is #3DC545. Grayscale: #707070. Windows color (decimal): -4048198 or 12204738. OLE color: 12204738.
HSL color Cylindrical-coordinate representation of color #C23ABA: hue angle of 303.53º 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 #C23ABA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 186 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.53º | 0.54% | 0.49% | - |
| HSV(B) | 303.53º | 0.7% | 0.76% | - |
| XYZ | 32.62 | 18.04 | 48.22 | - |
| YUV | 113.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 186 | 0 | 0.70 | 0.04 | 0.24 | 303.53 | 0.54 | 0.49 |
| Hex | C2 | 3A | BA | 0 | 46 | 4 | 18 | 130 | 36 | 31 |
| Octal | 302 | 72 | 272 | 0 | 106 | 4 | 30 | 460 | 66 | 61 |
| Binary | 11000010 | 111010 | 10111010 | 0 | 1000110 | 100 | 11000 | 100110000 | 110110 | 110001 |
Color Harmonies of #C23ABA
Complementary color
Monochromatic Colors of #C23ABA
Black with #C23ABA
Text Example
Text Example
White with #C23ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ABA; }
p { color: rgb(194,58,186); }
H1.HeaderClassName
{
color: #C23ABA;
}
.AnyTagClassName
{
color: #C23ABA;
}
</style>
background-color css
<style>
a { background-color: #C23ABA; }
a { background-color: rgb(194,58,186); }
div.DivClassName
{
background-color: #C23ABA;
}
.BgClassName
{
background-color: #C23ABA;
}
</style>
border-color css
<style>
span { border-color: #C23ABA; }
span { border-color: rgb(194,58,186); }
td.TdClassName
{
border-color: #C23ABA;
}
.TagClassName
{
border-color: #C23ABA;
}
</style>