Shades of Fuchsia #C334CC
Tints of Fuchsia #C334CC
RGB
CMYK
RGB Variations
Color information
#C334CC (or 0xC334CC) is known color: Fuchsia. HEX triplet: C3, 34 and CC. RGB value is (195,52,204). Sum of RGB (Red+Green+Blue) = 195+52+204=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C334CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CC is #3CCB33. Grayscale: #6F6F6F. Windows color (decimal): -3984180 or 13382851. OLE color: 13382851.
HSL color Cylindrical-coordinate representation of color #C334CC: hue angle of 296.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C334CC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 52 | 204 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.2 |
| HSL | 296.45º | 0.6% | 0.5% | - |
| HSV(B) | 296.45º | 0.75% | 0.8% | - |
| XYZ | 34.63 | 18.42 | 58.86 | - |
| YUV | 112.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 204 | 0.04 | 0.75 | 0 | 0.2 | 296.45 | 0.6 | 0.5 |
| Hex | C3 | 34 | CC | 4 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 303 | 64 | 314 | 4 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000011 | 110100 | 11001100 | 100 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C334CC
Complementary color
Monochromatic Colors of #C334CC
Black with #C334CC
Text Example
Text Example
White with #C334CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334CC; }
p { color: rgb(195,52,204); }
H1.HeaderClassName
{
color: #C334CC;
}
.AnyTagClassName
{
color: #C334CC;
}
</style>
background-color css
<style>
a { background-color: #C334CC; }
a { background-color: rgb(195,52,204); }
div.DivClassName
{
background-color: #C334CC;
}
.BgClassName
{
background-color: #C334CC;
}
</style>
border-color css
<style>
span { border-color: #C334CC; }
span { border-color: rgb(195,52,204); }
td.TdClassName
{
border-color: #C334CC;
}
.TagClassName
{
border-color: #C334CC;
}
</style>