Shades of Fuchsia #C359CB
Tints of Fuchsia #C359CB
RGB
CMYK
RGB Variations
Color information
#C359CB (or 0xC359CB) is known color: Fuchsia. HEX triplet: C3, 59 and CB. RGB value is (195,89,203). Sum of RGB (Red+Green+Blue) = 195+89+203=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C359CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359CB is #3CA634. Grayscale: #858585. Windows color (decimal): -3974709 or 13326787. OLE color: 13326787.
HSL color Cylindrical-coordinate representation of color #C359CB: hue angle of 295.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C359CB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 89 | 203 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.20 |
| HSL | 295.79º | 0.52% | 0.57% | - |
| HSV(B) | 295.79º | 0.56% | 0.8% | - |
| XYZ | 36.86 | 23.06 | 59.01 | - |
| YUV | 133.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 203 | 0.04 | 0.56 | 0 | 0.20 | 295.79 | 0.52 | 0.57 |
| Hex | C3 | 59 | CB | 4 | 38 | 0 | 14 | 128 | 34 | 39 |
| Octal | 303 | 131 | 313 | 4 | 70 | 0 | 24 | 450 | 64 | 71 |
| Binary | 11000011 | 1011001 | 11001011 | 100 | 111000 | 0 | 10100 | 100101000 | 110100 | 111001 |
Color Harmonies of #C359CB
Complementary color
Monochromatic Colors of #C359CB
Black with #C359CB
Text Example
Text Example
White with #C359CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359CB; }
p { color: rgb(195,89,203); }
H1.HeaderClassName
{
color: #C359CB;
}
.AnyTagClassName
{
color: #C359CB;
}
</style>
background-color css
<style>
a { background-color: #C359CB; }
a { background-color: rgb(195,89,203); }
div.DivClassName
{
background-color: #C359CB;
}
.BgClassName
{
background-color: #C359CB;
}
</style>
border-color css
<style>
span { border-color: #C359CB; }
span { border-color: rgb(195,89,203); }
td.TdClassName
{
border-color: #C359CB;
}
.TagClassName
{
border-color: #C359CB;
}
</style>