Shades of Fuchsia #C330C1
Tints of Fuchsia #C330C1
RGB
CMYK
RGB Variations
Color information
#C330C1 (or 0xC330C1) is known color: Fuchsia. HEX triplet: C3, 30 and C1. RGB value is (195,48,193). Sum of RGB (Red+Green+Blue) = 195+48+193=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C330C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C1 is #3CCF3E. Grayscale: #6C6C6C. Windows color (decimal): -3985215 or 12660931. OLE color: 12660931.
HSL color Cylindrical-coordinate representation of color #C330C1: hue angle of 300.82º 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 #C330C1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 193 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.24 |
| HSL | 300.82º | 0.6% | 0.48% | - |
| HSV(B) | 300.82º | 0.75% | 0.76% | - |
| XYZ | 33.19 | 17.57 | 52.09 | - |
| YUV | 108.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 193 | 0 | 0.75 | 0.01 | 0.24 | 300.82 | 0.6 | 0.48 |
| Hex | C3 | 30 | C1 | 0 | 4B | 1 | 18 | 12D | 3C | 30 |
| Octal | 303 | 60 | 301 | 0 | 113 | 1 | 30 | 455 | 74 | 60 |
| Binary | 11000011 | 110000 | 11000001 | 0 | 1001011 | 1 | 11000 | 100101101 | 111100 | 110000 |
Color Harmonies of #C330C1
Complementary color
Monochromatic Colors of #C330C1
Black with #C330C1
Text Example
Text Example
White with #C330C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330C1; }
p { color: rgb(195,48,193); }
H1.HeaderClassName
{
color: #C330C1;
}
.AnyTagClassName
{
color: #C330C1;
}
</style>
background-color css
<style>
a { background-color: #C330C1; }
a { background-color: rgb(195,48,193); }
div.DivClassName
{
background-color: #C330C1;
}
.BgClassName
{
background-color: #C330C1;
}
</style>
border-color css
<style>
span { border-color: #C330C1; }
span { border-color: rgb(195,48,193); }
td.TdClassName
{
border-color: #C330C1;
}
.TagClassName
{
border-color: #C330C1;
}
</style>