Shades of Fuchsia #C33AB0
Tints of Fuchsia #C33AB0
RGB
CMYK
RGB Variations
Color information
#C33AB0 (or 0xC33AB0) is known color: Fuchsia. HEX triplet: C3, 3A and B0. RGB value is (195,58,176). Sum of RGB (Red+Green+Blue) = 195+58+176=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AB0 is #3CC54F. Grayscale: #707070. Windows color (decimal): -3982672 or 11549379. OLE color: 11549379.
HSL color Cylindrical-coordinate representation of color #C33AB0: hue angle of 308.32º 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 #C33AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 176 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.24 |
| HSL | 308.32º | 0.54% | 0.5% | - |
| HSV(B) | 308.32º | 0.7% | 0.76% | - |
| XYZ | 31.86 | 17.76 | 42.82 | - |
| YUV | 112.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 176 | 0 | 0.70 | 0.10 | 0.24 | 308.32 | 0.54 | 0.5 |
| Hex | C3 | 3A | B0 | 0 | 46 | A | 18 | 134 | 36 | 32 |
| Octal | 303 | 72 | 260 | 0 | 106 | 12 | 30 | 464 | 66 | 62 |
| Binary | 11000011 | 111010 | 10110000 | 0 | 1000110 | 1010 | 11000 | 100110100 | 110110 | 110010 |
Color Harmonies of #C33AB0
Complementary color
Monochromatic Colors of #C33AB0
Black with #C33AB0
Text Example
Text Example
White with #C33AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AB0; }
p { color: rgb(195,58,176); }
H1.HeaderClassName
{
color: #C33AB0;
}
.AnyTagClassName
{
color: #C33AB0;
}
</style>
background-color css
<style>
a { background-color: #C33AB0; }
a { background-color: rgb(195,58,176); }
div.DivClassName
{
background-color: #C33AB0;
}
.BgClassName
{
background-color: #C33AB0;
}
</style>
border-color css
<style>
span { border-color: #C33AB0; }
span { border-color: rgb(195,58,176); }
td.TdClassName
{
border-color: #C33AB0;
}
.TagClassName
{
border-color: #C33AB0;
}
</style>