Shades of Fuchsia #C33BBA
Tints of Fuchsia #C33BBA
RGB
CMYK
RGB Variations
Color information
#C33BBA (or 0xC33BBA) is known color: Fuchsia. HEX triplet: C3, 3B and BA. RGB value is (195,59,186). Sum of RGB (Red+Green+Blue) = 195+59+186=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BBA is #3CC445. Grayscale: #717171. Windows color (decimal): -3982406 or 12204995. OLE color: 12204995.
HSL color Cylindrical-coordinate representation of color #C33BBA: hue angle of 303.97º 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 #C33BBA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 186 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.24 |
| HSL | 303.97º | 0.54% | 0.5% | - |
| HSV(B) | 303.97º | 0.7% | 0.76% | - |
| XYZ | 32.93 | 18.28 | 48.25 | - |
| YUV | 114.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 186 | 0 | 0.70 | 0.05 | 0.24 | 303.97 | 0.54 | 0.5 |
| Hex | C3 | 3B | BA | 0 | 46 | 5 | 18 | 130 | 36 | 32 |
| Octal | 303 | 73 | 272 | 0 | 106 | 5 | 30 | 460 | 66 | 62 |
| Binary | 11000011 | 111011 | 10111010 | 0 | 1000110 | 101 | 11000 | 100110000 | 110110 | 110010 |
Color Harmonies of #C33BBA
Complementary color
Monochromatic Colors of #C33BBA
Black with #C33BBA
Text Example
Text Example
White with #C33BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BBA; }
p { color: rgb(195,59,186); }
H1.HeaderClassName
{
color: #C33BBA;
}
.AnyTagClassName
{
color: #C33BBA;
}
</style>
background-color css
<style>
a { background-color: #C33BBA; }
a { background-color: rgb(195,59,186); }
div.DivClassName
{
background-color: #C33BBA;
}
.BgClassName
{
background-color: #C33BBA;
}
</style>
border-color css
<style>
span { border-color: #C33BBA; }
span { border-color: rgb(195,59,186); }
td.TdClassName
{
border-color: #C33BBA;
}
.TagClassName
{
border-color: #C33BBA;
}
</style>