Shades of Fuchsia #C33BB4
Tints of Fuchsia #C33BB4
RGB
CMYK
RGB Variations
Color information
#C33BB4 (or 0xC33BB4) is known color: Fuchsia. HEX triplet: C3, 3B and B4. RGB value is (195,59,180). Sum of RGB (Red+Green+Blue) = 195+59+180=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BB4 is #3CC44B. Grayscale: #717171. Windows color (decimal): -3982412 or 11811779. OLE color: 11811779.
HSL color Cylindrical-coordinate representation of color #C33BB4: hue angle of 306.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BB4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 180 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.24 |
| HSL | 306.62º | 0.54% | 0.5% | - |
| HSV(B) | 306.62º | 0.7% | 0.76% | - |
| XYZ | 32.31 | 18.03 | 44.96 | - |
| YUV | 113.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 180 | 0 | 0.70 | 0.08 | 0.24 | 306.62 | 0.54 | 0.5 |
| Hex | C3 | 3B | B4 | 0 | 46 | 8 | 18 | 133 | 36 | 32 |
| Octal | 303 | 73 | 264 | 0 | 106 | 10 | 30 | 463 | 66 | 62 |
| Binary | 11000011 | 111011 | 10110100 | 0 | 1000110 | 1000 | 11000 | 100110011 | 110110 | 110010 |
Color Harmonies of #C33BB4
Complementary color
Monochromatic Colors of #C33BB4
Black with #C33BB4
Text Example
Text Example
White with #C33BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BB4; }
p { color: rgb(195,59,180); }
H1.HeaderClassName
{
color: #C33BB4;
}
.AnyTagClassName
{
color: #C33BB4;
}
</style>
background-color css
<style>
a { background-color: #C33BB4; }
a { background-color: rgb(195,59,180); }
div.DivClassName
{
background-color: #C33BB4;
}
.BgClassName
{
background-color: #C33BB4;
}
</style>
border-color css
<style>
span { border-color: #C33BB4; }
span { border-color: rgb(195,59,180); }
td.TdClassName
{
border-color: #C33BB4;
}
.TagClassName
{
border-color: #C33BB4;
}
</style>