Shades of Fuchsia #C352B0
Tints of Fuchsia #C352B0
RGB
CMYK
RGB Variations
Color information
#C352B0 (or 0xC352B0) is known color: Fuchsia. HEX triplet: C3, 52 and B0. RGB value is (195,82,176). Sum of RGB (Red+Green+Blue) = 195+82+176=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352B0 is #3CAD4F. Grayscale: #7E7E7E. Windows color (decimal): -3976528 or 11555523. OLE color: 11555523.
HSL color Cylindrical-coordinate representation of color #C352B0: hue angle of 310.09º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C352B0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 176 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.24 |
| HSL | 310.09º | 0.48% | 0.54% | - |
| HSV(B) | 310.09º | 0.58% | 0.76% | - |
| XYZ | 33.36 | 20.77 | 43.33 | - |
| YUV | 126.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 176 | 0 | 0.58 | 0.10 | 0.24 | 310.09 | 0.48 | 0.54 |
| Hex | C3 | 52 | B0 | 0 | 3A | A | 18 | 136 | 30 | 36 |
| Octal | 303 | 122 | 260 | 0 | 72 | 12 | 30 | 466 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10110000 | 0 | 111010 | 1010 | 11000 | 100110110 | 110000 | 110110 |
Color Harmonies of #C352B0
Complementary color
Monochromatic Colors of #C352B0
Black with #C352B0
Text Example
Text Example
White with #C352B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352B0; }
p { color: rgb(195,82,176); }
H1.HeaderClassName
{
color: #C352B0;
}
.AnyTagClassName
{
color: #C352B0;
}
</style>
background-color css
<style>
a { background-color: #C352B0; }
a { background-color: rgb(195,82,176); }
div.DivClassName
{
background-color: #C352B0;
}
.BgClassName
{
background-color: #C352B0;
}
</style>
border-color css
<style>
span { border-color: #C352B0; }
span { border-color: rgb(195,82,176); }
td.TdClassName
{
border-color: #C352B0;
}
.TagClassName
{
border-color: #C352B0;
}
</style>