Shades of Fuchsia #C33AAA
Tints of Fuchsia #C33AAA
RGB
CMYK
RGB Variations
Color information
#C33AAA (or 0xC33AAA) is known color: Fuchsia. HEX triplet: C3, 3A and AA. RGB value is (195,58,170). Sum of RGB (Red+Green+Blue) = 195+58+170=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AAA is #3CC555. Grayscale: #6F6F6F. Windows color (decimal): -3982678 or 11156163. OLE color: 11156163.
HSL color Cylindrical-coordinate representation of color #C33AAA: hue angle of 310.95º 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 #C33AAA is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 170 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.24 |
| HSL | 310.95º | 0.54% | 0.5% | - |
| HSV(B) | 310.95º | 0.7% | 0.76% | - |
| XYZ | 31.27 | 17.53 | 39.77 | - |
| YUV | 111.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 170 | 0 | 0.70 | 0.13 | 0.24 | 310.95 | 0.54 | 0.5 |
| Hex | C3 | 3A | AA | 0 | 46 | D | 18 | 137 | 36 | 32 |
| Octal | 303 | 72 | 252 | 0 | 106 | 15 | 30 | 467 | 66 | 62 |
| Binary | 11000011 | 111010 | 10101010 | 0 | 1000110 | 1101 | 11000 | 100110111 | 110110 | 110010 |
Color Harmonies of #C33AAA
Complementary color
Monochromatic Colors of #C33AAA
Black with #C33AAA
Text Example
Text Example
White with #C33AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AAA; }
p { color: rgb(195,58,170); }
H1.HeaderClassName
{
color: #C33AAA;
}
.AnyTagClassName
{
color: #C33AAA;
}
</style>
background-color css
<style>
a { background-color: #C33AAA; }
a { background-color: rgb(195,58,170); }
div.DivClassName
{
background-color: #C33AAA;
}
.BgClassName
{
background-color: #C33AAA;
}
</style>
border-color css
<style>
span { border-color: #C33AAA; }
span { border-color: rgb(195,58,170); }
td.TdClassName
{
border-color: #C33AAA;
}
.TagClassName
{
border-color: #C33AAA;
}
</style>