Shades of Fuchsia #C23BC9
Tints of Fuchsia #C23BC9
RGB
CMYK
RGB Variations
Color information
#C23BC9 (or 0xC23BC9) is known color: Fuchsia. HEX triplet: C2, 3B and C9. RGB value is (194,59,201). Sum of RGB (Red+Green+Blue) = 194+59+201=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #C23BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BC9 is #3DC436. Grayscale: #737373. Windows color (decimal): -4047927 or 13188034. OLE color: 13188034.
HSL color Cylindrical-coordinate representation of color #C23BC9: hue angle of 297.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23BC9 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 59 | 201 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.21 |
| HSL | 297.04º | 0.57% | 0.51% | - |
| HSV(B) | 297.04º | 0.71% | 0.79% | - |
| XYZ | 34.35 | 18.81 | 57.08 | - |
| YUV | 115.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 201 | 0.03 | 0.71 | 0 | 0.21 | 297.04 | 0.57 | 0.51 |
| Hex | C2 | 3B | C9 | 3 | 47 | 0 | 15 | 129 | 39 | 33 |
| Octal | 302 | 73 | 311 | 3 | 107 | 0 | 25 | 451 | 71 | 63 |
| Binary | 11000010 | 111011 | 11001001 | 11 | 1000111 | 0 | 10101 | 100101001 | 111001 | 110011 |
Color Harmonies of #C23BC9
Complementary color
Monochromatic Colors of #C23BC9
Black with #C23BC9
Text Example
Text Example
White with #C23BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BC9; }
p { color: rgb(194,59,201); }
H1.HeaderClassName
{
color: #C23BC9;
}
.AnyTagClassName
{
color: #C23BC9;
}
</style>
background-color css
<style>
a { background-color: #C23BC9; }
a { background-color: rgb(194,59,201); }
div.DivClassName
{
background-color: #C23BC9;
}
.BgClassName
{
background-color: #C23BC9;
}
</style>
border-color css
<style>
span { border-color: #C23BC9; }
span { border-color: rgb(194,59,201); }
td.TdClassName
{
border-color: #C23BC9;
}
.TagClassName
{
border-color: #C23BC9;
}
</style>