Shades of Fuchsia #C23CC6
Tints of Fuchsia #C23CC6
RGB
CMYK
RGB Variations
Color information
#C23CC6 (or 0xC23CC6) is known color: Fuchsia. HEX triplet: C2, 3C and C6. RGB value is (194,60,198). Sum of RGB (Red+Green+Blue) = 194+60+198=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CC6 is #3DC339. Grayscale: #737373. Windows color (decimal): -4047674 or 12991682. OLE color: 12991682.
HSL color Cylindrical-coordinate representation of color #C23CC6: hue angle of 298.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23CC6 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 60 | 198 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.22 |
| HSL | 298.26º | 0.55% | 0.51% | - |
| HSV(B) | 298.26º | 0.7% | 0.78% | - |
| XYZ | 34.06 | 18.78 | 55.26 | - |
| YUV | 115.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 198 | 0.02 | 0.70 | 0 | 0.22 | 298.26 | 0.55 | 0.51 |
| Hex | C2 | 3C | C6 | 2 | 46 | 0 | 16 | 12A | 37 | 33 |
| Octal | 302 | 74 | 306 | 2 | 106 | 0 | 26 | 452 | 67 | 63 |
| Binary | 11000010 | 111100 | 11000110 | 10 | 1000110 | 0 | 10110 | 100101010 | 110111 | 110011 |
Color Harmonies of #C23CC6
Complementary color
Monochromatic Colors of #C23CC6
Black with #C23CC6
Text Example
Text Example
White with #C23CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CC6; }
p { color: rgb(194,60,198); }
H1.HeaderClassName
{
color: #C23CC6;
}
.AnyTagClassName
{
color: #C23CC6;
}
</style>
background-color css
<style>
a { background-color: #C23CC6; }
a { background-color: rgb(194,60,198); }
div.DivClassName
{
background-color: #C23CC6;
}
.BgClassName
{
background-color: #C23CC6;
}
</style>
border-color css
<style>
span { border-color: #C23CC6; }
span { border-color: rgb(194,60,198); }
td.TdClassName
{
border-color: #C23CC6;
}
.TagClassName
{
border-color: #C23CC6;
}
</style>