Shades of Fuchsia #C33AB4
Tints of Fuchsia #C33AB4
RGB
CMYK
RGB Variations
Color information
#C33AB4 (or 0xC33AB4) is known color: Fuchsia. HEX triplet: C3, 3A and B4. RGB value is (195,58,180). Sum of RGB (Red+Green+Blue) = 195+58+180=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AB4 is #3CC54B. Grayscale: #707070. Windows color (decimal): -3982668 or 11811523. OLE color: 11811523.
HSL color Cylindrical-coordinate representation of color #C33AB4: hue angle of 306.57º 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 #C33AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 180 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.24 |
| HSL | 306.57º | 0.54% | 0.5% | - |
| HSV(B) | 306.57º | 0.7% | 0.76% | - |
| XYZ | 32.26 | 17.92 | 44.94 | - |
| YUV | 112.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 180 | 0 | 0.70 | 0.08 | 0.24 | 306.57 | 0.54 | 0.5 |
| Hex | C3 | 3A | B4 | 0 | 46 | 8 | 18 | 133 | 36 | 32 |
| Octal | 303 | 72 | 264 | 0 | 106 | 10 | 30 | 463 | 66 | 62 |
| Binary | 11000011 | 111010 | 10110100 | 0 | 1000110 | 1000 | 11000 | 100110011 | 110110 | 110010 |
Color Harmonies of #C33AB4
Complementary color
Monochromatic Colors of #C33AB4
Black with #C33AB4
Text Example
Text Example
White with #C33AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AB4; }
p { color: rgb(195,58,180); }
H1.HeaderClassName
{
color: #C33AB4;
}
.AnyTagClassName
{
color: #C33AB4;
}
</style>
background-color css
<style>
a { background-color: #C33AB4; }
a { background-color: rgb(195,58,180); }
div.DivClassName
{
background-color: #C33AB4;
}
.BgClassName
{
background-color: #C33AB4;
}
</style>
border-color css
<style>
span { border-color: #C33AB4; }
span { border-color: rgb(195,58,180); }
td.TdClassName
{
border-color: #C33AB4;
}
.TagClassName
{
border-color: #C33AB4;
}
</style>