Shades of Fuchsia #C33CBB
Tints of Fuchsia #C33CBB
RGB
CMYK
RGB Variations
Color information
#C33CBB (or 0xC33CBB) is known color: Fuchsia. HEX triplet: C3, 3C and BB. RGB value is (195,60,187). Sum of RGB (Red+Green+Blue) = 195+60+187=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CBB is #3CC344. Grayscale: #727272. Windows color (decimal): -3982149 or 12270787. OLE color: 12270787.
HSL color Cylindrical-coordinate representation of color #C33CBB: hue angle of 303.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CBB is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 187 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.56º | 0.53% | 0.5% | - |
| HSV(B) | 303.56º | 0.69% | 0.76% | - |
| XYZ | 33.09 | 18.42 | 48.83 | - |
| YUV | 114.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 187 | 0 | 0.69 | 0.04 | 0.24 | 303.56 | 0.53 | 0.5 |
| Hex | C3 | 3C | BB | 0 | 45 | 4 | 18 | 130 | 35 | 32 |
| Octal | 303 | 74 | 273 | 0 | 105 | 4 | 30 | 460 | 65 | 62 |
| Binary | 11000011 | 111100 | 10111011 | 0 | 1000101 | 100 | 11000 | 100110000 | 110101 | 110010 |
Color Harmonies of #C33CBB
Complementary color
Monochromatic Colors of #C33CBB
Black with #C33CBB
Text Example
Text Example
White with #C33CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CBB; }
p { color: rgb(195,60,187); }
H1.HeaderClassName
{
color: #C33CBB;
}
.AnyTagClassName
{
color: #C33CBB;
}
</style>
background-color css
<style>
a { background-color: #C33CBB; }
a { background-color: rgb(195,60,187); }
div.DivClassName
{
background-color: #C33CBB;
}
.BgClassName
{
background-color: #C33CBB;
}
</style>
border-color css
<style>
span { border-color: #C33CBB; }
span { border-color: rgb(195,60,187); }
td.TdClassName
{
border-color: #C33CBB;
}
.TagClassName
{
border-color: #C33CBB;
}
</style>