Shades of Fuchsia #C333AC
Tints of Fuchsia #C333AC
RGB
CMYK
RGB Variations
Color information
#C333AC (or 0xC333AC) is known color: Fuchsia. HEX triplet: C3, 33 and AC. RGB value is (195,51,172). Sum of RGB (Red+Green+Blue) = 195+51+172=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C333AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C333AC is #3CCC53. Grayscale: #6B6B6B. Windows color (decimal): -3984468 or 11285443. OLE color: 11285443.
HSL color Cylindrical-coordinate representation of color #C333AC: hue angle of 309.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C333AC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 172 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.24 |
| HSL | 309.58º | 0.59% | 0.48% | - |
| HSV(B) | 309.58º | 0.74% | 0.76% | - |
| XYZ | 31.14 | 16.95 | 40.66 | - |
| YUV | 107.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 172 | 0 | 0.74 | 0.12 | 0.24 | 309.58 | 0.59 | 0.48 |
| Hex | C3 | 33 | AC | 0 | 4A | C | 18 | 136 | 3B | 30 |
| Octal | 303 | 63 | 254 | 0 | 112 | 14 | 30 | 466 | 73 | 60 |
| Binary | 11000011 | 110011 | 10101100 | 0 | 1001010 | 1100 | 11000 | 100110110 | 111011 | 110000 |
Color Harmonies of #C333AC
Complementary color
Monochromatic Colors of #C333AC
Black with #C333AC
Text Example
Text Example
White with #C333AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333AC; }
p { color: rgb(195,51,172); }
H1.HeaderClassName
{
color: #C333AC;
}
.AnyTagClassName
{
color: #C333AC;
}
</style>
background-color css
<style>
a { background-color: #C333AC; }
a { background-color: rgb(195,51,172); }
div.DivClassName
{
background-color: #C333AC;
}
.BgClassName
{
background-color: #C333AC;
}
</style>
border-color css
<style>
span { border-color: #C333AC; }
span { border-color: rgb(195,51,172); }
td.TdClassName
{
border-color: #C333AC;
}
.TagClassName
{
border-color: #C333AC;
}
</style>