Shades of Fuchsia #C364B7
Tints of Fuchsia #C364B7
RGB
CMYK
RGB Variations
Color information
#C364B7 (or 0xC364B7) is known color: Fuchsia. HEX triplet: C3, 64 and B7. RGB value is (195,100,183). Sum of RGB (Red+Green+Blue) = 195+100+183=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C364B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364B7 is #3C9B48. Grayscale: #898989. Windows color (decimal): -3971913 or 12018883. OLE color: 12018883.
HSL color Cylindrical-coordinate representation of color #C364B7: hue angle of 307.58º 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 #C364B7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 183 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.24 |
| HSL | 307.58º | 0.44% | 0.58% | - |
| HSV(B) | 307.58º | 0.49% | 0.76% | - |
| XYZ | 35.61 | 24.14 | 47.58 | - |
| YUV | 137.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 183 | 0 | 0.49 | 0.06 | 0.24 | 307.58 | 0.44 | 0.58 |
| Hex | C3 | 64 | B7 | 0 | 31 | 6 | 18 | 134 | 2C | 3A |
| Octal | 303 | 144 | 267 | 0 | 61 | 6 | 30 | 464 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10110111 | 0 | 110001 | 110 | 11000 | 100110100 | 101100 | 111010 |
Color Harmonies of #C364B7
Complementary color
Monochromatic Colors of #C364B7
Black with #C364B7
Text Example
Text Example
White with #C364B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364B7; }
p { color: rgb(195,100,183); }
H1.HeaderClassName
{
color: #C364B7;
}
.AnyTagClassName
{
color: #C364B7;
}
</style>
background-color css
<style>
a { background-color: #C364B7; }
a { background-color: rgb(195,100,183); }
div.DivClassName
{
background-color: #C364B7;
}
.BgClassName
{
background-color: #C364B7;
}
</style>
border-color css
<style>
span { border-color: #C364B7; }
span { border-color: rgb(195,100,183); }
td.TdClassName
{
border-color: #C364B7;
}
.TagClassName
{
border-color: #C364B7;
}
</style>