Shades of Fuchsia #C362B7
Tints of Fuchsia #C362B7
RGB
CMYK
RGB Variations
Color information
#C362B7 (or 0xC362B7) is known color: Fuchsia. HEX triplet: C3, 62 and B7. RGB value is (195,98,183). Sum of RGB (Red+Green+Blue) = 195+98+183=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C362B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362B7 is #3C9D48. Grayscale: #888888. Windows color (decimal): -3972425 or 12018371. OLE color: 12018371.
HSL color Cylindrical-coordinate representation of color #C362B7: hue angle of 307.42º 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 #C362B7 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 183 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.24 |
| HSL | 307.42º | 0.45% | 0.57% | - |
| HSV(B) | 307.42º | 0.5% | 0.76% | - |
| XYZ | 35.42 | 23.76 | 47.52 | - |
| YUV | 136.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 183 | 0 | 0.50 | 0.06 | 0.24 | 307.42 | 0.45 | 0.57 |
| Hex | C3 | 62 | B7 | 0 | 32 | 6 | 18 | 133 | 2D | 39 |
| Octal | 303 | 142 | 267 | 0 | 62 | 6 | 30 | 463 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10110111 | 0 | 110010 | 110 | 11000 | 100110011 | 101101 | 111001 |
Color Harmonies of #C362B7
Complementary color
Monochromatic Colors of #C362B7
Black with #C362B7
Text Example
Text Example
White with #C362B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362B7; }
p { color: rgb(195,98,183); }
H1.HeaderClassName
{
color: #C362B7;
}
.AnyTagClassName
{
color: #C362B7;
}
</style>
background-color css
<style>
a { background-color: #C362B7; }
a { background-color: rgb(195,98,183); }
div.DivClassName
{
background-color: #C362B7;
}
.BgClassName
{
background-color: #C362B7;
}
</style>
border-color css
<style>
span { border-color: #C362B7; }
span { border-color: rgb(195,98,183); }
td.TdClassName
{
border-color: #C362B7;
}
.TagClassName
{
border-color: #C362B7;
}
</style>