Shades of Fuchsia #C23CB8
Tints of Fuchsia #C23CB8
RGB
CMYK
RGB Variations
Color information
#C23CB8 (or 0xC23CB8) is known color: Fuchsia. HEX triplet: C2, 3C and B8. RGB value is (194,60,184). Sum of RGB (Red+Green+Blue) = 194+60+184=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB8 is #3DC347. Grayscale: #717171. Windows color (decimal): -4047688 or 12074178. OLE color: 12074178.
HSL color Cylindrical-coordinate representation of color #C23CB8: hue angle of 304.48º degrees, saturation: 0.53, 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 #C23CB8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 184 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.24 |
| HSL | 304.48º | 0.53% | 0.5% | - |
| HSV(B) | 304.48º | 0.69% | 0.76% | - |
| XYZ | 32.52 | 18.16 | 47.14 | - |
| YUV | 114.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 184 | 0 | 0.69 | 0.05 | 0.24 | 304.48 | 0.53 | 0.5 |
| Hex | C2 | 3C | B8 | 0 | 45 | 5 | 18 | 130 | 35 | 32 |
| Octal | 302 | 74 | 270 | 0 | 105 | 5 | 30 | 460 | 65 | 62 |
| Binary | 11000010 | 111100 | 10111000 | 0 | 1000101 | 101 | 11000 | 100110000 | 110101 | 110010 |
Color Harmonies of #C23CB8
Complementary color
Monochromatic Colors of #C23CB8
Black with #C23CB8
Text Example
Text Example
White with #C23CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CB8; }
p { color: rgb(194,60,184); }
H1.HeaderClassName
{
color: #C23CB8;
}
.AnyTagClassName
{
color: #C23CB8;
}
</style>
background-color css
<style>
a { background-color: #C23CB8; }
a { background-color: rgb(194,60,184); }
div.DivClassName
{
background-color: #C23CB8;
}
.BgClassName
{
background-color: #C23CB8;
}
</style>
border-color css
<style>
span { border-color: #C23CB8; }
span { border-color: rgb(194,60,184); }
td.TdClassName
{
border-color: #C23CB8;
}
.TagClassName
{
border-color: #C23CB8;
}
</style>