Shades of Fuchsia #C336C0
Tints of Fuchsia #C336C0
RGB
CMYK
RGB Variations
Color information
#C336C0 (or 0xC336C0) is known color: Fuchsia. HEX triplet: C3, 36 and C0. RGB value is (195,54,192). Sum of RGB (Red+Green+Blue) = 195+54+192=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C336C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336C0 is #3CC93F. Grayscale: #6F6F6F. Windows color (decimal): -3983680 or 12596931. OLE color: 12596931.
HSL color Cylindrical-coordinate representation of color #C336C0: hue angle of 301.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C336C0 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 192 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.24 |
| HSL | 301.28º | 0.57% | 0.49% | - |
| HSV(B) | 301.28º | 0.72% | 0.76% | - |
| XYZ | 33.34 | 18.05 | 51.6 | - |
| YUV | 111.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 192 | 0 | 0.72 | 0.02 | 0.24 | 301.28 | 0.57 | 0.49 |
| Hex | C3 | 36 | C0 | 0 | 48 | 2 | 18 | 12D | 39 | 31 |
| Octal | 303 | 66 | 300 | 0 | 110 | 2 | 30 | 455 | 71 | 61 |
| Binary | 11000011 | 110110 | 11000000 | 0 | 1001000 | 10 | 11000 | 100101101 | 111001 | 110001 |
Color Harmonies of #C336C0
Complementary color
Monochromatic Colors of #C336C0
Black with #C336C0
Text Example
Text Example
White with #C336C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336C0; }
p { color: rgb(195,54,192); }
H1.HeaderClassName
{
color: #C336C0;
}
.AnyTagClassName
{
color: #C336C0;
}
</style>
background-color css
<style>
a { background-color: #C336C0; }
a { background-color: rgb(195,54,192); }
div.DivClassName
{
background-color: #C336C0;
}
.BgClassName
{
background-color: #C336C0;
}
</style>
border-color css
<style>
span { border-color: #C336C0; }
span { border-color: rgb(195,54,192); }
td.TdClassName
{
border-color: #C336C0;
}
.TagClassName
{
border-color: #C336C0;
}
</style>