Shades of Fuchsia #C33FB9
Tints of Fuchsia #C33FB9
RGB
CMYK
RGB Variations
Color information
#C33FB9 (or 0xC33FB9) is known color: Fuchsia. HEX triplet: C3, 3F and B9. RGB value is (195,63,185). Sum of RGB (Red+Green+Blue) = 195+63+185=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB9 is #3CC046. Grayscale: #747474. Windows color (decimal): -3981383 or 12140483. OLE color: 12140483.
HSL color Cylindrical-coordinate representation of color #C33FB9: hue angle of 304.55º 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 #C33FB9 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 185 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.24 |
| HSL | 304.55º | 0.52% | 0.51% | - |
| HSV(B) | 304.55º | 0.68% | 0.76% | - |
| XYZ | 33.04 | 18.66 | 47.76 | - |
| YUV | 116.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 185 | 0 | 0.68 | 0.05 | 0.24 | 304.55 | 0.52 | 0.51 |
| Hex | C3 | 3F | B9 | 0 | 44 | 5 | 18 | 131 | 34 | 33 |
| Octal | 303 | 77 | 271 | 0 | 104 | 5 | 30 | 461 | 64 | 63 |
| Binary | 11000011 | 111111 | 10111001 | 0 | 1000100 | 101 | 11000 | 100110001 | 110100 | 110011 |
Color Harmonies of #C33FB9
Complementary color
Monochromatic Colors of #C33FB9
Black with #C33FB9
Text Example
Text Example
White with #C33FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FB9; }
p { color: rgb(195,63,185); }
H1.HeaderClassName
{
color: #C33FB9;
}
.AnyTagClassName
{
color: #C33FB9;
}
</style>
background-color css
<style>
a { background-color: #C33FB9; }
a { background-color: rgb(195,63,185); }
div.DivClassName
{
background-color: #C33FB9;
}
.BgClassName
{
background-color: #C33FB9;
}
</style>
border-color css
<style>
span { border-color: #C33FB9; }
span { border-color: rgb(195,63,185); }
td.TdClassName
{
border-color: #C33FB9;
}
.TagClassName
{
border-color: #C33FB9;
}
</style>