Shades of Fuchsia #C23ACB
Tints of Fuchsia #C23ACB
RGB
CMYK
RGB Variations
Color information
#C23ACB (or 0xC23ACB) is known color: Fuchsia. HEX triplet: C2, 3A and CB. RGB value is (194,58,203). Sum of RGB (Red+Green+Blue) = 194+58+203=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C23ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACB is #3DC534. Grayscale: #727272. Windows color (decimal): -4048181 or 13318850. OLE color: 13318850.
HSL color Cylindrical-coordinate representation of color #C23ACB: hue angle of 296.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23ACB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 58 | 203 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.20 |
| HSL | 296.28º | 0.58% | 0.51% | - |
| HSV(B) | 296.28º | 0.71% | 0.8% | - |
| XYZ | 34.54 | 18.81 | 58.31 | - |
| YUV | 115.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 203 | 0.04 | 0.71 | 0 | 0.20 | 296.28 | 0.58 | 0.51 |
| Hex | C2 | 3A | CB | 4 | 47 | 0 | 14 | 128 | 3A | 33 |
| Octal | 302 | 72 | 313 | 4 | 107 | 0 | 24 | 450 | 72 | 63 |
| Binary | 11000010 | 111010 | 11001011 | 100 | 1000111 | 0 | 10100 | 100101000 | 111010 | 110011 |
Color Harmonies of #C23ACB
Complementary color
Monochromatic Colors of #C23ACB
Black with #C23ACB
Text Example
Text Example
White with #C23ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ACB; }
p { color: rgb(194,58,203); }
H1.HeaderClassName
{
color: #C23ACB;
}
.AnyTagClassName
{
color: #C23ACB;
}
</style>
background-color css
<style>
a { background-color: #C23ACB; }
a { background-color: rgb(194,58,203); }
div.DivClassName
{
background-color: #C23ACB;
}
.BgClassName
{
background-color: #C23ACB;
}
</style>
border-color css
<style>
span { border-color: #C23ACB; }
span { border-color: rgb(194,58,203); }
td.TdClassName
{
border-color: #C23ACB;
}
.TagClassName
{
border-color: #C23ACB;
}
</style>