Shades of Fuchsia #C33CBC
Tints of Fuchsia #C33CBC
RGB
CMYK
RGB Variations
Color information
#C33CBC (or 0xC33CBC) is known color: Fuchsia. HEX triplet: C3, 3C and BC. RGB value is (195,60,188). Sum of RGB (Red+Green+Blue) = 195+60+188=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CBC is #3CC343. Grayscale: #727272. Windows color (decimal): -3982148 or 12336323. OLE color: 12336323.
HSL color Cylindrical-coordinate representation of color #C33CBC: hue angle of 303.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CBC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 188 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.11º | 0.53% | 0.5% | - |
| HSV(B) | 303.11º | 0.69% | 0.76% | - |
| XYZ | 33.2 | 18.46 | 49.39 | - |
| YUV | 114.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 188 | 0 | 0.69 | 0.04 | 0.24 | 303.11 | 0.53 | 0.5 |
| Hex | C3 | 3C | BC | 0 | 45 | 4 | 18 | 12F | 35 | 32 |
| Octal | 303 | 74 | 274 | 0 | 105 | 4 | 30 | 457 | 65 | 62 |
| Binary | 11000011 | 111100 | 10111100 | 0 | 1000101 | 100 | 11000 | 100101111 | 110101 | 110010 |
Color Harmonies of #C33CBC
Complementary color
Monochromatic Colors of #C33CBC
Black with #C33CBC
Text Example
Text Example
White with #C33CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CBC; }
p { color: rgb(195,60,188); }
H1.HeaderClassName
{
color: #C33CBC;
}
.AnyTagClassName
{
color: #C33CBC;
}
</style>
background-color css
<style>
a { background-color: #C33CBC; }
a { background-color: rgb(195,60,188); }
div.DivClassName
{
background-color: #C33CBC;
}
.BgClassName
{
background-color: #C33CBC;
}
</style>
border-color css
<style>
span { border-color: #C33CBC; }
span { border-color: rgb(195,60,188); }
td.TdClassName
{
border-color: #C33CBC;
}
.TagClassName
{
border-color: #C33CBC;
}
</style>