Shades of Fuchsia #C33BBC
Tints of Fuchsia #C33BBC
RGB
CMYK
RGB Variations
Color information
#C33BBC (or 0xC33BBC) is known color: Fuchsia. HEX triplet: C3, 3B and BC. RGB value is (195,59,188). Sum of RGB (Red+Green+Blue) = 195+59+188=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BBC is #3CC443. Grayscale: #717171. Windows color (decimal): -3982404 or 12336067. OLE color: 12336067.
HSL color Cylindrical-coordinate representation of color #C33BBC: hue angle of 303.09º 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 #C33BBC is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 188 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.09º | 0.54% | 0.5% | - |
| HSV(B) | 303.09º | 0.7% | 0.76% | - |
| XYZ | 33.15 | 18.36 | 49.37 | - |
| YUV | 114.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 188 | 0 | 0.70 | 0.04 | 0.24 | 303.09 | 0.54 | 0.5 |
| Hex | C3 | 3B | BC | 0 | 46 | 4 | 18 | 12F | 36 | 32 |
| Octal | 303 | 73 | 274 | 0 | 106 | 4 | 30 | 457 | 66 | 62 |
| Binary | 11000011 | 111011 | 10111100 | 0 | 1000110 | 100 | 11000 | 100101111 | 110110 | 110010 |
Color Harmonies of #C33BBC
Complementary color
Monochromatic Colors of #C33BBC
Black with #C33BBC
Text Example
Text Example
White with #C33BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BBC; }
p { color: rgb(195,59,188); }
H1.HeaderClassName
{
color: #C33BBC;
}
.AnyTagClassName
{
color: #C33BBC;
}
</style>
background-color css
<style>
a { background-color: #C33BBC; }
a { background-color: rgb(195,59,188); }
div.DivClassName
{
background-color: #C33BBC;
}
.BgClassName
{
background-color: #C33BBC;
}
</style>
border-color css
<style>
span { border-color: #C33BBC; }
span { border-color: rgb(195,59,188); }
td.TdClassName
{
border-color: #C33BBC;
}
.TagClassName
{
border-color: #C33BBC;
}
</style>