Shades of Fuchsia #C35ACB
Tints of Fuchsia #C35ACB
RGB
CMYK
RGB Variations
Color information
#C35ACB (or 0xC35ACB) is known color: Fuchsia. HEX triplet: C3, 5A and CB. RGB value is (195,90,203). Sum of RGB (Red+Green+Blue) = 195+90+203=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C35ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ACB is #3CA534. Grayscale: #858585. Windows color (decimal): -3974453 or 13327043. OLE color: 13327043.
HSL color Cylindrical-coordinate representation of color #C35ACB: hue angle of 295.75º 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 #C35ACB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 90 | 203 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.20 |
| HSL | 295.75º | 0.52% | 0.57% | - |
| HSV(B) | 295.75º | 0.56% | 0.8% | - |
| XYZ | 36.94 | 23.23 | 59.04 | - |
| YUV | 134.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 203 | 0.04 | 0.56 | 0 | 0.20 | 295.75 | 0.52 | 0.57 |
| Hex | C3 | 5A | CB | 4 | 38 | 0 | 14 | 128 | 34 | 39 |
| Octal | 303 | 132 | 313 | 4 | 70 | 0 | 24 | 450 | 64 | 71 |
| Binary | 11000011 | 1011010 | 11001011 | 100 | 111000 | 0 | 10100 | 100101000 | 110100 | 111001 |
Color Harmonies of #C35ACB
Complementary color
Monochromatic Colors of #C35ACB
Black with #C35ACB
Text Example
Text Example
White with #C35ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ACB; }
p { color: rgb(195,90,203); }
H1.HeaderClassName
{
color: #C35ACB;
}
.AnyTagClassName
{
color: #C35ACB;
}
</style>
background-color css
<style>
a { background-color: #C35ACB; }
a { background-color: rgb(195,90,203); }
div.DivClassName
{
background-color: #C35ACB;
}
.BgClassName
{
background-color: #C35ACB;
}
</style>
border-color css
<style>
span { border-color: #C35ACB; }
span { border-color: rgb(195,90,203); }
td.TdClassName
{
border-color: #C35ACB;
}
.TagClassName
{
border-color: #C35ACB;
}
</style>