Shades of Fuchsia #C352BE
Tints of Fuchsia #C352BE
RGB
CMYK
RGB Variations
Color information
#C352BE (or 0xC352BE) is known color: Fuchsia. HEX triplet: C3, 52 and BE. RGB value is (195,82,190). Sum of RGB (Red+Green+Blue) = 195+82+190=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BE is #3CAD41. Grayscale: #7F7F7F. Windows color (decimal): -3976514 or 12473027. OLE color: 12473027.
HSL color Cylindrical-coordinate representation of color #C352BE: hue angle of 302.65º 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 #C352BE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 190 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 302.65º | 0.48% | 0.54% | - |
| HSV(B) | 302.65º | 0.58% | 0.76% | - |
| XYZ | 34.82 | 21.35 | 51 | - |
| YUV | 128.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 190 | 0 | 0.58 | 0.03 | 0.24 | 302.65 | 0.48 | 0.54 |
| Hex | C3 | 52 | BE | 0 | 3A | 3 | 18 | 12F | 30 | 36 |
| Octal | 303 | 122 | 276 | 0 | 72 | 3 | 30 | 457 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10111110 | 0 | 111010 | 11 | 11000 | 100101111 | 110000 | 110110 |
Color Harmonies of #C352BE
Complementary color
Monochromatic Colors of #C352BE
Black with #C352BE
Text Example
Text Example
White with #C352BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352BE; }
p { color: rgb(195,82,190); }
H1.HeaderClassName
{
color: #C352BE;
}
.AnyTagClassName
{
color: #C352BE;
}
</style>
background-color css
<style>
a { background-color: #C352BE; }
a { background-color: rgb(195,82,190); }
div.DivClassName
{
background-color: #C352BE;
}
.BgClassName
{
background-color: #C352BE;
}
</style>
border-color css
<style>
span { border-color: #C352BE; }
span { border-color: rgb(195,82,190); }
td.TdClassName
{
border-color: #C352BE;
}
.TagClassName
{
border-color: #C352BE;
}
</style>