Shades of Fuchsia #C361BD
Tints of Fuchsia #C361BD
RGB
CMYK
RGB Variations
Color information
#C361BD (or 0xC361BD) is known color: Fuchsia. HEX triplet: C3, 61 and BD. RGB value is (195,97,189). Sum of RGB (Red+Green+Blue) = 195+97+189=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C361BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361BD is #3C9E42. Grayscale: #888888. Windows color (decimal): -3972675 or 12411331. OLE color: 12411331.
HSL color Cylindrical-coordinate representation of color #C361BD: hue angle of 303.67º 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 #C361BD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 189 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.24 |
| HSL | 303.67º | 0.45% | 0.57% | - |
| HSV(B) | 303.67º | 0.5% | 0.76% | - |
| XYZ | 35.97 | 23.83 | 50.85 | - |
| YUV | 136.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 189 | 0 | 0.50 | 0.03 | 0.24 | 303.67 | 0.45 | 0.57 |
| Hex | C3 | 61 | BD | 0 | 32 | 3 | 18 | 130 | 2D | 39 |
| Octal | 303 | 141 | 275 | 0 | 62 | 3 | 30 | 460 | 55 | 71 |
| Binary | 11000011 | 1100001 | 10111101 | 0 | 110010 | 11 | 11000 | 100110000 | 101101 | 111001 |
Color Harmonies of #C361BD
Complementary color
Monochromatic Colors of #C361BD
Black with #C361BD
Text Example
Text Example
White with #C361BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361BD; }
p { color: rgb(195,97,189); }
H1.HeaderClassName
{
color: #C361BD;
}
.AnyTagClassName
{
color: #C361BD;
}
</style>
background-color css
<style>
a { background-color: #C361BD; }
a { background-color: rgb(195,97,189); }
div.DivClassName
{
background-color: #C361BD;
}
.BgClassName
{
background-color: #C361BD;
}
</style>
border-color css
<style>
span { border-color: #C361BD; }
span { border-color: rgb(195,97,189); }
td.TdClassName
{
border-color: #C361BD;
}
.TagClassName
{
border-color: #C361BD;
}
</style>