Shades of Fuchsia #C33FCD
Tints of Fuchsia #C33FCD
RGB
CMYK
RGB Variations
Color information
#C33FCD (or 0xC33FCD) is known color: Fuchsia. HEX triplet: C3, 3F and CD. RGB value is (195,63,205). Sum of RGB (Red+Green+Blue) = 195+63+205=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C33FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FCD is #3CC032. Grayscale: #767676. Windows color (decimal): -3981363 or 13451203. OLE color: 13451203.
HSL color Cylindrical-coordinate representation of color #C33FCD: hue angle of 295.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33FCD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 63 | 205 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.20 |
| HSL | 295.77º | 0.59% | 0.53% | - |
| HSV(B) | 295.77º | 0.69% | 0.8% | - |
| XYZ | 35.3 | 19.56 | 59.67 | - |
| YUV | 118.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 205 | 0.05 | 0.69 | 0 | 0.20 | 295.77 | 0.59 | 0.53 |
| Hex | C3 | 3F | CD | 5 | 45 | 0 | 14 | 128 | 3B | 35 |
| Octal | 303 | 77 | 315 | 5 | 105 | 0 | 24 | 450 | 73 | 65 |
| Binary | 11000011 | 111111 | 11001101 | 101 | 1000101 | 0 | 10100 | 100101000 | 111011 | 110101 |
Color Harmonies of #C33FCD
Complementary color
Monochromatic Colors of #C33FCD
Black with #C33FCD
Text Example
Text Example
White with #C33FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FCD; }
p { color: rgb(195,63,205); }
H1.HeaderClassName
{
color: #C33FCD;
}
.AnyTagClassName
{
color: #C33FCD;
}
</style>
background-color css
<style>
a { background-color: #C33FCD; }
a { background-color: rgb(195,63,205); }
div.DivClassName
{
background-color: #C33FCD;
}
.BgClassName
{
background-color: #C33FCD;
}
</style>
border-color css
<style>
span { border-color: #C33FCD; }
span { border-color: rgb(195,63,205); }
td.TdClassName
{
border-color: #C33FCD;
}
.TagClassName
{
border-color: #C33FCD;
}
</style>