Shades of Fuchsia #C33FB0
Tints of Fuchsia #C33FB0
RGB
CMYK
RGB Variations
Color information
#C33FB0 (or 0xC33FB0) is known color: Fuchsia. HEX triplet: C3, 3F and B0. RGB value is (195,63,176). Sum of RGB (Red+Green+Blue) = 195+63+176=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FB0 is #3CC04F. Grayscale: #737373. Windows color (decimal): -3981392 or 11550659. OLE color: 11550659.
HSL color Cylindrical-coordinate representation of color #C33FB0: hue angle of 308.64º 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 #C33FB0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 176 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.24 |
| HSL | 308.64º | 0.52% | 0.51% | - |
| HSV(B) | 308.64º | 0.68% | 0.76% | - |
| XYZ | 32.12 | 18.29 | 42.91 | - |
| YUV | 115.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 176 | 0 | 0.68 | 0.10 | 0.24 | 308.64 | 0.52 | 0.51 |
| Hex | C3 | 3F | B0 | 0 | 44 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 77 | 260 | 0 | 104 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 111111 | 10110000 | 0 | 1000100 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C33FB0
Complementary color
Monochromatic Colors of #C33FB0
Black with #C33FB0
Text Example
Text Example
White with #C33FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FB0; }
p { color: rgb(195,63,176); }
H1.HeaderClassName
{
color: #C33FB0;
}
.AnyTagClassName
{
color: #C33FB0;
}
</style>
background-color css
<style>
a { background-color: #C33FB0; }
a { background-color: rgb(195,63,176); }
div.DivClassName
{
background-color: #C33FB0;
}
.BgClassName
{
background-color: #C33FB0;
}
</style>
border-color css
<style>
span { border-color: #C33FB0; }
span { border-color: rgb(195,63,176); }
td.TdClassName
{
border-color: #C33FB0;
}
.TagClassName
{
border-color: #C33FB0;
}
</style>