Shades of Fuchsia #C336C2
Tints of Fuchsia #C336C2
RGB
CMYK
RGB Variations
Color information
#C336C2 (or 0xC336C2) is known color: Fuchsia. HEX triplet: C3, 36 and C2. RGB value is (195,54,194). Sum of RGB (Red+Green+Blue) = 195+54+194=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C336C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336C2 is #3CC93D. Grayscale: #6F6F6F. Windows color (decimal): -3983678 or 12728003. OLE color: 12728003.
HSL color Cylindrical-coordinate representation of color #C336C2: hue angle of 300.43º 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 #C336C2 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 194 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.24 |
| HSL | 300.43º | 0.57% | 0.49% | - |
| HSV(B) | 300.43º | 0.72% | 0.76% | - |
| XYZ | 33.56 | 18.14 | 52.77 | - |
| YUV | 112.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 194 | 0 | 0.72 | 0.01 | 0.24 | 300.43 | 0.57 | 0.49 |
| Hex | C3 | 36 | C2 | 0 | 48 | 1 | 18 | 12C | 39 | 31 |
| Octal | 303 | 66 | 302 | 0 | 110 | 1 | 30 | 454 | 71 | 61 |
| Binary | 11000011 | 110110 | 11000010 | 0 | 1001000 | 1 | 11000 | 100101100 | 111001 | 110001 |
Color Harmonies of #C336C2
Complementary color
Monochromatic Colors of #C336C2
Black with #C336C2
Text Example
Text Example
White with #C336C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336C2; }
p { color: rgb(195,54,194); }
H1.HeaderClassName
{
color: #C336C2;
}
.AnyTagClassName
{
color: #C336C2;
}
</style>
background-color css
<style>
a { background-color: #C336C2; }
a { background-color: rgb(195,54,194); }
div.DivClassName
{
background-color: #C336C2;
}
.BgClassName
{
background-color: #C336C2;
}
</style>
border-color css
<style>
span { border-color: #C336C2; }
span { border-color: rgb(195,54,194); }
td.TdClassName
{
border-color: #C336C2;
}
.TagClassName
{
border-color: #C336C2;
}
</style>