Shades of Fuchsia #C362B5
Tints of Fuchsia #C362B5
RGB
CMYK
RGB Variations
Color information
#C362B5 (or 0xC362B5) is known color: Fuchsia. HEX triplet: C3, 62 and B5. RGB value is (195,98,181). Sum of RGB (Red+Green+Blue) = 195+98+181=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C362B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362B5 is #3C9D4A. Grayscale: #888888. Windows color (decimal): -3972427 or 11887299. OLE color: 11887299.
HSL color Cylindrical-coordinate representation of color #C362B5: hue angle of 308.66º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362B5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 181 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.24 |
| HSL | 308.66º | 0.45% | 0.57% | - |
| HSV(B) | 308.66º | 0.5% | 0.76% | - |
| XYZ | 35.21 | 23.67 | 46.43 | - |
| YUV | 136.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 181 | 0 | 0.50 | 0.07 | 0.24 | 308.66 | 0.45 | 0.57 |
| Hex | C3 | 62 | B5 | 0 | 32 | 7 | 18 | 135 | 2D | 39 |
| Octal | 303 | 142 | 265 | 0 | 62 | 7 | 30 | 465 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10110101 | 0 | 110010 | 111 | 11000 | 100110101 | 101101 | 111001 |
Color Harmonies of #C362B5
Complementary color
Monochromatic Colors of #C362B5
Black with #C362B5
Text Example
Text Example
White with #C362B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362B5; }
p { color: rgb(195,98,181); }
H1.HeaderClassName
{
color: #C362B5;
}
.AnyTagClassName
{
color: #C362B5;
}
</style>
background-color css
<style>
a { background-color: #C362B5; }
a { background-color: rgb(195,98,181); }
div.DivClassName
{
background-color: #C362B5;
}
.BgClassName
{
background-color: #C362B5;
}
</style>
border-color css
<style>
span { border-color: #C362B5; }
span { border-color: rgb(195,98,181); }
td.TdClassName
{
border-color: #C362B5;
}
.TagClassName
{
border-color: #C362B5;
}
</style>