Shades of Fuchsia #C330C4
Tints of Fuchsia #C330C4
RGB
CMYK
RGB Variations
Color information
#C330C4 (or 0xC330C4) is known color: Fuchsia. HEX triplet: C3, 30 and C4. RGB value is (195,48,196). Sum of RGB (Red+Green+Blue) = 195+48+196=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #C330C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C4 is #3CCF3B. Grayscale: #6C6C6C. Windows color (decimal): -3985212 or 12857539. OLE color: 12857539.
HSL color Cylindrical-coordinate representation of color #C330C4: hue angle of 299.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C330C4 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 48 | 196 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.23 |
| HSL | 299.59º | 0.61% | 0.48% | - |
| HSV(B) | 299.59º | 0.76% | 0.77% | - |
| XYZ | 33.53 | 17.7 | 53.87 | - |
| YUV | 108.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 196 | 0.01 | 0.76 | 0 | 0.23 | 299.59 | 0.61 | 0.48 |
| Hex | C3 | 30 | C4 | 1 | 4C | 0 | 17 | 12C | 3D | 30 |
| Octal | 303 | 60 | 304 | 1 | 114 | 0 | 27 | 454 | 75 | 60 |
| Binary | 11000011 | 110000 | 11000100 | 1 | 1001100 | 0 | 10111 | 100101100 | 111101 | 110000 |
Color Harmonies of #C330C4
Complementary color
Monochromatic Colors of #C330C4
Black with #C330C4
Text Example
Text Example
White with #C330C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330C4; }
p { color: rgb(195,48,196); }
H1.HeaderClassName
{
color: #C330C4;
}
.AnyTagClassName
{
color: #C330C4;
}
</style>
background-color css
<style>
a { background-color: #C330C4; }
a { background-color: rgb(195,48,196); }
div.DivClassName
{
background-color: #C330C4;
}
.BgClassName
{
background-color: #C330C4;
}
</style>
border-color css
<style>
span { border-color: #C330C4; }
span { border-color: rgb(195,48,196); }
td.TdClassName
{
border-color: #C330C4;
}
.TagClassName
{
border-color: #C330C4;
}
</style>