Shades of Fuchsia #C33DBC
Tints of Fuchsia #C33DBC
RGB
CMYK
RGB Variations
Color information
#C33DBC (or 0xC33DBC) is known color: Fuchsia. HEX triplet: C3, 3D and BC. RGB value is (195,61,188). Sum of RGB (Red+Green+Blue) = 195+61+188=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DBC is #3CC243. Grayscale: #737373. Windows color (decimal): -3981892 or 12336579. OLE color: 12336579.
HSL color Cylindrical-coordinate representation of color #C33DBC: hue angle of 303.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33DBC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 188 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.13º | 0.53% | 0.5% | - |
| HSV(B) | 303.13º | 0.69% | 0.76% | - |
| XYZ | 33.25 | 18.57 | 49.41 | - |
| YUV | 115.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 188 | 0 | 0.69 | 0.04 | 0.24 | 303.13 | 0.53 | 0.5 |
| Hex | C3 | 3D | BC | 0 | 45 | 4 | 18 | 12F | 35 | 32 |
| Octal | 303 | 75 | 274 | 0 | 105 | 4 | 30 | 457 | 65 | 62 |
| Binary | 11000011 | 111101 | 10111100 | 0 | 1000101 | 100 | 11000 | 100101111 | 110101 | 110010 |
Color Harmonies of #C33DBC
Complementary color
Monochromatic Colors of #C33DBC
Black with #C33DBC
Text Example
Text Example
White with #C33DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DBC; }
p { color: rgb(195,61,188); }
H1.HeaderClassName
{
color: #C33DBC;
}
.AnyTagClassName
{
color: #C33DBC;
}
</style>
background-color css
<style>
a { background-color: #C33DBC; }
a { background-color: rgb(195,61,188); }
div.DivClassName
{
background-color: #C33DBC;
}
.BgClassName
{
background-color: #C33DBC;
}
</style>
border-color css
<style>
span { border-color: #C33DBC; }
span { border-color: rgb(195,61,188); }
td.TdClassName
{
border-color: #C33DBC;
}
.TagClassName
{
border-color: #C33DBC;
}
</style>