Shades of Fuchsia #C33ABB
Tints of Fuchsia #C33ABB
RGB
CMYK
RGB Variations
Color information
#C33ABB (or 0xC33ABB) is known color: Fuchsia. HEX triplet: C3, 3A and BB. RGB value is (195,58,187). Sum of RGB (Red+Green+Blue) = 195+58+187=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C33ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ABB is #3CC544. Grayscale: #717171. Windows color (decimal): -3982661 or 12270275. OLE color: 12270275.
HSL color Cylindrical-coordinate representation of color #C33ABB: hue angle of 303.5º 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 #C33ABB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 187 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.5º | 0.54% | 0.5% | - |
| HSV(B) | 303.5º | 0.7% | 0.76% | - |
| XYZ | 32.99 | 18.22 | 48.79 | - |
| YUV | 113.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 187 | 0 | 0.70 | 0.04 | 0.24 | 303.5 | 0.54 | 0.5 |
| Hex | C3 | 3A | BB | 0 | 46 | 4 | 18 | 130 | 36 | 32 |
| Octal | 303 | 72 | 273 | 0 | 106 | 4 | 30 | 460 | 66 | 62 |
| Binary | 11000011 | 111010 | 10111011 | 0 | 1000110 | 100 | 11000 | 100110000 | 110110 | 110010 |
Color Harmonies of #C33ABB
Complementary color
Monochromatic Colors of #C33ABB
Black with #C33ABB
Text Example
Text Example
White with #C33ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ABB; }
p { color: rgb(195,58,187); }
H1.HeaderClassName
{
color: #C33ABB;
}
.AnyTagClassName
{
color: #C33ABB;
}
</style>
background-color css
<style>
a { background-color: #C33ABB; }
a { background-color: rgb(195,58,187); }
div.DivClassName
{
background-color: #C33ABB;
}
.BgClassName
{
background-color: #C33ABB;
}
</style>
border-color css
<style>
span { border-color: #C33ABB; }
span { border-color: rgb(195,58,187); }
td.TdClassName
{
border-color: #C33ABB;
}
.TagClassName
{
border-color: #C33ABB;
}
</style>