Shades of Fuchsia #C33DBB
Tints of Fuchsia #C33DBB
RGB
CMYK
RGB Variations
Color information
#C33DBB (or 0xC33DBB) is known color: Fuchsia. HEX triplet: C3, 3D and BB. RGB value is (195,61,187). Sum of RGB (Red+Green+Blue) = 195+61+187=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DBB is #3CC244. Grayscale: #737373. Windows color (decimal): -3981893 or 12271043. OLE color: 12271043.
HSL color Cylindrical-coordinate representation of color #C33DBB: hue angle of 303.58º 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 #C33DBB is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 187 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.58º | 0.53% | 0.5% | - |
| HSV(B) | 303.58º | 0.69% | 0.76% | - |
| XYZ | 33.14 | 18.53 | 48.84 | - |
| YUV | 115.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 187 | 0 | 0.69 | 0.04 | 0.24 | 303.58 | 0.53 | 0.5 |
| Hex | C3 | 3D | BB | 0 | 45 | 4 | 18 | 130 | 35 | 32 |
| Octal | 303 | 75 | 273 | 0 | 105 | 4 | 30 | 460 | 65 | 62 |
| Binary | 11000011 | 111101 | 10111011 | 0 | 1000101 | 100 | 11000 | 100110000 | 110101 | 110010 |
Color Harmonies of #C33DBB
Complementary color
Monochromatic Colors of #C33DBB
Black with #C33DBB
Text Example
Text Example
White with #C33DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DBB; }
p { color: rgb(195,61,187); }
H1.HeaderClassName
{
color: #C33DBB;
}
.AnyTagClassName
{
color: #C33DBB;
}
</style>
background-color css
<style>
a { background-color: #C33DBB; }
a { background-color: rgb(195,61,187); }
div.DivClassName
{
background-color: #C33DBB;
}
.BgClassName
{
background-color: #C33DBB;
}
</style>
border-color css
<style>
span { border-color: #C33DBB; }
span { border-color: rgb(195,61,187); }
td.TdClassName
{
border-color: #C33DBB;
}
.TagClassName
{
border-color: #C33DBB;
}
</style>