Shades of Fuchsia #C33BCC
Tints of Fuchsia #C33BCC
RGB
CMYK
RGB Variations
Color information
#C33BCC (or 0xC33BCC) is known color: Fuchsia. HEX triplet: C3, 3B and CC. RGB value is (195,59,204). Sum of RGB (Red+Green+Blue) = 195+59+204=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BCC is #3CC433. Grayscale: #737373. Windows color (decimal): -3982388 or 13384643. OLE color: 13384643.
HSL color Cylindrical-coordinate representation of color #C33BCC: hue angle of 296.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33BCC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 59 | 204 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.2 |
| HSL | 296.28º | 0.59% | 0.52% | - |
| HSV(B) | 296.28º | 0.71% | 0.8% | - |
| XYZ | 34.97 | 19.09 | 58.97 | - |
| YUV | 116.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 204 | 0.04 | 0.71 | 0 | 0.2 | 296.28 | 0.59 | 0.52 |
| Hex | C3 | 3B | CC | 4 | 47 | 0 | 14 | 128 | 3B | 34 |
| Octal | 303 | 73 | 314 | 4 | 107 | 0 | 24 | 450 | 73 | 64 |
| Binary | 11000011 | 111011 | 11001100 | 100 | 1000111 | 0 | 10100 | 100101000 | 111011 | 110100 |
Color Harmonies of #C33BCC
Complementary color
Monochromatic Colors of #C33BCC
Black with #C33BCC
Text Example
Text Example
White with #C33BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BCC; }
p { color: rgb(195,59,204); }
H1.HeaderClassName
{
color: #C33BCC;
}
.AnyTagClassName
{
color: #C33BCC;
}
</style>
background-color css
<style>
a { background-color: #C33BCC; }
a { background-color: rgb(195,59,204); }
div.DivClassName
{
background-color: #C33BCC;
}
.BgClassName
{
background-color: #C33BCC;
}
</style>
border-color css
<style>
span { border-color: #C33BCC; }
span { border-color: rgb(195,59,204); }
td.TdClassName
{
border-color: #C33BCC;
}
.TagClassName
{
border-color: #C33BCC;
}
</style>