Shades of Fuchsia #C330AF
Tints of Fuchsia #C330AF
RGB
CMYK
RGB Variations
Color information
#C330AF (or 0xC330AF) is known color: Fuchsia. HEX triplet: C3, 30 and AF. RGB value is (195,48,175). Sum of RGB (Red+Green+Blue) = 195+48+175=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C330AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330AF is #3CCF50. Grayscale: #6A6A6A. Windows color (decimal): -3985233 or 11481283. OLE color: 11481283.
HSL color Cylindrical-coordinate representation of color #C330AF: hue angle of 308.16º 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 #C330AF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 175 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.24 |
| HSL | 308.16º | 0.6% | 0.48% | - |
| HSV(B) | 308.16º | 0.75% | 0.76% | - |
| XYZ | 31.3 | 16.81 | 42.15 | - |
| YUV | 106.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 175 | 0 | 0.75 | 0.10 | 0.24 | 308.16 | 0.6 | 0.48 |
| Hex | C3 | 30 | AF | 0 | 4B | A | 18 | 134 | 3C | 30 |
| Octal | 303 | 60 | 257 | 0 | 113 | 12 | 30 | 464 | 74 | 60 |
| Binary | 11000011 | 110000 | 10101111 | 0 | 1001011 | 1010 | 11000 | 100110100 | 111100 | 110000 |
Color Harmonies of #C330AF
Complementary color
Monochromatic Colors of #C330AF
Black with #C330AF
Text Example
Text Example
White with #C330AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330AF; }
p { color: rgb(195,48,175); }
H1.HeaderClassName
{
color: #C330AF;
}
.AnyTagClassName
{
color: #C330AF;
}
</style>
background-color css
<style>
a { background-color: #C330AF; }
a { background-color: rgb(195,48,175); }
div.DivClassName
{
background-color: #C330AF;
}
.BgClassName
{
background-color: #C330AF;
}
</style>
border-color css
<style>
span { border-color: #C330AF; }
span { border-color: rgb(195,48,175); }
td.TdClassName
{
border-color: #C330AF;
}
.TagClassName
{
border-color: #C330AF;
}
</style>