Shades of Fuchsia #C23DAC
Tints of Fuchsia #C23DAC
RGB
CMYK
RGB Variations
Color information
#C23DAC (or 0xC23DAC) is known color: Fuchsia. HEX triplet: C2, 3D and AC. RGB value is (194,61,172). Sum of RGB (Red+Green+Blue) = 194+61+172=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DAC is #3DC253. Grayscale: #717171. Windows color (decimal): -4047444 or 11288002. OLE color: 11288002.
HSL color Cylindrical-coordinate representation of color #C23DAC: hue angle of 309.92º degrees, saturation: 0.52, 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 #C23DAC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 172 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.24 |
| HSL | 309.92º | 0.52% | 0.5% | - |
| HSV(B) | 309.92º | 0.69% | 0.76% | - |
| XYZ | 31.36 | 17.79 | 40.81 | - |
| YUV | 113.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 172 | 0 | 0.69 | 0.11 | 0.24 | 309.92 | 0.52 | 0.5 |
| Hex | C2 | 3D | AC | 0 | 45 | B | 18 | 136 | 34 | 32 |
| Octal | 302 | 75 | 254 | 0 | 105 | 13 | 30 | 466 | 64 | 62 |
| Binary | 11000010 | 111101 | 10101100 | 0 | 1000101 | 1011 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C23DAC
Complementary color
Monochromatic Colors of #C23DAC
Black with #C23DAC
Text Example
Text Example
White with #C23DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DAC; }
p { color: rgb(194,61,172); }
H1.HeaderClassName
{
color: #C23DAC;
}
.AnyTagClassName
{
color: #C23DAC;
}
</style>
background-color css
<style>
a { background-color: #C23DAC; }
a { background-color: rgb(194,61,172); }
div.DivClassName
{
background-color: #C23DAC;
}
.BgClassName
{
background-color: #C23DAC;
}
</style>
border-color css
<style>
span { border-color: #C23DAC; }
span { border-color: rgb(194,61,172); }
td.TdClassName
{
border-color: #C23DAC;
}
.TagClassName
{
border-color: #C23DAC;
}
</style>