Shades of Fuchsia #C33CC0
Tints of Fuchsia #C33CC0
RGB
CMYK
RGB Variations
Color information
#C33CC0 (or 0xC33CC0) is known color: Fuchsia. HEX triplet: C3, 3C and C0. RGB value is (195,60,192). Sum of RGB (Red+Green+Blue) = 195+60+192=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CC0 is #3CC33F. Grayscale: #737373. Windows color (decimal): -3982144 or 12598467. OLE color: 12598467.
HSL color Cylindrical-coordinate representation of color #C33CC0: hue angle of 301.33º 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 #C33CC0 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 192 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.24 |
| HSL | 301.33º | 0.53% | 0.5% | - |
| HSV(B) | 301.33º | 0.69% | 0.76% | - |
| XYZ | 33.64 | 18.64 | 51.69 | - |
| YUV | 115.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 192 | 0 | 0.69 | 0.02 | 0.24 | 301.33 | 0.53 | 0.5 |
| Hex | C3 | 3C | C0 | 0 | 45 | 2 | 18 | 12D | 35 | 32 |
| Octal | 303 | 74 | 300 | 0 | 105 | 2 | 30 | 455 | 65 | 62 |
| Binary | 11000011 | 111100 | 11000000 | 0 | 1000101 | 10 | 11000 | 100101101 | 110101 | 110010 |
Color Harmonies of #C33CC0
Complementary color
Monochromatic Colors of #C33CC0
Black with #C33CC0
Text Example
Text Example
White with #C33CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CC0; }
p { color: rgb(195,60,192); }
H1.HeaderClassName
{
color: #C33CC0;
}
.AnyTagClassName
{
color: #C33CC0;
}
</style>
background-color css
<style>
a { background-color: #C33CC0; }
a { background-color: rgb(195,60,192); }
div.DivClassName
{
background-color: #C33CC0;
}
.BgClassName
{
background-color: #C33CC0;
}
</style>
border-color css
<style>
span { border-color: #C33CC0; }
span { border-color: rgb(195,60,192); }
td.TdClassName
{
border-color: #C33CC0;
}
.TagClassName
{
border-color: #C33CC0;
}
</style>