Shades of Fuchsia #C339C6
Tints of Fuchsia #C339C6
RGB
CMYK
RGB Variations
Color information
#C339C6 (or 0xC339C6) is known color: Fuchsia. HEX triplet: C3, 39 and C6. RGB value is (195,57,198). Sum of RGB (Red+Green+Blue) = 195+57+198=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #C339C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339C6 is #3CC639. Grayscale: #717171. Windows color (decimal): -3982906 or 12990915. OLE color: 12990915.
HSL color Cylindrical-coordinate representation of color #C339C6: hue angle of 298.72º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C339C6 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 57 | 198 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.22 |
| HSL | 298.72º | 0.55% | 0.5% | - |
| HSV(B) | 298.72º | 0.71% | 0.78% | - |
| XYZ | 34.16 | 18.61 | 55.22 | - |
| YUV | 114.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 198 | 0.02 | 0.71 | 0 | 0.22 | 298.72 | 0.55 | 0.5 |
| Hex | C3 | 39 | C6 | 2 | 47 | 0 | 16 | 12B | 37 | 32 |
| Octal | 303 | 71 | 306 | 2 | 107 | 0 | 26 | 453 | 67 | 62 |
| Binary | 11000011 | 111001 | 11000110 | 10 | 1000111 | 0 | 10110 | 100101011 | 110111 | 110010 |
Color Harmonies of #C339C6
Complementary color
Monochromatic Colors of #C339C6
Black with #C339C6
Text Example
Text Example
White with #C339C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339C6; }
p { color: rgb(195,57,198); }
H1.HeaderClassName
{
color: #C339C6;
}
.AnyTagClassName
{
color: #C339C6;
}
</style>
background-color css
<style>
a { background-color: #C339C6; }
a { background-color: rgb(195,57,198); }
div.DivClassName
{
background-color: #C339C6;
}
.BgClassName
{
background-color: #C339C6;
}
</style>
border-color css
<style>
span { border-color: #C339C6; }
span { border-color: rgb(195,57,198); }
td.TdClassName
{
border-color: #C339C6;
}
.TagClassName
{
border-color: #C339C6;
}
</style>