Shades of Fuchsia #C33BA9
Tints of Fuchsia #C33BA9
RGB
CMYK
RGB Variations
Color information
#C33BA9 (or 0xC33BA9) is known color: Fuchsia. HEX triplet: C3, 3B and A9. RGB value is (195,59,169). Sum of RGB (Red+Green+Blue) = 195+59+169=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA9 is #3CC456. Grayscale: #6F6F6F. Windows color (decimal): -3982423 or 11090883. OLE color: 11090883.
HSL color Cylindrical-coordinate representation of color #C33BA9: hue angle of 311.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BA9 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 169 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.24 |
| HSL | 311.47º | 0.54% | 0.5% | - |
| HSV(B) | 311.47º | 0.7% | 0.76% | - |
| XYZ | 31.23 | 17.59 | 39.29 | - |
| YUV | 112.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 169 | 0 | 0.70 | 0.13 | 0.24 | 311.47 | 0.54 | 0.5 |
| Hex | C3 | 3B | A9 | 0 | 46 | D | 18 | 137 | 36 | 32 |
| Octal | 303 | 73 | 251 | 0 | 106 | 15 | 30 | 467 | 66 | 62 |
| Binary | 11000011 | 111011 | 10101001 | 0 | 1000110 | 1101 | 11000 | 100110111 | 110110 | 110010 |
Color Harmonies of #C33BA9
Complementary color
Monochromatic Colors of #C33BA9
Black with #C33BA9
Text Example
Text Example
White with #C33BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BA9; }
p { color: rgb(195,59,169); }
H1.HeaderClassName
{
color: #C33BA9;
}
.AnyTagClassName
{
color: #C33BA9;
}
</style>
background-color css
<style>
a { background-color: #C33BA9; }
a { background-color: rgb(195,59,169); }
div.DivClassName
{
background-color: #C33BA9;
}
.BgClassName
{
background-color: #C33BA9;
}
</style>
border-color css
<style>
span { border-color: #C33BA9; }
span { border-color: rgb(195,59,169); }
td.TdClassName
{
border-color: #C33BA9;
}
.TagClassName
{
border-color: #C33BA9;
}
</style>