Shades of Fuchsia #C229BC
Tints of Fuchsia #C229BC
RGB
CMYK
RGB Variations
Color information
#C229BC (or 0xC229BC) is known color: Fuchsia. HEX triplet: C2, 29 and BC. RGB value is (194,41,188). Sum of RGB (Red+Green+Blue) = 194+41+188=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C229BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229BC is #3DD643. Grayscale: #676767. Windows color (decimal): -4052548 or 12331458. OLE color: 12331458.
HSL color Cylindrical-coordinate representation of color #C229BC: hue angle of 302.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C229BC is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 188 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.24 |
| HSL | 302.35º | 0.65% | 0.46% | - |
| HSV(B) | 302.35º | 0.79% | 0.76% | - |
| XYZ | 32.12 | 16.69 | 49.1 | - |
| YUV | 103.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 188 | 0 | 0.79 | 0.03 | 0.24 | 302.35 | 0.65 | 0.46 |
| Hex | C2 | 29 | BC | 0 | 4F | 3 | 18 | 12E | 41 | 2E |
| Octal | 302 | 51 | 274 | 0 | 117 | 3 | 30 | 456 | 101 | 56 |
| Binary | 11000010 | 101001 | 10111100 | 0 | 1001111 | 11 | 11000 | 100101110 | 1000001 | 101110 |
Color Harmonies of #C229BC
Complementary color
Monochromatic Colors of #C229BC
Black with #C229BC
Text Example
Text Example
White with #C229BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229BC; }
p { color: rgb(194,41,188); }
H1.HeaderClassName
{
color: #C229BC;
}
.AnyTagClassName
{
color: #C229BC;
}
</style>
background-color css
<style>
a { background-color: #C229BC; }
a { background-color: rgb(194,41,188); }
div.DivClassName
{
background-color: #C229BC;
}
.BgClassName
{
background-color: #C229BC;
}
</style>
border-color css
<style>
span { border-color: #C229BC; }
span { border-color: rgb(194,41,188); }
td.TdClassName
{
border-color: #C229BC;
}
.TagClassName
{
border-color: #C229BC;
}
</style>