Shades of Fuchsia #C23CAC
Tints of Fuchsia #C23CAC
RGB
CMYK
RGB Variations
Color information
#C23CAC (or 0xC23CAC) is known color: Fuchsia. HEX triplet: C2, 3C and AC. RGB value is (194,60,172). Sum of RGB (Red+Green+Blue) = 194+60+172=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CAC is #3DC353. Grayscale: #707070. Windows color (decimal): -4047700 or 11287746. OLE color: 11287746.
HSL color Cylindrical-coordinate representation of color #C23CAC: hue angle of 309.85º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CAC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 172 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.24 |
| HSL | 309.85º | 0.53% | 0.5% | - |
| HSV(B) | 309.85º | 0.69% | 0.76% | - |
| XYZ | 31.31 | 17.68 | 40.79 | - |
| YUV | 112.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 172 | 0 | 0.69 | 0.11 | 0.24 | 309.85 | 0.53 | 0.5 |
| Hex | C2 | 3C | AC | 0 | 45 | B | 18 | 136 | 35 | 32 |
| Octal | 302 | 74 | 254 | 0 | 105 | 13 | 30 | 466 | 65 | 62 |
| Binary | 11000010 | 111100 | 10101100 | 0 | 1000101 | 1011 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C23CAC
Complementary color
Monochromatic Colors of #C23CAC
Black with #C23CAC
Text Example
Text Example
White with #C23CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CAC; }
p { color: rgb(194,60,172); }
H1.HeaderClassName
{
color: #C23CAC;
}
.AnyTagClassName
{
color: #C23CAC;
}
</style>
background-color css
<style>
a { background-color: #C23CAC; }
a { background-color: rgb(194,60,172); }
div.DivClassName
{
background-color: #C23CAC;
}
.BgClassName
{
background-color: #C23CAC;
}
</style>
border-color css
<style>
span { border-color: #C23CAC; }
span { border-color: rgb(194,60,172); }
td.TdClassName
{
border-color: #C23CAC;
}
.TagClassName
{
border-color: #C23CAC;
}
</style>