Shades of Fuchsia #C33FCC
Tints of Fuchsia #C33FCC
RGB
CMYK
RGB Variations
Color information
#C33FCC (or 0xC33FCC) is known color: Fuchsia. HEX triplet: C3, 3F and CC. RGB value is (195,63,204). Sum of RGB (Red+Green+Blue) = 195+63+204=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FCC is #3CC033. Grayscale: #767676. Windows color (decimal): -3981364 or 13385667. OLE color: 13385667.
HSL color Cylindrical-coordinate representation of color #C33FCC: hue angle of 296.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33FCC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 63 | 204 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.2 |
| HSL | 296.17º | 0.58% | 0.52% | - |
| HSV(B) | 296.17º | 0.69% | 0.8% | - |
| XYZ | 35.18 | 19.52 | 59.04 | - |
| YUV | 118.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 204 | 0.04 | 0.69 | 0 | 0.2 | 296.17 | 0.58 | 0.52 |
| Hex | C3 | 3F | CC | 4 | 45 | 0 | 14 | 128 | 3A | 34 |
| Octal | 303 | 77 | 314 | 4 | 105 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000011 | 111111 | 11001100 | 100 | 1000101 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C33FCC
Complementary color
Monochromatic Colors of #C33FCC
Black with #C33FCC
Text Example
Text Example
White with #C33FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FCC; }
p { color: rgb(195,63,204); }
H1.HeaderClassName
{
color: #C33FCC;
}
.AnyTagClassName
{
color: #C33FCC;
}
</style>
background-color css
<style>
a { background-color: #C33FCC; }
a { background-color: rgb(195,63,204); }
div.DivClassName
{
background-color: #C33FCC;
}
.BgClassName
{
background-color: #C33FCC;
}
</style>
border-color css
<style>
span { border-color: #C33FCC; }
span { border-color: rgb(195,63,204); }
td.TdClassName
{
border-color: #C33FCC;
}
.TagClassName
{
border-color: #C33FCC;
}
</style>