Shades of Fuchsia #C328B3
Tints of Fuchsia #C328B3
RGB
CMYK
RGB Variations
Color information
#C328B3 (or 0xC328B3) is known color: Fuchsia. HEX triplet: C3, 28 and B3. RGB value is (195,40,179). Sum of RGB (Red+Green+Blue) = 195+40+179=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328B3 is #3CD74C. Grayscale: #656565. Windows color (decimal): -3987277 or 11741379. OLE color: 11741379.
HSL color Cylindrical-coordinate representation of color #C328B3: hue angle of 306.19º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C328B3 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 179 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.24 |
| HSL | 306.19º | 0.66% | 0.46% | - |
| HSV(B) | 306.19º | 0.79% | 0.76% | - |
| XYZ | 31.4 | 16.37 | 44.15 | - |
| YUV | 102.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 179 | 0 | 0.79 | 0.08 | 0.24 | 306.19 | 0.66 | 0.46 |
| Hex | C3 | 28 | B3 | 0 | 4F | 8 | 18 | 132 | 42 | 2E |
| Octal | 303 | 50 | 263 | 0 | 117 | 10 | 30 | 462 | 102 | 56 |
| Binary | 11000011 | 101000 | 10110011 | 0 | 1001111 | 1000 | 11000 | 100110010 | 1000010 | 101110 |
Color Harmonies of #C328B3
Complementary color
Monochromatic Colors of #C328B3
Black with #C328B3
Text Example
Text Example
White with #C328B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328B3; }
p { color: rgb(195,40,179); }
H1.HeaderClassName
{
color: #C328B3;
}
.AnyTagClassName
{
color: #C328B3;
}
</style>
background-color css
<style>
a { background-color: #C328B3; }
a { background-color: rgb(195,40,179); }
div.DivClassName
{
background-color: #C328B3;
}
.BgClassName
{
background-color: #C328B3;
}
</style>
border-color css
<style>
span { border-color: #C328B3; }
span { border-color: rgb(195,40,179); }
td.TdClassName
{
border-color: #C328B3;
}
.TagClassName
{
border-color: #C328B3;
}
</style>