Shades of Fuchsia #C23EC6
Tints of Fuchsia #C23EC6
RGB
CMYK
RGB Variations
Color information
#C23EC6 (or 0xC23EC6) is known color: Fuchsia. HEX triplet: C2, 3E and C6. RGB value is (194,62,198). Sum of RGB (Red+Green+Blue) = 194+62+198=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EC6 is #3DC139. Grayscale: #747474. Windows color (decimal): -4047162 or 12992194. OLE color: 12992194.
HSL color Cylindrical-coordinate representation of color #C23EC6: hue angle of 298.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23EC6 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 62 | 198 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.22 |
| HSL | 298.24º | 0.54% | 0.51% | - |
| HSV(B) | 298.24º | 0.69% | 0.78% | - |
| XYZ | 34.16 | 18.99 | 55.29 | - |
| YUV | 116.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 198 | 0.02 | 0.69 | 0 | 0.22 | 298.24 | 0.54 | 0.51 |
| Hex | C2 | 3E | C6 | 2 | 45 | 0 | 16 | 12A | 36 | 33 |
| Octal | 302 | 76 | 306 | 2 | 105 | 0 | 26 | 452 | 66 | 63 |
| Binary | 11000010 | 111110 | 11000110 | 10 | 1000101 | 0 | 10110 | 100101010 | 110110 | 110011 |
Color Harmonies of #C23EC6
Complementary color
Monochromatic Colors of #C23EC6
Black with #C23EC6
Text Example
Text Example
White with #C23EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EC6; }
p { color: rgb(194,62,198); }
H1.HeaderClassName
{
color: #C23EC6;
}
.AnyTagClassName
{
color: #C23EC6;
}
</style>
background-color css
<style>
a { background-color: #C23EC6; }
a { background-color: rgb(194,62,198); }
div.DivClassName
{
background-color: #C23EC6;
}
.BgClassName
{
background-color: #C23EC6;
}
</style>
border-color css
<style>
span { border-color: #C23EC6; }
span { border-color: rgb(194,62,198); }
td.TdClassName
{
border-color: #C23EC6;
}
.TagClassName
{
border-color: #C23EC6;
}
</style>