Shades of Fuchsia #C229B2
Tints of Fuchsia #C229B2
RGB
CMYK
RGB Variations
Color information
#C229B2 (or 0xC229B2) is known color: Fuchsia. HEX triplet: C2, 29 and B2. RGB value is (194,41,178). Sum of RGB (Red+Green+Blue) = 194+41+178=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C229B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229B2 is #3DD64D. Grayscale: #656565. Windows color (decimal): -4052558 or 11676098. OLE color: 11676098.
HSL color Cylindrical-coordinate representation of color #C229B2: hue angle of 306.27º 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 #C229B2 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 178 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.24 |
| HSL | 306.27º | 0.65% | 0.46% | - |
| HSV(B) | 306.27º | 0.79% | 0.76% | - |
| XYZ | 31.08 | 16.27 | 43.62 | - |
| YUV | 102.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 178 | 0 | 0.79 | 0.08 | 0.24 | 306.27 | 0.65 | 0.46 |
| Hex | C2 | 29 | B2 | 0 | 4F | 8 | 18 | 132 | 41 | 2E |
| Octal | 302 | 51 | 262 | 0 | 117 | 10 | 30 | 462 | 101 | 56 |
| Binary | 11000010 | 101001 | 10110010 | 0 | 1001111 | 1000 | 11000 | 100110010 | 1000001 | 101110 |
Color Harmonies of #C229B2
Complementary color
Monochromatic Colors of #C229B2
Black with #C229B2
Text Example
Text Example
White with #C229B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229B2; }
p { color: rgb(194,41,178); }
H1.HeaderClassName
{
color: #C229B2;
}
.AnyTagClassName
{
color: #C229B2;
}
</style>
background-color css
<style>
a { background-color: #C229B2; }
a { background-color: rgb(194,41,178); }
div.DivClassName
{
background-color: #C229B2;
}
.BgClassName
{
background-color: #C229B2;
}
</style>
border-color css
<style>
span { border-color: #C229B2; }
span { border-color: rgb(194,41,178); }
td.TdClassName
{
border-color: #C229B2;
}
.TagClassName
{
border-color: #C229B2;
}
</style>