Shades of Fuchsia #C33FB8
Tints of Fuchsia #C33FB8
RGB
CMYK
RGB Variations
Color information
#C33FB8 (or 0xC33FB8) is known color: Fuchsia. HEX triplet: C3, 3F and B8. RGB value is (195,63,184). Sum of RGB (Red+Green+Blue) = 195+63+184=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB8 is #3CC047. Grayscale: #737373. Windows color (decimal): -3981384 or 12074947. OLE color: 12074947.
HSL color Cylindrical-coordinate representation of color #C33FB8: hue angle of 305º 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 #C33FB8 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 184 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.24 |
| HSL | 305º | 0.52% | 0.51% | - |
| HSV(B) | 305º | 0.68% | 0.76% | - |
| XYZ | 32.93 | 18.62 | 47.21 | - |
| YUV | 116.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 184 | 0 | 0.68 | 0.06 | 0.24 | 305 | 0.52 | 0.51 |
| Hex | C3 | 3F | B8 | 0 | 44 | 6 | 18 | 131 | 34 | 33 |
| Octal | 303 | 77 | 270 | 0 | 104 | 6 | 30 | 461 | 64 | 63 |
| Binary | 11000011 | 111111 | 10111000 | 0 | 1000100 | 110 | 11000 | 100110001 | 110100 | 110011 |
Color Harmonies of #C33FB8
Complementary color
Monochromatic Colors of #C33FB8
Black with #C33FB8
Text Example
Text Example
White with #C33FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FB8; }
p { color: rgb(195,63,184); }
H1.HeaderClassName
{
color: #C33FB8;
}
.AnyTagClassName
{
color: #C33FB8;
}
</style>
background-color css
<style>
a { background-color: #C33FB8; }
a { background-color: rgb(195,63,184); }
div.DivClassName
{
background-color: #C33FB8;
}
.BgClassName
{
background-color: #C33FB8;
}
</style>
border-color css
<style>
span { border-color: #C33FB8; }
span { border-color: rgb(195,63,184); }
td.TdClassName
{
border-color: #C33FB8;
}
.TagClassName
{
border-color: #C33FB8;
}
</style>