Shades of Fuchsia #C23ACC
Tints of Fuchsia #C23ACC
RGB
CMYK
RGB Variations
Color information
#C23ACC (or 0xC23ACC) is known color: Fuchsia. HEX triplet: C2, 3A and CC. RGB value is (194,58,204). Sum of RGB (Red+Green+Blue) = 194+58+204=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACC is #3DC533. Grayscale: #727272. Windows color (decimal): -4048180 or 13384386. OLE color: 13384386.
HSL color Cylindrical-coordinate representation of color #C23ACC: hue angle of 295.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 58 | 204 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.2 |
| HSL | 295.89º | 0.59% | 0.51% | - |
| HSV(B) | 295.89º | 0.72% | 0.8% | - |
| XYZ | 34.66 | 18.86 | 58.94 | - |
| YUV | 115.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 204 | 0.05 | 0.72 | 0 | 0.2 | 295.89 | 0.59 | 0.51 |
| Hex | C2 | 3A | CC | 5 | 48 | 0 | 14 | 128 | 3B | 33 |
| Octal | 302 | 72 | 314 | 5 | 110 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000010 | 111010 | 11001100 | 101 | 1001000 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C23ACC
Complementary color
Monochromatic Colors of #C23ACC
Black with #C23ACC
Text Example
Text Example
White with #C23ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ACC; }
p { color: rgb(194,58,204); }
H1.HeaderClassName
{
color: #C23ACC;
}
.AnyTagClassName
{
color: #C23ACC;
}
</style>
background-color css
<style>
a { background-color: #C23ACC; }
a { background-color: rgb(194,58,204); }
div.DivClassName
{
background-color: #C23ACC;
}
.BgClassName
{
background-color: #C23ACC;
}
</style>
border-color css
<style>
span { border-color: #C23ACC; }
span { border-color: rgb(194,58,204); }
td.TdClassName
{
border-color: #C23ACC;
}
.TagClassName
{
border-color: #C23ACC;
}
</style>