Shades of Fuchsia #C33FA8
Tints of Fuchsia #C33FA8
RGB
CMYK
RGB Variations
Color information
#C33FA8 (or 0xC33FA8) is known color: Fuchsia. HEX triplet: C3, 3F and A8. RGB value is (195,63,168). Sum of RGB (Red+Green+Blue) = 195+63+168=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FA8 is #3CC057. Grayscale: #727272. Windows color (decimal): -3981400 or 11026371. OLE color: 11026371.
HSL color Cylindrical-coordinate representation of color #C33FA8: hue angle of 312.27º 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 #C33FA8 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 168 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.27º | 0.52% | 0.51% | - |
| HSV(B) | 312.27º | 0.68% | 0.76% | - |
| XYZ | 31.35 | 17.98 | 38.86 | - |
| YUV | 114.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 168 | 0 | 0.68 | 0.14 | 0.24 | 312.27 | 0.52 | 0.51 |
| Hex | C3 | 3F | A8 | 0 | 44 | E | 18 | 138 | 34 | 33 |
| Octal | 303 | 77 | 250 | 0 | 104 | 16 | 30 | 470 | 64 | 63 |
| Binary | 11000011 | 111111 | 10101000 | 0 | 1000100 | 1110 | 11000 | 100111000 | 110100 | 110011 |
Color Harmonies of #C33FA8
Complementary color
Monochromatic Colors of #C33FA8
Black with #C33FA8
Text Example
Text Example
White with #C33FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FA8; }
p { color: rgb(195,63,168); }
H1.HeaderClassName
{
color: #C33FA8;
}
.AnyTagClassName
{
color: #C33FA8;
}
</style>
background-color css
<style>
a { background-color: #C33FA8; }
a { background-color: rgb(195,63,168); }
div.DivClassName
{
background-color: #C33FA8;
}
.BgClassName
{
background-color: #C33FA8;
}
</style>
border-color css
<style>
span { border-color: #C33FA8; }
span { border-color: rgb(195,63,168); }
td.TdClassName
{
border-color: #C33FA8;
}
.TagClassName
{
border-color: #C33FA8;
}
</style>