Shades of Fuchsia #C33DAC
Tints of Fuchsia #C33DAC
RGB
CMYK
RGB Variations
Color information
#C33DAC (or 0xC33DAC) is known color: Fuchsia. HEX triplet: C3, 3D and AC. RGB value is (195,61,172). Sum of RGB (Red+Green+Blue) = 195+61+172=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DAC is #3CC253. Grayscale: #717171. Windows color (decimal): -3981908 or 11288003. OLE color: 11288003.
HSL color Cylindrical-coordinate representation of color #C33DAC: hue angle of 310.3º 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 #C33DAC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 172 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.24 |
| HSL | 310.3º | 0.53% | 0.5% | - |
| HSV(B) | 310.3º | 0.69% | 0.76% | - |
| XYZ | 31.62 | 17.92 | 40.82 | - |
| YUV | 113.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 172 | 0 | 0.69 | 0.12 | 0.24 | 310.3 | 0.53 | 0.5 |
| Hex | C3 | 3D | AC | 0 | 45 | C | 18 | 136 | 35 | 32 |
| Octal | 303 | 75 | 254 | 0 | 105 | 14 | 30 | 466 | 65 | 62 |
| Binary | 11000011 | 111101 | 10101100 | 0 | 1000101 | 1100 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C33DAC
Complementary color
Monochromatic Colors of #C33DAC
Black with #C33DAC
Text Example
Text Example
White with #C33DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DAC; }
p { color: rgb(195,61,172); }
H1.HeaderClassName
{
color: #C33DAC;
}
.AnyTagClassName
{
color: #C33DAC;
}
</style>
background-color css
<style>
a { background-color: #C33DAC; }
a { background-color: rgb(195,61,172); }
div.DivClassName
{
background-color: #C33DAC;
}
.BgClassName
{
background-color: #C33DAC;
}
</style>
border-color css
<style>
span { border-color: #C33DAC; }
span { border-color: rgb(195,61,172); }
td.TdClassName
{
border-color: #C33DAC;
}
.TagClassName
{
border-color: #C33DAC;
}
</style>