Shades of Fuchsia #C23AB5
Tints of Fuchsia #C23AB5
RGB
CMYK
RGB Variations
Color information
#C23AB5 (or 0xC23AB5) is known color: Fuchsia. HEX triplet: C2, 3A and B5. RGB value is (194,58,181). Sum of RGB (Red+Green+Blue) = 194+58+181=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AB5 is #3DC54A. Grayscale: #707070. Windows color (decimal): -4048203 or 11877058. OLE color: 11877058.
HSL color Cylindrical-coordinate representation of color #C23AB5: hue angle of 305.74º 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 #C23AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 181 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.24 |
| HSL | 305.74º | 0.54% | 0.49% | - |
| HSV(B) | 305.74º | 0.7% | 0.76% | - |
| XYZ | 32.1 | 17.83 | 45.47 | - |
| YUV | 112.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 181 | 0 | 0.70 | 0.07 | 0.24 | 305.74 | 0.54 | 0.49 |
| Hex | C2 | 3A | B5 | 0 | 46 | 7 | 18 | 132 | 36 | 31 |
| Octal | 302 | 72 | 265 | 0 | 106 | 7 | 30 | 462 | 66 | 61 |
| Binary | 11000010 | 111010 | 10110101 | 0 | 1000110 | 111 | 11000 | 100110010 | 110110 | 110001 |
Color Harmonies of #C23AB5
Complementary color
Monochromatic Colors of #C23AB5
Black with #C23AB5
Text Example
Text Example
White with #C23AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AB5; }
p { color: rgb(194,58,181); }
H1.HeaderClassName
{
color: #C23AB5;
}
.AnyTagClassName
{
color: #C23AB5;
}
</style>
background-color css
<style>
a { background-color: #C23AB5; }
a { background-color: rgb(194,58,181); }
div.DivClassName
{
background-color: #C23AB5;
}
.BgClassName
{
background-color: #C23AB5;
}
</style>
border-color css
<style>
span { border-color: #C23AB5; }
span { border-color: rgb(194,58,181); }
td.TdClassName
{
border-color: #C23AB5;
}
.TagClassName
{
border-color: #C23AB5;
}
</style>