Shades of Fuchsia #C33DCC
Tints of Fuchsia #C33DCC
RGB
CMYK
RGB Variations
Color information
#C33DCC (or 0xC33DCC) is known color: Fuchsia. HEX triplet: C3, 3D and CC. RGB value is (195,61,204). Sum of RGB (Red+Green+Blue) = 195+61+204=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DCC is #3CC233. Grayscale: #747474. Windows color (decimal): -3981876 or 13385155. OLE color: 13385155.
HSL color Cylindrical-coordinate representation of color #C33DCC: hue angle of 296.22º 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 #C33DCC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 61 | 204 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.2 |
| HSL | 296.22º | 0.58% | 0.52% | - |
| HSV(B) | 296.22º | 0.7% | 0.8% | - |
| XYZ | 35.07 | 19.3 | 59 | - |
| YUV | 117.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 204 | 0.04 | 0.70 | 0 | 0.2 | 296.22 | 0.58 | 0.52 |
| Hex | C3 | 3D | CC | 4 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 303 | 75 | 314 | 4 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000011 | 111101 | 11001100 | 100 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C33DCC
Complementary color
Monochromatic Colors of #C33DCC
Black with #C33DCC
Text Example
Text Example
White with #C33DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DCC; }
p { color: rgb(195,61,204); }
H1.HeaderClassName
{
color: #C33DCC;
}
.AnyTagClassName
{
color: #C33DCC;
}
</style>
background-color css
<style>
a { background-color: #C33DCC; }
a { background-color: rgb(195,61,204); }
div.DivClassName
{
background-color: #C33DCC;
}
.BgClassName
{
background-color: #C33DCC;
}
</style>
border-color css
<style>
span { border-color: #C33DCC; }
span { border-color: rgb(195,61,204); }
td.TdClassName
{
border-color: #C33DCC;
}
.TagClassName
{
border-color: #C33DCC;
}
</style>