Shades of Fuchsia #C352BB
Tints of Fuchsia #C352BB
RGB
CMYK
RGB Variations
Color information
#C352BB (or 0xC352BB) is known color: Fuchsia. HEX triplet: C3, 52 and BB. RGB value is (195,82,187). Sum of RGB (Red+Green+Blue) = 195+82+187=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BB is #3CAD44. Grayscale: #7F7F7F. Windows color (decimal): -3976517 or 12276419. OLE color: 12276419.
HSL color Cylindrical-coordinate representation of color #C352BB: hue angle of 304.25º 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 #C352BB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 187 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.24 |
| HSL | 304.25º | 0.48% | 0.54% | - |
| HSV(B) | 304.25º | 0.58% | 0.76% | - |
| XYZ | 34.49 | 21.22 | 49.29 | - |
| YUV | 127.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 187 | 0 | 0.58 | 0.04 | 0.24 | 304.25 | 0.48 | 0.54 |
| Hex | C3 | 52 | BB | 0 | 3A | 4 | 18 | 130 | 30 | 36 |
| Octal | 303 | 122 | 273 | 0 | 72 | 4 | 30 | 460 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111011 | 0 | 111010 | 100 | 11000 | 100110000 | 110000 | 110110 |
Color Harmonies of #C352BB
Complementary color
Monochromatic Colors of #C352BB
Black with #C352BB
Text Example
Text Example
White with #C352BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352BB; }
p { color: rgb(195,82,187); }
H1.HeaderClassName
{
color: #C352BB;
}
.AnyTagClassName
{
color: #C352BB;
}
</style>
background-color css
<style>
a { background-color: #C352BB; }
a { background-color: rgb(195,82,187); }
div.DivClassName
{
background-color: #C352BB;
}
.BgClassName
{
background-color: #C352BB;
}
</style>
border-color css
<style>
span { border-color: #C352BB; }
span { border-color: rgb(195,82,187); }
td.TdClassName
{
border-color: #C352BB;
}
.TagClassName
{
border-color: #C352BB;
}
</style>