Shades of Fuchsia #C23DB8
Tints of Fuchsia #C23DB8
RGB
CMYK
RGB Variations
Color information
#C23DB8 (or 0xC23DB8) is known color: Fuchsia. HEX triplet: C2, 3D and B8. RGB value is (194,61,184). Sum of RGB (Red+Green+Blue) = 194+61+184=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DB8 is #3DC247. Grayscale: #727272. Windows color (decimal): -4047432 or 12074434. OLE color: 12074434.
HSL color Cylindrical-coordinate representation of color #C23DB8: hue angle of 304.51º 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 #C23DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 184 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.24 |
| HSL | 304.51º | 0.52% | 0.5% | - |
| HSV(B) | 304.51º | 0.69% | 0.76% | - |
| XYZ | 32.57 | 18.27 | 47.16 | - |
| YUV | 114.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 184 | 0 | 0.69 | 0.05 | 0.24 | 304.51 | 0.52 | 0.5 |
| Hex | C2 | 3D | B8 | 0 | 45 | 5 | 18 | 131 | 34 | 32 |
| Octal | 302 | 75 | 270 | 0 | 105 | 5 | 30 | 461 | 64 | 62 |
| Binary | 11000010 | 111101 | 10111000 | 0 | 1000101 | 101 | 11000 | 100110001 | 110100 | 110010 |
Color Harmonies of #C23DB8
Complementary color
Monochromatic Colors of #C23DB8
Black with #C23DB8
Text Example
Text Example
White with #C23DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DB8; }
p { color: rgb(194,61,184); }
H1.HeaderClassName
{
color: #C23DB8;
}
.AnyTagClassName
{
color: #C23DB8;
}
</style>
background-color css
<style>
a { background-color: #C23DB8; }
a { background-color: rgb(194,61,184); }
div.DivClassName
{
background-color: #C23DB8;
}
.BgClassName
{
background-color: #C23DB8;
}
</style>
border-color css
<style>
span { border-color: #C23DB8; }
span { border-color: rgb(194,61,184); }
td.TdClassName
{
border-color: #C23DB8;
}
.TagClassName
{
border-color: #C23DB8;
}
</style>