Shades of Fuchsia #C33AAC
Tints of Fuchsia #C33AAC
RGB
CMYK
RGB Variations
Color information
#C33AAC (or 0xC33AAC) is known color: Fuchsia. HEX triplet: C3, 3A and AC. RGB value is (195,58,172). Sum of RGB (Red+Green+Blue) = 195+58+172=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AAC is #3CC553. Grayscale: #6F6F6F. Windows color (decimal): -3982676 or 11287235. OLE color: 11287235.
HSL color Cylindrical-coordinate representation of color #C33AAC: hue angle of 310.07º 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 #C33AAC is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 172 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.07º | 0.54% | 0.5% | - |
| HSV(B) | 310.07º | 0.7% | 0.76% | - |
| XYZ | 31.47 | 17.61 | 40.77 | - |
| YUV | 111.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 172 | 0 | 0.70 | 0.12 | 0.24 | 310.07 | 0.54 | 0.5 |
| Hex | C3 | 3A | AC | 0 | 46 | C | 18 | 136 | 36 | 32 |
| Octal | 303 | 72 | 254 | 0 | 106 | 14 | 30 | 466 | 66 | 62 |
| Binary | 11000011 | 111010 | 10101100 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110110 | 110010 |
Color Harmonies of #C33AAC
Complementary color
Monochromatic Colors of #C33AAC
Black with #C33AAC
Text Example
Text Example
White with #C33AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AAC; }
p { color: rgb(195,58,172); }
H1.HeaderClassName
{
color: #C33AAC;
}
.AnyTagClassName
{
color: #C33AAC;
}
</style>
background-color css
<style>
a { background-color: #C33AAC; }
a { background-color: rgb(195,58,172); }
div.DivClassName
{
background-color: #C33AAC;
}
.BgClassName
{
background-color: #C33AAC;
}
</style>
border-color css
<style>
span { border-color: #C33AAC; }
span { border-color: rgb(195,58,172); }
td.TdClassName
{
border-color: #C33AAC;
}
.TagClassName
{
border-color: #C33AAC;
}
</style>