Shades of Fuchsia #C23EC1
Tints of Fuchsia #C23EC1
RGB
CMYK
RGB Variations
Color information
#C23EC1 (or 0xC23EC1) is known color: Fuchsia. HEX triplet: C2, 3E and C1. RGB value is (194,62,193). Sum of RGB (Red+Green+Blue) = 194+62+193=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C23EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EC1 is #3DC13E. Grayscale: #747474. Windows color (decimal): -4047167 or 12664514. OLE color: 12664514.
HSL color Cylindrical-coordinate representation of color #C23EC1: hue angle of 300.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23EC1 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 193 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.24 |
| HSL | 300.45º | 0.52% | 0.5% | - |
| HSV(B) | 300.45º | 0.68% | 0.76% | - |
| XYZ | 33.6 | 18.76 | 52.3 | - |
| YUV | 116.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 193 | 0 | 0.68 | 0.01 | 0.24 | 300.45 | 0.52 | 0.5 |
| Hex | C2 | 3E | C1 | 0 | 44 | 1 | 18 | 12C | 34 | 32 |
| Octal | 302 | 76 | 301 | 0 | 104 | 1 | 30 | 454 | 64 | 62 |
| Binary | 11000010 | 111110 | 11000001 | 0 | 1000100 | 1 | 11000 | 100101100 | 110100 | 110010 |
Color Harmonies of #C23EC1
Complementary color
Monochromatic Colors of #C23EC1
Black with #C23EC1
Text Example
Text Example
White with #C23EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EC1; }
p { color: rgb(194,62,193); }
H1.HeaderClassName
{
color: #C23EC1;
}
.AnyTagClassName
{
color: #C23EC1;
}
</style>
background-color css
<style>
a { background-color: #C23EC1; }
a { background-color: rgb(194,62,193); }
div.DivClassName
{
background-color: #C23EC1;
}
.BgClassName
{
background-color: #C23EC1;
}
</style>
border-color css
<style>
span { border-color: #C23EC1; }
span { border-color: rgb(194,62,193); }
td.TdClassName
{
border-color: #C23EC1;
}
.TagClassName
{
border-color: #C23EC1;
}
</style>