Shades of Fuchsia #C229B4
Tints of Fuchsia #C229B4
RGB
CMYK
RGB Variations
Color information
#C229B4 (or 0xC229B4) is known color: Fuchsia. HEX triplet: C2, 29 and B4. RGB value is (194,41,180). Sum of RGB (Red+Green+Blue) = 194+41+180=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C229B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229B4 is #3DD64B. Grayscale: #666666. Windows color (decimal): -4052556 or 11807170. OLE color: 11807170.
HSL color Cylindrical-coordinate representation of color #C229B4: hue angle of 305.49º 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 #C229B4 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 180 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.24 |
| HSL | 305.49º | 0.65% | 0.46% | - |
| HSV(B) | 305.49º | 0.79% | 0.76% | - |
| XYZ | 31.28 | 16.35 | 44.69 | - |
| YUV | 102.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 180 | 0 | 0.79 | 0.07 | 0.24 | 305.49 | 0.65 | 0.46 |
| Hex | C2 | 29 | B4 | 0 | 4F | 7 | 18 | 131 | 41 | 2E |
| Octal | 302 | 51 | 264 | 0 | 117 | 7 | 30 | 461 | 101 | 56 |
| Binary | 11000010 | 101001 | 10110100 | 0 | 1001111 | 111 | 11000 | 100110001 | 1000001 | 101110 |
Color Harmonies of #C229B4
Complementary color
Monochromatic Colors of #C229B4
Black with #C229B4
Text Example
Text Example
White with #C229B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229B4; }
p { color: rgb(194,41,180); }
H1.HeaderClassName
{
color: #C229B4;
}
.AnyTagClassName
{
color: #C229B4;
}
</style>
background-color css
<style>
a { background-color: #C229B4; }
a { background-color: rgb(194,41,180); }
div.DivClassName
{
background-color: #C229B4;
}
.BgClassName
{
background-color: #C229B4;
}
</style>
border-color css
<style>
span { border-color: #C229B4; }
span { border-color: rgb(194,41,180); }
td.TdClassName
{
border-color: #C229B4;
}
.TagClassName
{
border-color: #C229B4;
}
</style>