Shades of Fuchsia #C23AB4
Tints of Fuchsia #C23AB4
RGB
CMYK
RGB Variations
Color information
#C23AB4 (or 0xC23AB4) is known color: Fuchsia. HEX triplet: C2, 3A and B4. RGB value is (194,58,180). Sum of RGB (Red+Green+Blue) = 194+58+180=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AB4 is #3DC54B. Grayscale: #707070. Windows color (decimal): -4048204 or 11811522. OLE color: 11811522.
HSL color Cylindrical-coordinate representation of color #C23AB4: hue angle of 306.18º 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 #C23AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 180 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.24 |
| HSL | 306.18º | 0.54% | 0.49% | - |
| HSV(B) | 306.18º | 0.7% | 0.76% | - |
| XYZ | 32 | 17.79 | 44.93 | - |
| YUV | 112.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 180 | 0 | 0.70 | 0.07 | 0.24 | 306.18 | 0.54 | 0.49 |
| Hex | C2 | 3A | B4 | 0 | 46 | 7 | 18 | 132 | 36 | 31 |
| Octal | 302 | 72 | 264 | 0 | 106 | 7 | 30 | 462 | 66 | 61 |
| Binary | 11000010 | 111010 | 10110100 | 0 | 1000110 | 111 | 11000 | 100110010 | 110110 | 110001 |
Color Harmonies of #C23AB4
Complementary color
Monochromatic Colors of #C23AB4
Black with #C23AB4
Text Example
Text Example
White with #C23AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AB4; }
p { color: rgb(194,58,180); }
H1.HeaderClassName
{
color: #C23AB4;
}
.AnyTagClassName
{
color: #C23AB4;
}
</style>
background-color css
<style>
a { background-color: #C23AB4; }
a { background-color: rgb(194,58,180); }
div.DivClassName
{
background-color: #C23AB4;
}
.BgClassName
{
background-color: #C23AB4;
}
</style>
border-color css
<style>
span { border-color: #C23AB4; }
span { border-color: rgb(194,58,180); }
td.TdClassName
{
border-color: #C23AB4;
}
.TagClassName
{
border-color: #C23AB4;
}
</style>