Shades of Fuchsia #C33ECC
Tints of Fuchsia #C33ECC
RGB
CMYK
RGB Variations
Color information
#C33ECC (or 0xC33ECC) is known color: Fuchsia. HEX triplet: C3, 3E and CC. RGB value is (195,62,204). Sum of RGB (Red+Green+Blue) = 195+62+204=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ECC is #3CC133. Grayscale: #757575. Windows color (decimal): -3981620 or 13385411. OLE color: 13385411.
HSL color Cylindrical-coordinate representation of color #C33ECC: hue angle of 296.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33ECC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 62 | 204 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.2 |
| HSL | 296.2º | 0.58% | 0.52% | - |
| HSV(B) | 296.2º | 0.7% | 0.8% | - |
| XYZ | 35.13 | 19.41 | 59.02 | - |
| YUV | 117.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 204 | 0.04 | 0.70 | 0 | 0.2 | 296.2 | 0.58 | 0.52 |
| Hex | C3 | 3E | CC | 4 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 303 | 76 | 314 | 4 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000011 | 111110 | 11001100 | 100 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C33ECC
Complementary color
Monochromatic Colors of #C33ECC
Black with #C33ECC
Text Example
Text Example
White with #C33ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ECC; }
p { color: rgb(195,62,204); }
H1.HeaderClassName
{
color: #C33ECC;
}
.AnyTagClassName
{
color: #C33ECC;
}
</style>
background-color css
<style>
a { background-color: #C33ECC; }
a { background-color: rgb(195,62,204); }
div.DivClassName
{
background-color: #C33ECC;
}
.BgClassName
{
background-color: #C33ECC;
}
</style>
border-color css
<style>
span { border-color: #C33ECC; }
span { border-color: rgb(195,62,204); }
td.TdClassName
{
border-color: #C33ECC;
}
.TagClassName
{
border-color: #C33ECC;
}
</style>