Shades of Fuchsia #C328B8
Tints of Fuchsia #C328B8
RGB
CMYK
RGB Variations
Color information
#C328B8 (or 0xC328B8) is known color: Fuchsia. HEX triplet: C3, 28 and B8. RGB value is (195,40,184). Sum of RGB (Red+Green+Blue) = 195+40+184=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C328B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328B8 is #3CD747. Grayscale: #666666. Windows color (decimal): -3987272 or 12069059. OLE color: 12069059.
HSL color Cylindrical-coordinate representation of color #C328B8: hue angle of 304.26º 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 #C328B8 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 184 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.24 |
| HSL | 304.26º | 0.66% | 0.46% | - |
| HSV(B) | 304.26º | 0.79% | 0.76% | - |
| XYZ | 31.92 | 16.58 | 46.87 | - |
| YUV | 102.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 184 | 0 | 0.79 | 0.06 | 0.24 | 304.26 | 0.66 | 0.46 |
| Hex | C3 | 28 | B8 | 0 | 4F | 6 | 18 | 130 | 42 | 2E |
| Octal | 303 | 50 | 270 | 0 | 117 | 6 | 30 | 460 | 102 | 56 |
| Binary | 11000011 | 101000 | 10111000 | 0 | 1001111 | 110 | 11000 | 100110000 | 1000010 | 101110 |
Color Harmonies of #C328B8
Complementary color
Monochromatic Colors of #C328B8
Black with #C328B8
Text Example
Text Example
White with #C328B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328B8; }
p { color: rgb(195,40,184); }
H1.HeaderClassName
{
color: #C328B8;
}
.AnyTagClassName
{
color: #C328B8;
}
</style>
background-color css
<style>
a { background-color: #C328B8; }
a { background-color: rgb(195,40,184); }
div.DivClassName
{
background-color: #C328B8;
}
.BgClassName
{
background-color: #C328B8;
}
</style>
border-color css
<style>
span { border-color: #C328B8; }
span { border-color: rgb(195,40,184); }
td.TdClassName
{
border-color: #C328B8;
}
.TagClassName
{
border-color: #C328B8;
}
</style>