Shades of Fuchsia #C337C2
Tints of Fuchsia #C337C2
RGB
CMYK
RGB Variations
Color information
#C337C2 (or 0xC337C2) is known color: Fuchsia. HEX triplet: C3, 37 and C2. RGB value is (195,55,194). Sum of RGB (Red+Green+Blue) = 195+55+194=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C337C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337C2 is #3CC83D. Grayscale: #707070. Windows color (decimal): -3983422 or 12728259. OLE color: 12728259.
HSL color Cylindrical-coordinate representation of color #C337C2: hue angle of 300.43º degrees, saturation: 0.56, 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 #C337C2 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 194 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.24 |
| HSL | 300.43º | 0.56% | 0.49% | - |
| HSV(B) | 300.43º | 0.72% | 0.76% | - |
| XYZ | 33.61 | 18.23 | 52.79 | - |
| YUV | 112.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 194 | 0 | 0.72 | 0.01 | 0.24 | 300.43 | 0.56 | 0.49 |
| Hex | C3 | 37 | C2 | 0 | 48 | 1 | 18 | 12C | 38 | 31 |
| Octal | 303 | 67 | 302 | 0 | 110 | 1 | 30 | 454 | 70 | 61 |
| Binary | 11000011 | 110111 | 11000010 | 0 | 1001000 | 1 | 11000 | 100101100 | 111000 | 110001 |
Color Harmonies of #C337C2
Complementary color
Monochromatic Colors of #C337C2
Black with #C337C2
Text Example
Text Example
White with #C337C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337C2; }
p { color: rgb(195,55,194); }
H1.HeaderClassName
{
color: #C337C2;
}
.AnyTagClassName
{
color: #C337C2;
}
</style>
background-color css
<style>
a { background-color: #C337C2; }
a { background-color: rgb(195,55,194); }
div.DivClassName
{
background-color: #C337C2;
}
.BgClassName
{
background-color: #C337C2;
}
</style>
border-color css
<style>
span { border-color: #C337C2; }
span { border-color: rgb(195,55,194); }
td.TdClassName
{
border-color: #C337C2;
}
.TagClassName
{
border-color: #C337C2;
}
</style>