Shades of Fuchsia #C35DBA
Tints of Fuchsia #C35DBA
RGB
CMYK
RGB Variations
Color information
#C35DBA (or 0xC35DBA) is known color: Fuchsia. HEX triplet: C3, 5D and BA. RGB value is (195,93,186). Sum of RGB (Red+Green+Blue) = 195+93+186=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DBA is #3CA245. Grayscale: #858585. Windows color (decimal): -3973702 or 12213699. OLE color: 12213699.
HSL color Cylindrical-coordinate representation of color #C35DBA: hue angle of 305.29º 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 #C35DBA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 186 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.24 |
| HSL | 305.29º | 0.46% | 0.56% | - |
| HSV(B) | 305.29º | 0.52% | 0.76% | - |
| XYZ | 35.28 | 22.98 | 49.03 | - |
| YUV | 134.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 186 | 0 | 0.52 | 0.05 | 0.24 | 305.29 | 0.46 | 0.56 |
| Hex | C3 | 5D | BA | 0 | 34 | 5 | 18 | 131 | 2E | 38 |
| Octal | 303 | 135 | 272 | 0 | 64 | 5 | 30 | 461 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10111010 | 0 | 110100 | 101 | 11000 | 100110001 | 101110 | 111000 |
Color Harmonies of #C35DBA
Complementary color
Monochromatic Colors of #C35DBA
Black with #C35DBA
Text Example
Text Example
White with #C35DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DBA; }
p { color: rgb(195,93,186); }
H1.HeaderClassName
{
color: #C35DBA;
}
.AnyTagClassName
{
color: #C35DBA;
}
</style>
background-color css
<style>
a { background-color: #C35DBA; }
a { background-color: rgb(195,93,186); }
div.DivClassName
{
background-color: #C35DBA;
}
.BgClassName
{
background-color: #C35DBA;
}
</style>
border-color css
<style>
span { border-color: #C35DBA; }
span { border-color: rgb(195,93,186); }
td.TdClassName
{
border-color: #C35DBA;
}
.TagClassName
{
border-color: #C35DBA;
}
</style>