Shades of Fuchsia #C33FB6
Tints of Fuchsia #C33FB6
RGB
CMYK
RGB Variations
Color information
#C33FB6 (or 0xC33FB6) is known color: Fuchsia. HEX triplet: C3, 3F and B6. RGB value is (195,63,182). Sum of RGB (Red+Green+Blue) = 195+63+182=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB6 is #3CC049. Grayscale: #737373. Windows color (decimal): -3981386 or 11943875. OLE color: 11943875.
HSL color Cylindrical-coordinate representation of color #C33FB6: hue angle of 305.91º 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 #C33FB6 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 182 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.24 |
| HSL | 305.91º | 0.52% | 0.51% | - |
| HSV(B) | 305.91º | 0.68% | 0.76% | - |
| XYZ | 32.73 | 18.53 | 46.11 | - |
| YUV | 116.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 182 | 0 | 0.68 | 0.07 | 0.24 | 305.91 | 0.52 | 0.51 |
| Hex | C3 | 3F | B6 | 0 | 44 | 7 | 18 | 132 | 34 | 33 |
| Octal | 303 | 77 | 266 | 0 | 104 | 7 | 30 | 462 | 64 | 63 |
| Binary | 11000011 | 111111 | 10110110 | 0 | 1000100 | 111 | 11000 | 100110010 | 110100 | 110011 |
Color Harmonies of #C33FB6
Complementary color
Monochromatic Colors of #C33FB6
Black with #C33FB6
Text Example
Text Example
White with #C33FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FB6; }
p { color: rgb(195,63,182); }
H1.HeaderClassName
{
color: #C33FB6;
}
.AnyTagClassName
{
color: #C33FB6;
}
</style>
background-color css
<style>
a { background-color: #C33FB6; }
a { background-color: rgb(195,63,182); }
div.DivClassName
{
background-color: #C33FB6;
}
.BgClassName
{
background-color: #C33FB6;
}
</style>
border-color css
<style>
span { border-color: #C33FB6; }
span { border-color: rgb(195,63,182); }
td.TdClassName
{
border-color: #C33FB6;
}
.TagClassName
{
border-color: #C33FB6;
}
</style>