Shades of Fuchsia #C23CBA
Tints of Fuchsia #C23CBA
RGB
CMYK
RGB Variations
Color information
#C23CBA (or 0xC23CBA) is known color: Fuchsia. HEX triplet: C2, 3C and BA. RGB value is (194,60,186). Sum of RGB (Red+Green+Blue) = 194+60+186=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CBA is #3DC345. Grayscale: #727272. Windows color (decimal): -4047686 or 12205250. OLE color: 12205250.
HSL color Cylindrical-coordinate representation of color #C23CBA: hue angle of 303.58º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CBA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 186 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.58º | 0.53% | 0.5% | - |
| HSV(B) | 303.58º | 0.69% | 0.76% | - |
| XYZ | 32.73 | 18.25 | 48.25 | - |
| YUV | 114.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 186 | 0 | 0.69 | 0.04 | 0.24 | 303.58 | 0.53 | 0.5 |
| Hex | C2 | 3C | BA | 0 | 45 | 4 | 18 | 130 | 35 | 32 |
| Octal | 302 | 74 | 272 | 0 | 105 | 4 | 30 | 460 | 65 | 62 |
| Binary | 11000010 | 111100 | 10111010 | 0 | 1000101 | 100 | 11000 | 100110000 | 110101 | 110010 |
Color Harmonies of #C23CBA
Complementary color
Monochromatic Colors of #C23CBA
Black with #C23CBA
Text Example
Text Example
White with #C23CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CBA; }
p { color: rgb(194,60,186); }
H1.HeaderClassName
{
color: #C23CBA;
}
.AnyTagClassName
{
color: #C23CBA;
}
</style>
background-color css
<style>
a { background-color: #C23CBA; }
a { background-color: rgb(194,60,186); }
div.DivClassName
{
background-color: #C23CBA;
}
.BgClassName
{
background-color: #C23CBA;
}
</style>
border-color css
<style>
span { border-color: #C23CBA; }
span { border-color: rgb(194,60,186); }
td.TdClassName
{
border-color: #C23CBA;
}
.TagClassName
{
border-color: #C23CBA;
}
</style>