Shades of Fuchsia #C33ABC
Tints of Fuchsia #C33ABC
RGB
CMYK
RGB Variations
Color information
#C33ABC (or 0xC33ABC) is known color: Fuchsia. HEX triplet: C3, 3A and BC. RGB value is (195,58,188). Sum of RGB (Red+Green+Blue) = 195+58+188=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C33ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ABC is #3CC543. Grayscale: #717171. Windows color (decimal): -3982660 or 12335811. OLE color: 12335811.
HSL color Cylindrical-coordinate representation of color #C33ABC: hue angle of 303.07º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33ABC is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 188 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.24 |
| HSL | 303.07º | 0.54% | 0.5% | - |
| HSV(B) | 303.07º | 0.7% | 0.76% | - |
| XYZ | 33.1 | 18.26 | 49.36 | - |
| YUV | 113.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 188 | 0 | 0.70 | 0.04 | 0.24 | 303.07 | 0.54 | 0.5 |
| Hex | C3 | 3A | BC | 0 | 46 | 4 | 18 | 12F | 36 | 32 |
| Octal | 303 | 72 | 274 | 0 | 106 | 4 | 30 | 457 | 66 | 62 |
| Binary | 11000011 | 111010 | 10111100 | 0 | 1000110 | 100 | 11000 | 100101111 | 110110 | 110010 |
Color Harmonies of #C33ABC
Complementary color
Monochromatic Colors of #C33ABC
Black with #C33ABC
Text Example
Text Example
White with #C33ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ABC; }
p { color: rgb(195,58,188); }
H1.HeaderClassName
{
color: #C33ABC;
}
.AnyTagClassName
{
color: #C33ABC;
}
</style>
background-color css
<style>
a { background-color: #C33ABC; }
a { background-color: rgb(195,58,188); }
div.DivClassName
{
background-color: #C33ABC;
}
.BgClassName
{
background-color: #C33ABC;
}
</style>
border-color css
<style>
span { border-color: #C33ABC; }
span { border-color: rgb(195,58,188); }
td.TdClassName
{
border-color: #C33ABC;
}
.TagClassName
{
border-color: #C33ABC;
}
</style>