Shades of Fuchsia #C33AA8
Tints of Fuchsia #C33AA8
RGB
CMYK
RGB Variations
Color information
#C33AA8 (or 0xC33AA8) is known color: Fuchsia. HEX triplet: C3, 3A and A8. RGB value is (195,58,168). Sum of RGB (Red+Green+Blue) = 195+58+168=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AA8 is #3CC557. Grayscale: #6F6F6F. Windows color (decimal): -3982680 or 11025091. OLE color: 11025091.
HSL color Cylindrical-coordinate representation of color #C33AA8: hue angle of 311.82º 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 #C33AA8 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 168 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.24 |
| HSL | 311.82º | 0.54% | 0.5% | - |
| HSV(B) | 311.82º | 0.7% | 0.76% | - |
| XYZ | 31.09 | 17.46 | 38.78 | - |
| YUV | 111.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 168 | 0 | 0.70 | 0.14 | 0.24 | 311.82 | 0.54 | 0.5 |
| Hex | C3 | 3A | A8 | 0 | 46 | E | 18 | 138 | 36 | 32 |
| Octal | 303 | 72 | 250 | 0 | 106 | 16 | 30 | 470 | 66 | 62 |
| Binary | 11000011 | 111010 | 10101000 | 0 | 1000110 | 1110 | 11000 | 100111000 | 110110 | 110010 |
Color Harmonies of #C33AA8
Complementary color
Monochromatic Colors of #C33AA8
Black with #C33AA8
Text Example
Text Example
White with #C33AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AA8; }
p { color: rgb(195,58,168); }
H1.HeaderClassName
{
color: #C33AA8;
}
.AnyTagClassName
{
color: #C33AA8;
}
</style>
background-color css
<style>
a { background-color: #C33AA8; }
a { background-color: rgb(195,58,168); }
div.DivClassName
{
background-color: #C33AA8;
}
.BgClassName
{
background-color: #C33AA8;
}
</style>
border-color css
<style>
span { border-color: #C33AA8; }
span { border-color: rgb(195,58,168); }
td.TdClassName
{
border-color: #C33AA8;
}
.TagClassName
{
border-color: #C33AA8;
}
</style>