Shades of Fuchsia #C23AC3
Tints of Fuchsia #C23AC3
RGB
CMYK
RGB Variations
Color information
#C23AC3 (or 0xC23AC3) is known color: Fuchsia. HEX triplet: C2, 3A and C3. RGB value is (194,58,195). Sum of RGB (Red+Green+Blue) = 194+58+195=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #C23AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AC3 is #3DC53C. Grayscale: #717171. Windows color (decimal): -4048189 or 12794562. OLE color: 12794562.
HSL color Cylindrical-coordinate representation of color #C23AC3: hue angle of 299.56º degrees, saturation: 0.54, 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 #C23AC3 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 195 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.24 |
| HSL | 299.56º | 0.54% | 0.5% | - |
| HSV(B) | 299.56º | 0.7% | 0.76% | - |
| XYZ | 33.61 | 18.44 | 53.42 | - |
| YUV | 114.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 195 | 0.01 | 0.70 | 0 | 0.24 | 299.56 | 0.54 | 0.5 |
| Hex | C2 | 3A | C3 | 1 | 46 | 0 | 18 | 12C | 36 | 32 |
| Octal | 302 | 72 | 303 | 1 | 106 | 0 | 30 | 454 | 66 | 62 |
| Binary | 11000010 | 111010 | 11000011 | 1 | 1000110 | 0 | 11000 | 100101100 | 110110 | 110010 |
Color Harmonies of #C23AC3
Complementary color
Monochromatic Colors of #C23AC3
Black with #C23AC3
Text Example
Text Example
White with #C23AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AC3; }
p { color: rgb(194,58,195); }
H1.HeaderClassName
{
color: #C23AC3;
}
.AnyTagClassName
{
color: #C23AC3;
}
</style>
background-color css
<style>
a { background-color: #C23AC3; }
a { background-color: rgb(194,58,195); }
div.DivClassName
{
background-color: #C23AC3;
}
.BgClassName
{
background-color: #C23AC3;
}
</style>
border-color css
<style>
span { border-color: #C23AC3; }
span { border-color: rgb(194,58,195); }
td.TdClassName
{
border-color: #C23AC3;
}
.TagClassName
{
border-color: #C23AC3;
}
</style>