Shades of Fuchsia #C33EBC
Tints of Fuchsia #C33EBC
RGB
CMYK
RGB Variations
Color information
#C33EBC (or 0xC33EBC) is known color: Fuchsia. HEX triplet: C3, 3E and BC. RGB value is (195,62,188). Sum of RGB (Red+Green+Blue) = 195+62+188=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C33EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EBC is #3CC143. Grayscale: #737373. Windows color (decimal): -3981636 or 12336835. OLE color: 12336835.
HSL color Cylindrical-coordinate representation of color #C33EBC: hue angle of 303.16º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33EBC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 188 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.24 |
| HSL | 303.16º | 0.53% | 0.5% | - |
| HSV(B) | 303.16º | 0.68% | 0.76% | - |
| XYZ | 33.31 | 18.68 | 49.43 | - |
| YUV | 116.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 188 | 0 | 0.68 | 0.04 | 0.24 | 303.16 | 0.53 | 0.5 |
| Hex | C3 | 3E | BC | 0 | 44 | 4 | 18 | 12F | 35 | 32 |
| Octal | 303 | 76 | 274 | 0 | 104 | 4 | 30 | 457 | 65 | 62 |
| Binary | 11000011 | 111110 | 10111100 | 0 | 1000100 | 100 | 11000 | 100101111 | 110101 | 110010 |
Color Harmonies of #C33EBC
Complementary color
Monochromatic Colors of #C33EBC
Black with #C33EBC
Text Example
Text Example
White with #C33EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EBC; }
p { color: rgb(195,62,188); }
H1.HeaderClassName
{
color: #C33EBC;
}
.AnyTagClassName
{
color: #C33EBC;
}
</style>
background-color css
<style>
a { background-color: #C33EBC; }
a { background-color: rgb(195,62,188); }
div.DivClassName
{
background-color: #C33EBC;
}
.BgClassName
{
background-color: #C33EBC;
}
</style>
border-color css
<style>
span { border-color: #C33EBC; }
span { border-color: rgb(195,62,188); }
td.TdClassName
{
border-color: #C33EBC;
}
.TagClassName
{
border-color: #C33EBC;
}
</style>