Shades of Fuchsia #C23ABB
Tints of Fuchsia #C23ABB
RGB
CMYK
RGB Variations
Color information
#C23ABB (or 0xC23ABB) is known color: Fuchsia. HEX triplet: C2, 3A and BB. RGB value is (194,58,187). Sum of RGB (Red+Green+Blue) = 194+58+187=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C23ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ABB is #3DC544. Grayscale: #707070. Windows color (decimal): -4048197 or 12270274. OLE color: 12270274.
HSL color Cylindrical-coordinate representation of color #C23ABB: hue angle of 303.09º 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 #C23ABB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 187 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.09º | 0.54% | 0.49% | - |
| HSV(B) | 303.09º | 0.7% | 0.76% | - |
| XYZ | 32.73 | 18.08 | 48.78 | - |
| YUV | 113.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 187 | 0 | 0.70 | 0.04 | 0.24 | 303.09 | 0.54 | 0.49 |
| Hex | C2 | 3A | BB | 0 | 46 | 4 | 18 | 12F | 36 | 31 |
| Octal | 302 | 72 | 273 | 0 | 106 | 4 | 30 | 457 | 66 | 61 |
| Binary | 11000010 | 111010 | 10111011 | 0 | 1000110 | 100 | 11000 | 100101111 | 110110 | 110001 |
Color Harmonies of #C23ABB
Complementary color
Monochromatic Colors of #C23ABB
Black with #C23ABB
Text Example
Text Example
White with #C23ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ABB; }
p { color: rgb(194,58,187); }
H1.HeaderClassName
{
color: #C23ABB;
}
.AnyTagClassName
{
color: #C23ABB;
}
</style>
background-color css
<style>
a { background-color: #C23ABB; }
a { background-color: rgb(194,58,187); }
div.DivClassName
{
background-color: #C23ABB;
}
.BgClassName
{
background-color: #C23ABB;
}
</style>
border-color css
<style>
span { border-color: #C23ABB; }
span { border-color: rgb(194,58,187); }
td.TdClassName
{
border-color: #C23ABB;
}
.TagClassName
{
border-color: #C23ABB;
}
</style>