Shades of Fuchsia #C330C3
Tints of Fuchsia #C330C3
RGB
CMYK
RGB Variations
Color information
#C330C3 (or 0xC330C3) is known color: Fuchsia. HEX triplet: C3, 30 and C3. RGB value is (195,48,195). Sum of RGB (Red+Green+Blue) = 195+48+195=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C330C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C3 is #3CCF3C. Grayscale: #6C6C6C. Windows color (decimal): -3985213 or 12792003. OLE color: 12792003.
HSL color Cylindrical-coordinate representation of color #C330C3: hue angle of 300º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330C3 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 195 | - |
| CMYK | 0 | 0.75 | 0 | 0.24 |
| HSL | 300º | 0.6% | 0.48% | - |
| HSV(B) | 300º | 0.75% | 0.76% | - |
| XYZ | 33.41 | 17.66 | 53.28 | - |
| YUV | 108.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 195 | 0 | 0.75 | 0 | 0.24 | 300 | 0.6 | 0.48 |
| Hex | C3 | 30 | C3 | 0 | 4B | 0 | 18 | 12C | 3C | 30 |
| Octal | 303 | 60 | 303 | 0 | 113 | 0 | 30 | 454 | 74 | 60 |
| Binary | 11000011 | 110000 | 11000011 | 0 | 1001011 | 0 | 11000 | 100101100 | 111100 | 110000 |
Color Harmonies of #C330C3
Complementary color
Monochromatic Colors of #C330C3
Black with #C330C3
Text Example
Text Example
White with #C330C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330C3; }
p { color: rgb(195,48,195); }
H1.HeaderClassName
{
color: #C330C3;
}
.AnyTagClassName
{
color: #C330C3;
}
</style>
background-color css
<style>
a { background-color: #C330C3; }
a { background-color: rgb(195,48,195); }
div.DivClassName
{
background-color: #C330C3;
}
.BgClassName
{
background-color: #C330C3;
}
</style>
border-color css
<style>
span { border-color: #C330C3; }
span { border-color: rgb(195,48,195); }
td.TdClassName
{
border-color: #C330C3;
}
.TagClassName
{
border-color: #C330C3;
}
</style>