Shades of Fuchsia #C33FAC
Tints of Fuchsia #C33FAC
RGB
CMYK
RGB Variations
Color information
#C33FAC (or 0xC33FAC) is known color: Fuchsia. HEX triplet: C3, 3F and AC. RGB value is (195,63,172). Sum of RGB (Red+Green+Blue) = 195+63+172=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FAC is #3CC053. Grayscale: #727272. Windows color (decimal): -3981396 or 11288515. OLE color: 11288515.
HSL color Cylindrical-coordinate representation of color #C33FAC: hue angle of 310.45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FAC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 172 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.24 |
| HSL | 310.45º | 0.52% | 0.51% | - |
| HSV(B) | 310.45º | 0.68% | 0.76% | - |
| XYZ | 31.73 | 18.14 | 40.86 | - |
| YUV | 114.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 172 | 0 | 0.68 | 0.12 | 0.24 | 310.45 | 0.52 | 0.51 |
| Hex | C3 | 3F | AC | 0 | 44 | C | 18 | 136 | 34 | 33 |
| Octal | 303 | 77 | 254 | 0 | 104 | 14 | 30 | 466 | 64 | 63 |
| Binary | 11000011 | 111111 | 10101100 | 0 | 1000100 | 1100 | 11000 | 100110110 | 110100 | 110011 |
Color Harmonies of #C33FAC
Complementary color
Monochromatic Colors of #C33FAC
Black with #C33FAC
Text Example
Text Example
White with #C33FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FAC; }
p { color: rgb(195,63,172); }
H1.HeaderClassName
{
color: #C33FAC;
}
.AnyTagClassName
{
color: #C33FAC;
}
</style>
background-color css
<style>
a { background-color: #C33FAC; }
a { background-color: rgb(195,63,172); }
div.DivClassName
{
background-color: #C33FAC;
}
.BgClassName
{
background-color: #C33FAC;
}
</style>
border-color css
<style>
span { border-color: #C33FAC; }
span { border-color: rgb(195,63,172); }
td.TdClassName
{
border-color: #C33FAC;
}
.TagClassName
{
border-color: #C33FAC;
}
</style>