Shades of Fuchsia #C35DB9
Tints of Fuchsia #C35DB9
RGB
CMYK
RGB Variations
Color information
#C35DB9 (or 0xC35DB9) is known color: Fuchsia. HEX triplet: C3, 5D and B9. RGB value is (195,93,185). Sum of RGB (Red+Green+Blue) = 195+93+185=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DB9 is #3CA246. Grayscale: #858585. Windows color (decimal): -3973703 or 12148163. OLE color: 12148163.
HSL color Cylindrical-coordinate representation of color #C35DB9: hue angle of 305.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35DB9 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 185 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.24 |
| HSL | 305.88º | 0.46% | 0.56% | - |
| HSV(B) | 305.88º | 0.52% | 0.76% | - |
| XYZ | 35.18 | 22.93 | 48.47 | - |
| YUV | 133.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 185 | 0 | 0.52 | 0.05 | 0.24 | 305.88 | 0.46 | 0.56 |
| Hex | C3 | 5D | B9 | 0 | 34 | 5 | 18 | 132 | 2E | 38 |
| Octal | 303 | 135 | 271 | 0 | 64 | 5 | 30 | 462 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10111001 | 0 | 110100 | 101 | 11000 | 100110010 | 101110 | 111000 |
Color Harmonies of #C35DB9
Complementary color
Monochromatic Colors of #C35DB9
Black with #C35DB9
Text Example
Text Example
White with #C35DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DB9; }
p { color: rgb(195,93,185); }
H1.HeaderClassName
{
color: #C35DB9;
}
.AnyTagClassName
{
color: #C35DB9;
}
</style>
background-color css
<style>
a { background-color: #C35DB9; }
a { background-color: rgb(195,93,185); }
div.DivClassName
{
background-color: #C35DB9;
}
.BgClassName
{
background-color: #C35DB9;
}
</style>
border-color css
<style>
span { border-color: #C35DB9; }
span { border-color: rgb(195,93,185); }
td.TdClassName
{
border-color: #C35DB9;
}
.TagClassName
{
border-color: #C35DB9;
}
</style>