Shades of Fuchsia #C33BAC
Tints of Fuchsia #C33BAC
RGB
CMYK
RGB Variations
Color information
#C33BAC (or 0xC33BAC) is known color: Fuchsia. HEX triplet: C3, 3B and AC. RGB value is (195,59,172). Sum of RGB (Red+Green+Blue) = 195+59+172=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BAC is #3CC453. Grayscale: #707070. Windows color (decimal): -3982420 or 11287491. OLE color: 11287491.
HSL color Cylindrical-coordinate representation of color #C33BAC: hue angle of 310.15º 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 #C33BAC is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 172 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.15º | 0.54% | 0.5% | - |
| HSV(B) | 310.15º | 0.7% | 0.76% | - |
| XYZ | 31.52 | 17.71 | 40.79 | - |
| YUV | 112.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 172 | 0 | 0.70 | 0.12 | 0.24 | 310.15 | 0.54 | 0.5 |
| Hex | C3 | 3B | AC | 0 | 46 | C | 18 | 136 | 36 | 32 |
| Octal | 303 | 73 | 254 | 0 | 106 | 14 | 30 | 466 | 66 | 62 |
| Binary | 11000011 | 111011 | 10101100 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110110 | 110010 |
Color Harmonies of #C33BAC
Complementary color
Monochromatic Colors of #C33BAC
Black with #C33BAC
Text Example
Text Example
White with #C33BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BAC; }
p { color: rgb(195,59,172); }
H1.HeaderClassName
{
color: #C33BAC;
}
.AnyTagClassName
{
color: #C33BAC;
}
</style>
background-color css
<style>
a { background-color: #C33BAC; }
a { background-color: rgb(195,59,172); }
div.DivClassName
{
background-color: #C33BAC;
}
.BgClassName
{
background-color: #C33BAC;
}
</style>
border-color css
<style>
span { border-color: #C33BAC; }
span { border-color: rgb(195,59,172); }
td.TdClassName
{
border-color: #C33BAC;
}
.TagClassName
{
border-color: #C33BAC;
}
</style>