Shades of Fuchsia #C23ABF
Tints of Fuchsia #C23ABF
RGB
CMYK
RGB Variations
Color information
#C23ABF (or 0xC23ABF) is known color: Fuchsia. HEX triplet: C2, 3A and BF. RGB value is (194,58,191). Sum of RGB (Red+Green+Blue) = 194+58+191=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C23ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ABF is #3DC540. Grayscale: #717171. Windows color (decimal): -4048193 or 12532418. OLE color: 12532418.
HSL color Cylindrical-coordinate representation of color #C23ABF: hue angle of 301.32º 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 #C23ABF is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 191 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.24 |
| HSL | 301.32º | 0.54% | 0.49% | - |
| HSV(B) | 301.32º | 0.7% | 0.76% | - |
| XYZ | 33.17 | 18.26 | 51.07 | - |
| YUV | 113.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 191 | 0 | 0.70 | 0.02 | 0.24 | 301.32 | 0.54 | 0.49 |
| Hex | C2 | 3A | BF | 0 | 46 | 2 | 18 | 12D | 36 | 31 |
| Octal | 302 | 72 | 277 | 0 | 106 | 2 | 30 | 455 | 66 | 61 |
| Binary | 11000010 | 111010 | 10111111 | 0 | 1000110 | 10 | 11000 | 100101101 | 110110 | 110001 |
Color Harmonies of #C23ABF
Complementary color
Monochromatic Colors of #C23ABF
Black with #C23ABF
Text Example
Text Example
White with #C23ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ABF; }
p { color: rgb(194,58,191); }
H1.HeaderClassName
{
color: #C23ABF;
}
.AnyTagClassName
{
color: #C23ABF;
}
</style>
background-color css
<style>
a { background-color: #C23ABF; }
a { background-color: rgb(194,58,191); }
div.DivClassName
{
background-color: #C23ABF;
}
.BgClassName
{
background-color: #C23ABF;
}
</style>
border-color css
<style>
span { border-color: #C23ABF; }
span { border-color: rgb(194,58,191); }
td.TdClassName
{
border-color: #C23ABF;
}
.TagClassName
{
border-color: #C23ABF;
}
</style>