Shades of Fuchsia #C33BA8
Tints of Fuchsia #C33BA8
RGB
CMYK
RGB Variations
Color information
#C33BA8 (or 0xC33BA8) is known color: Fuchsia. HEX triplet: C3, 3B and A8. RGB value is (195,59,168). Sum of RGB (Red+Green+Blue) = 195+59+168=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA8 is #3CC457. Grayscale: #6F6F6F. Windows color (decimal): -3982424 or 11025347. OLE color: 11025347.
HSL color Cylindrical-coordinate representation of color #C33BA8: hue angle of 311.91º 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 #C33BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 168 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.24 |
| HSL | 311.91º | 0.54% | 0.5% | - |
| HSV(B) | 311.91º | 0.7% | 0.76% | - |
| XYZ | 31.14 | 17.56 | 38.79 | - |
| YUV | 112.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 168 | 0 | 0.70 | 0.14 | 0.24 | 311.91 | 0.54 | 0.5 |
| Hex | C3 | 3B | A8 | 0 | 46 | E | 18 | 138 | 36 | 32 |
| Octal | 303 | 73 | 250 | 0 | 106 | 16 | 30 | 470 | 66 | 62 |
| Binary | 11000011 | 111011 | 10101000 | 0 | 1000110 | 1110 | 11000 | 100111000 | 110110 | 110010 |
Color Harmonies of #C33BA8
Complementary color
Monochromatic Colors of #C33BA8
Black with #C33BA8
Text Example
Text Example
White with #C33BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BA8; }
p { color: rgb(195,59,168); }
H1.HeaderClassName
{
color: #C33BA8;
}
.AnyTagClassName
{
color: #C33BA8;
}
</style>
background-color css
<style>
a { background-color: #C33BA8; }
a { background-color: rgb(195,59,168); }
div.DivClassName
{
background-color: #C33BA8;
}
.BgClassName
{
background-color: #C33BA8;
}
</style>
border-color css
<style>
span { border-color: #C33BA8; }
span { border-color: rgb(195,59,168); }
td.TdClassName
{
border-color: #C33BA8;
}
.TagClassName
{
border-color: #C33BA8;
}
</style>