Shades of Fuchsia #C23BAC
Tints of Fuchsia #C23BAC
RGB
CMYK
RGB Variations
Color information
#C23BAC (or 0xC23BAC) is known color: Fuchsia. HEX triplet: C2, 3B and AC. RGB value is (194,59,172). Sum of RGB (Red+Green+Blue) = 194+59+172=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BAC is #3DC453. Grayscale: #6F6F6F. Windows color (decimal): -4047956 or 11287490. OLE color: 11287490.
HSL color Cylindrical-coordinate representation of color #C23BAC: hue angle of 309.78º 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 #C23BAC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 172 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.24 |
| HSL | 309.78º | 0.53% | 0.5% | - |
| HSV(B) | 309.78º | 0.7% | 0.76% | - |
| XYZ | 31.26 | 17.58 | 40.77 | - |
| YUV | 112.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 172 | 0 | 0.70 | 0.11 | 0.24 | 309.78 | 0.53 | 0.5 |
| Hex | C2 | 3B | AC | 0 | 46 | B | 18 | 136 | 35 | 32 |
| Octal | 302 | 73 | 254 | 0 | 106 | 13 | 30 | 466 | 65 | 62 |
| Binary | 11000010 | 111011 | 10101100 | 0 | 1000110 | 1011 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C23BAC
Complementary color
Monochromatic Colors of #C23BAC
Black with #C23BAC
Text Example
Text Example
White with #C23BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BAC; }
p { color: rgb(194,59,172); }
H1.HeaderClassName
{
color: #C23BAC;
}
.AnyTagClassName
{
color: #C23BAC;
}
</style>
background-color css
<style>
a { background-color: #C23BAC; }
a { background-color: rgb(194,59,172); }
div.DivClassName
{
background-color: #C23BAC;
}
.BgClassName
{
background-color: #C23BAC;
}
</style>
border-color css
<style>
span { border-color: #C23BAC; }
span { border-color: rgb(194,59,172); }
td.TdClassName
{
border-color: #C23BAC;
}
.TagClassName
{
border-color: #C23BAC;
}
</style>