Shades of Fuchsia #C229B1
Tints of Fuchsia #C229B1
RGB
CMYK
RGB Variations
Color information
#C229B1 (or 0xC229B1) is known color: Fuchsia. HEX triplet: C2, 29 and B1. RGB value is (194,41,177). Sum of RGB (Red+Green+Blue) = 194+41+177=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C229B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229B1 is #3DD64E. Grayscale: #656565. Windows color (decimal): -4052559 or 11610562. OLE color: 11610562.
HSL color Cylindrical-coordinate representation of color #C229B1: hue angle of 306.67º 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 #C229B1 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 177 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.24 |
| HSL | 306.67º | 0.65% | 0.46% | - |
| HSV(B) | 306.67º | 0.79% | 0.76% | - |
| XYZ | 30.98 | 16.23 | 43.09 | - |
| YUV | 102.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 177 | 0 | 0.79 | 0.09 | 0.24 | 306.67 | 0.65 | 0.46 |
| Hex | C2 | 29 | B1 | 0 | 4F | 9 | 18 | 133 | 41 | 2E |
| Octal | 302 | 51 | 261 | 0 | 117 | 11 | 30 | 463 | 101 | 56 |
| Binary | 11000010 | 101001 | 10110001 | 0 | 1001111 | 1001 | 11000 | 100110011 | 1000001 | 101110 |
Color Harmonies of #C229B1
Complementary color
Monochromatic Colors of #C229B1
Black with #C229B1
Text Example
Text Example
White with #C229B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229B1; }
p { color: rgb(194,41,177); }
H1.HeaderClassName
{
color: #C229B1;
}
.AnyTagClassName
{
color: #C229B1;
}
</style>
background-color css
<style>
a { background-color: #C229B1; }
a { background-color: rgb(194,41,177); }
div.DivClassName
{
background-color: #C229B1;
}
.BgClassName
{
background-color: #C229B1;
}
</style>
border-color css
<style>
span { border-color: #C229B1; }
span { border-color: rgb(194,41,177); }
td.TdClassName
{
border-color: #C229B1;
}
.TagClassName
{
border-color: #C229B1;
}
</style>