Shades of Fuchsia #C33BC3
Tints of Fuchsia #C33BC3
RGB
CMYK
RGB Variations
Color information
#C33BC3 (or 0xC33BC3) is known color: Fuchsia. HEX triplet: C3, 3B and C3. RGB value is (195,59,195). Sum of RGB (Red+Green+Blue) = 195+59+195=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C33BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC3 is #3CC43C. Grayscale: #727272. Windows color (decimal): -3982397 or 12794819. OLE color: 12794819.
HSL color Cylindrical-coordinate representation of color #C33BC3: hue angle of 300º 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 #C33BC3 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 195 | - |
| CMYK | 0 | 0.70 | 0 | 0.24 |
| HSL | 300º | 0.54% | 0.5% | - |
| HSV(B) | 300º | 0.7% | 0.76% | - |
| XYZ | 33.92 | 18.67 | 53.45 | - |
| YUV | 115.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 195 | 0 | 0.70 | 0 | 0.24 | 300 | 0.54 | 0.5 |
| Hex | C3 | 3B | C3 | 0 | 46 | 0 | 18 | 12C | 36 | 32 |
| Octal | 303 | 73 | 303 | 0 | 106 | 0 | 30 | 454 | 66 | 62 |
| Binary | 11000011 | 111011 | 11000011 | 0 | 1000110 | 0 | 11000 | 100101100 | 110110 | 110010 |
Color Harmonies of #C33BC3
Complementary color
Monochromatic Colors of #C33BC3
Black with #C33BC3
Text Example
Text Example
White with #C33BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BC3; }
p { color: rgb(195,59,195); }
H1.HeaderClassName
{
color: #C33BC3;
}
.AnyTagClassName
{
color: #C33BC3;
}
</style>
background-color css
<style>
a { background-color: #C33BC3; }
a { background-color: rgb(195,59,195); }
div.DivClassName
{
background-color: #C33BC3;
}
.BgClassName
{
background-color: #C33BC3;
}
</style>
border-color css
<style>
span { border-color: #C33BC3; }
span { border-color: rgb(195,59,195); }
td.TdClassName
{
border-color: #C33BC3;
}
.TagClassName
{
border-color: #C33BC3;
}
</style>