Shades of Fuchsia #C33CBF
Tints of Fuchsia #C33CBF
RGB
CMYK
RGB Variations
Color information
#C33CBF (or 0xC33CBF) is known color: Fuchsia. HEX triplet: C3, 3C and BF. RGB value is (195,60,191). Sum of RGB (Red+Green+Blue) = 195+60+191=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CBF is #3CC340. Grayscale: #727272. Windows color (decimal): -3982145 or 12532931. OLE color: 12532931.
HSL color Cylindrical-coordinate representation of color #C33CBF: hue angle of 301.78º 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 #C33CBF is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 191 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.24 |
| HSL | 301.78º | 0.53% | 0.5% | - |
| HSV(B) | 301.78º | 0.69% | 0.76% | - |
| XYZ | 33.53 | 18.6 | 51.11 | - |
| YUV | 115.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 191 | 0 | 0.69 | 0.02 | 0.24 | 301.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | BF | 0 | 45 | 2 | 18 | 12E | 35 | 32 |
| Octal | 303 | 74 | 277 | 0 | 105 | 2 | 30 | 456 | 65 | 62 |
| Binary | 11000011 | 111100 | 10111111 | 0 | 1000101 | 10 | 11000 | 100101110 | 110101 | 110010 |
Color Harmonies of #C33CBF
Complementary color
Monochromatic Colors of #C33CBF
Black with #C33CBF
Text Example
Text Example
White with #C33CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CBF; }
p { color: rgb(195,60,191); }
H1.HeaderClassName
{
color: #C33CBF;
}
.AnyTagClassName
{
color: #C33CBF;
}
</style>
background-color css
<style>
a { background-color: #C33CBF; }
a { background-color: rgb(195,60,191); }
div.DivClassName
{
background-color: #C33CBF;
}
.BgClassName
{
background-color: #C33CBF;
}
</style>
border-color css
<style>
span { border-color: #C33CBF; }
span { border-color: rgb(195,60,191); }
td.TdClassName
{
border-color: #C33CBF;
}
.TagClassName
{
border-color: #C33CBF;
}
</style>