Shades of Fuchsia #C35ECB
Tints of Fuchsia #C35ECB
RGB
CMYK
RGB Variations
Color information
#C35ECB (or 0xC35ECB) is known color: Fuchsia. HEX triplet: C3, 5E and CB. RGB value is (195,94,203). Sum of RGB (Red+Green+Blue) = 195+94+203=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C35ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ECB is #3CA134. Grayscale: #888888. Windows color (decimal): -3973429 or 13328067. OLE color: 13328067.
HSL color Cylindrical-coordinate representation of color #C35ECB: hue angle of 295.6º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35ECB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 94 | 203 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.20 |
| HSL | 295.6º | 0.51% | 0.58% | - |
| HSV(B) | 295.6º | 0.54% | 0.8% | - |
| XYZ | 37.29 | 23.92 | 59.15 | - |
| YUV | 136.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 203 | 0.04 | 0.54 | 0 | 0.20 | 295.6 | 0.51 | 0.58 |
| Hex | C3 | 5E | CB | 4 | 36 | 0 | 14 | 128 | 33 | 3A |
| Octal | 303 | 136 | 313 | 4 | 66 | 0 | 24 | 450 | 63 | 72 |
| Binary | 11000011 | 1011110 | 11001011 | 100 | 110110 | 0 | 10100 | 100101000 | 110011 | 111010 |
Color Harmonies of #C35ECB
Complementary color
Monochromatic Colors of #C35ECB
Black with #C35ECB
Text Example
Text Example
White with #C35ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ECB; }
p { color: rgb(195,94,203); }
H1.HeaderClassName
{
color: #C35ECB;
}
.AnyTagClassName
{
color: #C35ECB;
}
</style>
background-color css
<style>
a { background-color: #C35ECB; }
a { background-color: rgb(195,94,203); }
div.DivClassName
{
background-color: #C35ECB;
}
.BgClassName
{
background-color: #C35ECB;
}
</style>
border-color css
<style>
span { border-color: #C35ECB; }
span { border-color: rgb(195,94,203); }
td.TdClassName
{
border-color: #C35ECB;
}
.TagClassName
{
border-color: #C35ECB;
}
</style>