Shades of Fuchsia #C338C6
Tints of Fuchsia #C338C6
RGB
CMYK
RGB Variations
Color information
#C338C6 (or 0xC338C6) is known color: Fuchsia. HEX triplet: C3, 38 and C6. RGB value is (195,56,198). Sum of RGB (Red+Green+Blue) = 195+56+198=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #C338C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338C6 is #3CC739. Grayscale: #717171. Windows color (decimal): -3983162 or 12990659. OLE color: 12990659.
HSL color Cylindrical-coordinate representation of color #C338C6: hue angle of 298.73º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C338C6 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 56 | 198 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.22 |
| HSL | 298.73º | 0.56% | 0.5% | - |
| HSV(B) | 298.73º | 0.72% | 0.78% | - |
| XYZ | 34.11 | 18.51 | 55.2 | - |
| YUV | 113.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 198 | 0.02 | 0.72 | 0 | 0.22 | 298.73 | 0.56 | 0.5 |
| Hex | C3 | 38 | C6 | 2 | 48 | 0 | 16 | 12B | 38 | 32 |
| Octal | 303 | 70 | 306 | 2 | 110 | 0 | 26 | 453 | 70 | 62 |
| Binary | 11000011 | 111000 | 11000110 | 10 | 1001000 | 0 | 10110 | 100101011 | 111000 | 110010 |
Color Harmonies of #C338C6
Complementary color
Monochromatic Colors of #C338C6
Black with #C338C6
Text Example
Text Example
White with #C338C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338C6; }
p { color: rgb(195,56,198); }
H1.HeaderClassName
{
color: #C338C6;
}
.AnyTagClassName
{
color: #C338C6;
}
</style>
background-color css
<style>
a { background-color: #C338C6; }
a { background-color: rgb(195,56,198); }
div.DivClassName
{
background-color: #C338C6;
}
.BgClassName
{
background-color: #C338C6;
}
</style>
border-color css
<style>
span { border-color: #C338C6; }
span { border-color: rgb(195,56,198); }
td.TdClassName
{
border-color: #C338C6;
}
.TagClassName
{
border-color: #C338C6;
}
</style>