Shades of Fuchsia #C33BC0
Tints of Fuchsia #C33BC0
RGB
CMYK
RGB Variations
Color information
#C33BC0 (or 0xC33BC0) is known color: Fuchsia. HEX triplet: C3, 3B and C0. RGB value is (195,59,192). Sum of RGB (Red+Green+Blue) = 195+59+192=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC0 is #3CC43F. Grayscale: #727272. Windows color (decimal): -3982400 or 12598211. OLE color: 12598211.
HSL color Cylindrical-coordinate representation of color #C33BC0: hue angle of 301.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 #C33BC0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 192 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.24 |
| HSL | 301.32º | 0.54% | 0.5% | - |
| HSV(B) | 301.32º | 0.7% | 0.76% | - |
| XYZ | 33.58 | 18.54 | 51.68 | - |
| YUV | 114.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 192 | 0 | 0.70 | 0.02 | 0.24 | 301.32 | 0.54 | 0.5 |
| Hex | C3 | 3B | C0 | 0 | 46 | 2 | 18 | 12D | 36 | 32 |
| Octal | 303 | 73 | 300 | 0 | 106 | 2 | 30 | 455 | 66 | 62 |
| Binary | 11000011 | 111011 | 11000000 | 0 | 1000110 | 10 | 11000 | 100101101 | 110110 | 110010 |
Color Harmonies of #C33BC0
Complementary color
Monochromatic Colors of #C33BC0
Black with #C33BC0
Text Example
Text Example
White with #C33BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BC0; }
p { color: rgb(195,59,192); }
H1.HeaderClassName
{
color: #C33BC0;
}
.AnyTagClassName
{
color: #C33BC0;
}
</style>
background-color css
<style>
a { background-color: #C33BC0; }
a { background-color: rgb(195,59,192); }
div.DivClassName
{
background-color: #C33BC0;
}
.BgClassName
{
background-color: #C33BC0;
}
</style>
border-color css
<style>
span { border-color: #C33BC0; }
span { border-color: rgb(195,59,192); }
td.TdClassName
{
border-color: #C33BC0;
}
.TagClassName
{
border-color: #C33BC0;
}
</style>