Shades of Fuchsia #C33FB1
Tints of Fuchsia #C33FB1
RGB
CMYK
RGB Variations
Color information
#C33FB1 (or 0xC33FB1) is known color: Fuchsia. HEX triplet: C3, 3F and B1. RGB value is (195,63,177). Sum of RGB (Red+Green+Blue) = 195+63+177=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FB1 is #3CC04E. Grayscale: #737373. Windows color (decimal): -3981391 or 11616195. OLE color: 11616195.
HSL color Cylindrical-coordinate representation of color #C33FB1: hue angle of 308.18º 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 #C33FB1 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 177 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.24 |
| HSL | 308.18º | 0.52% | 0.51% | - |
| HSV(B) | 308.18º | 0.68% | 0.76% | - |
| XYZ | 32.22 | 18.33 | 43.44 | - |
| YUV | 115.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 177 | 0 | 0.68 | 0.09 | 0.24 | 308.18 | 0.52 | 0.51 |
| Hex | C3 | 3F | B1 | 0 | 44 | 9 | 18 | 134 | 34 | 33 |
| Octal | 303 | 77 | 261 | 0 | 104 | 11 | 30 | 464 | 64 | 63 |
| Binary | 11000011 | 111111 | 10110001 | 0 | 1000100 | 1001 | 11000 | 100110100 | 110100 | 110011 |
Color Harmonies of #C33FB1
Complementary color
Monochromatic Colors of #C33FB1
Black with #C33FB1
Text Example
Text Example
White with #C33FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FB1; }
p { color: rgb(195,63,177); }
H1.HeaderClassName
{
color: #C33FB1;
}
.AnyTagClassName
{
color: #C33FB1;
}
</style>
background-color css
<style>
a { background-color: #C33FB1; }
a { background-color: rgb(195,63,177); }
div.DivClassName
{
background-color: #C33FB1;
}
.BgClassName
{
background-color: #C33FB1;
}
</style>
border-color css
<style>
span { border-color: #C33FB1; }
span { border-color: rgb(195,63,177); }
td.TdClassName
{
border-color: #C33FB1;
}
.TagClassName
{
border-color: #C33FB1;
}
</style>