Shades of Fuchsia #C352BC
Tints of Fuchsia #C352BC
RGB
CMYK
RGB Variations
Color information
#C352BC (or 0xC352BC) is known color: Fuchsia. HEX triplet: C3, 52 and BC. RGB value is (195,82,188). Sum of RGB (Red+Green+Blue) = 195+82+188=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BC is #3CAD43. Grayscale: #7F7F7F. Windows color (decimal): -3976516 or 12341955. OLE color: 12341955.
HSL color Cylindrical-coordinate representation of color #C352BC: hue angle of 303.72º 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 #C352BC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 188 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.24 |
| HSL | 303.72º | 0.48% | 0.54% | - |
| HSV(B) | 303.72º | 0.58% | 0.76% | - |
| XYZ | 34.6 | 21.27 | 49.86 | - |
| YUV | 127.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 188 | 0 | 0.58 | 0.04 | 0.24 | 303.72 | 0.48 | 0.54 |
| Hex | C3 | 52 | BC | 0 | 3A | 4 | 18 | 130 | 30 | 36 |
| Octal | 303 | 122 | 274 | 0 | 72 | 4 | 30 | 460 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111100 | 0 | 111010 | 100 | 11000 | 100110000 | 110000 | 110110 |
Color Harmonies of #C352BC
Complementary color
Monochromatic Colors of #C352BC
Black with #C352BC
Text Example
Text Example
White with #C352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352BC; }
p { color: rgb(195,82,188); }
H1.HeaderClassName
{
color: #C352BC;
}
.AnyTagClassName
{
color: #C352BC;
}
</style>
background-color css
<style>
a { background-color: #C352BC; }
a { background-color: rgb(195,82,188); }
div.DivClassName
{
background-color: #C352BC;
}
.BgClassName
{
background-color: #C352BC;
}
</style>
border-color css
<style>
span { border-color: #C352BC; }
span { border-color: rgb(195,82,188); }
td.TdClassName
{
border-color: #C352BC;
}
.TagClassName
{
border-color: #C352BC;
}
</style>