Shades of Fuchsia #C338C3
Tints of Fuchsia #C338C3
RGB
CMYK
RGB Variations
Color information
#C338C3 (or 0xC338C3) is known color: Fuchsia. HEX triplet: C3, 38 and C3. RGB value is (195,56,195). Sum of RGB (Red+Green+Blue) = 195+56+195=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C338C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338C3 is #3CC73C. Grayscale: #707070. Windows color (decimal): -3983165 or 12794051. OLE color: 12794051.
HSL color Cylindrical-coordinate representation of color #C338C3: hue angle of 300º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C338C3 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 195 | - |
| CMYK | 0 | 0.71 | 0 | 0.24 |
| HSL | 300º | 0.55% | 0.49% | - |
| HSV(B) | 300º | 0.71% | 0.76% | - |
| XYZ | 33.77 | 18.37 | 53.4 | - |
| YUV | 113.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 195 | 0 | 0.71 | 0 | 0.24 | 300 | 0.55 | 0.49 |
| Hex | C3 | 38 | C3 | 0 | 47 | 0 | 18 | 12C | 37 | 31 |
| Octal | 303 | 70 | 303 | 0 | 107 | 0 | 30 | 454 | 67 | 61 |
| Binary | 11000011 | 111000 | 11000011 | 0 | 1000111 | 0 | 11000 | 100101100 | 110111 | 110001 |
Color Harmonies of #C338C3
Complementary color
Monochromatic Colors of #C338C3
Black with #C338C3
Text Example
Text Example
White with #C338C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338C3; }
p { color: rgb(195,56,195); }
H1.HeaderClassName
{
color: #C338C3;
}
.AnyTagClassName
{
color: #C338C3;
}
</style>
background-color css
<style>
a { background-color: #C338C3; }
a { background-color: rgb(195,56,195); }
div.DivClassName
{
background-color: #C338C3;
}
.BgClassName
{
background-color: #C338C3;
}
</style>
border-color css
<style>
span { border-color: #C338C3; }
span { border-color: rgb(195,56,195); }
td.TdClassName
{
border-color: #C338C3;
}
.TagClassName
{
border-color: #C338C3;
}
</style>