Shades of Fuchsia #C33ACE
Tints of Fuchsia #C33ACE
RGB
CMYK
RGB Variations
Color information
#C33ACE (or 0xC33ACE) is known color: Fuchsia. HEX triplet: C3, 3A and CE. RGB value is (195,58,206). Sum of RGB (Red+Green+Blue) = 195+58+206=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C33ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ACE is #3CC531. Grayscale: #737373. Windows color (decimal): -3982642 or 13515459. OLE color: 13515459.
HSL color Cylindrical-coordinate representation of color #C33ACE: hue angle of 295.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33ACE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 58 | 206 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.19 |
| HSL | 295.54º | 0.6% | 0.52% | - |
| HSV(B) | 295.54º | 0.72% | 0.81% | - |
| XYZ | 35.16 | 19.08 | 60.22 | - |
| YUV | 115.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 206 | 0.05 | 0.72 | 0 | 0.19 | 295.54 | 0.6 | 0.52 |
| Hex | C3 | 3A | CE | 5 | 48 | 0 | 13 | 128 | 3C | 34 |
| Octal | 303 | 72 | 316 | 5 | 110 | 0 | 23 | 450 | 74 | 64 |
| Binary | 11000011 | 111010 | 11001110 | 101 | 1001000 | 0 | 10011 | 100101000 | 111100 | 110100 |
Color Harmonies of #C33ACE
Complementary color
Monochromatic Colors of #C33ACE
Black with #C33ACE
Text Example
Text Example
White with #C33ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ACE; }
p { color: rgb(195,58,206); }
H1.HeaderClassName
{
color: #C33ACE;
}
.AnyTagClassName
{
color: #C33ACE;
}
</style>
background-color css
<style>
a { background-color: #C33ACE; }
a { background-color: rgb(195,58,206); }
div.DivClassName
{
background-color: #C33ACE;
}
.BgClassName
{
background-color: #C33ACE;
}
</style>
border-color css
<style>
span { border-color: #C33ACE; }
span { border-color: rgb(195,58,206); }
td.TdClassName
{
border-color: #C33ACE;
}
.TagClassName
{
border-color: #C33ACE;
}
</style>