Shades of Fuchsia #C364BE
Tints of Fuchsia #C364BE
RGB
CMYK
RGB Variations
Color information
#C364BE (or 0xC364BE) is known color: Fuchsia. HEX triplet: C3, 64 and BE. RGB value is (195,100,190). Sum of RGB (Red+Green+Blue) = 195+100+190=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C364BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364BE is #3C9B41. Grayscale: #8A8A8A. Windows color (decimal): -3971906 or 12477635. OLE color: 12477635.
HSL color Cylindrical-coordinate representation of color #C364BE: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C364BE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 190 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.24 |
| HSL | 303.16º | 0.44% | 0.58% | - |
| HSV(B) | 303.16º | 0.49% | 0.76% | - |
| XYZ | 36.36 | 24.43 | 51.52 | - |
| YUV | 138.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 190 | 0 | 0.49 | 0.03 | 0.24 | 303.16 | 0.44 | 0.58 |
| Hex | C3 | 64 | BE | 0 | 31 | 3 | 18 | 12F | 2C | 3A |
| Octal | 303 | 144 | 276 | 0 | 61 | 3 | 30 | 457 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10111110 | 0 | 110001 | 11 | 11000 | 100101111 | 101100 | 111010 |
Color Harmonies of #C364BE
Complementary color
Monochromatic Colors of #C364BE
Black with #C364BE
Text Example
Text Example
White with #C364BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364BE; }
p { color: rgb(195,100,190); }
H1.HeaderClassName
{
color: #C364BE;
}
.AnyTagClassName
{
color: #C364BE;
}
</style>
background-color css
<style>
a { background-color: #C364BE; }
a { background-color: rgb(195,100,190); }
div.DivClassName
{
background-color: #C364BE;
}
.BgClassName
{
background-color: #C364BE;
}
</style>
border-color css
<style>
span { border-color: #C364BE; }
span { border-color: rgb(195,100,190); }
td.TdClassName
{
border-color: #C364BE;
}
.TagClassName
{
border-color: #C364BE;
}
</style>