Shades of Fuchsia #C23DBC
Tints of Fuchsia #C23DBC
RGB
CMYK
RGB Variations
Color information
#C23DBC (or 0xC23DBC) is known color: Fuchsia. HEX triplet: C2, 3D and BC. RGB value is (194,61,188). Sum of RGB (Red+Green+Blue) = 194+61+188=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DBC is #3DC243. Grayscale: #727272. Windows color (decimal): -4047428 or 12336578. OLE color: 12336578.
HSL color Cylindrical-coordinate representation of color #C23DBC: hue angle of 302.71º 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 #C23DBC is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 188 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.24 |
| HSL | 302.71º | 0.52% | 0.5% | - |
| HSV(B) | 302.71º | 0.69% | 0.76% | - |
| XYZ | 32.99 | 18.44 | 49.4 | - |
| YUV | 115.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 188 | 0 | 0.69 | 0.03 | 0.24 | 302.71 | 0.52 | 0.5 |
| Hex | C2 | 3D | BC | 0 | 45 | 3 | 18 | 12F | 34 | 32 |
| Octal | 302 | 75 | 274 | 0 | 105 | 3 | 30 | 457 | 64 | 62 |
| Binary | 11000010 | 111101 | 10111100 | 0 | 1000101 | 11 | 11000 | 100101111 | 110100 | 110010 |
Color Harmonies of #C23DBC
Complementary color
Monochromatic Colors of #C23DBC
Black with #C23DBC
Text Example
Text Example
White with #C23DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DBC; }
p { color: rgb(194,61,188); }
H1.HeaderClassName
{
color: #C23DBC;
}
.AnyTagClassName
{
color: #C23DBC;
}
</style>
background-color css
<style>
a { background-color: #C23DBC; }
a { background-color: rgb(194,61,188); }
div.DivClassName
{
background-color: #C23DBC;
}
.BgClassName
{
background-color: #C23DBC;
}
</style>
border-color css
<style>
span { border-color: #C23DBC; }
span { border-color: rgb(194,61,188); }
td.TdClassName
{
border-color: #C23DBC;
}
.TagClassName
{
border-color: #C23DBC;
}
</style>