Shades of Fuchsia #C33CC4
Tints of Fuchsia #C33CC4
RGB
CMYK
RGB Variations
Color information
#C33CC4 (or 0xC33CC4) is known color: Fuchsia. HEX triplet: C3, 3C and C4. RGB value is (195,60,196). Sum of RGB (Red+Green+Blue) = 195+60+196=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #C33CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CC4 is #3CC33B. Grayscale: #737373. Windows color (decimal): -3982140 or 12860611. OLE color: 12860611.
HSL color Cylindrical-coordinate representation of color #C33CC4: hue angle of 299.56º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CC4 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 60 | 196 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.23 |
| HSL | 299.56º | 0.54% | 0.5% | - |
| HSV(B) | 299.56º | 0.69% | 0.77% | - |
| XYZ | 34.09 | 18.82 | 54.06 | - |
| YUV | 115.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 196 | 0.01 | 0.69 | 0 | 0.23 | 299.56 | 0.54 | 0.5 |
| Hex | C3 | 3C | C4 | 1 | 45 | 0 | 17 | 12C | 36 | 32 |
| Octal | 303 | 74 | 304 | 1 | 105 | 0 | 27 | 454 | 66 | 62 |
| Binary | 11000011 | 111100 | 11000100 | 1 | 1000101 | 0 | 10111 | 100101100 | 110110 | 110010 |
Color Harmonies of #C33CC4
Complementary color
Monochromatic Colors of #C33CC4
Black with #C33CC4
Text Example
Text Example
White with #C33CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CC4; }
p { color: rgb(195,60,196); }
H1.HeaderClassName
{
color: #C33CC4;
}
.AnyTagClassName
{
color: #C33CC4;
}
</style>
background-color css
<style>
a { background-color: #C33CC4; }
a { background-color: rgb(195,60,196); }
div.DivClassName
{
background-color: #C33CC4;
}
.BgClassName
{
background-color: #C33CC4;
}
</style>
border-color css
<style>
span { border-color: #C33CC4; }
span { border-color: rgb(195,60,196); }
td.TdClassName
{
border-color: #C33CC4;
}
.TagClassName
{
border-color: #C33CC4;
}
</style>