Shades of Fuchsia #C35DC2
Tints of Fuchsia #C35DC2
RGB
CMYK
RGB Variations
Color information
#C35DC2 (or 0xC35DC2) is known color: Fuchsia. HEX triplet: C3, 5D and C2. RGB value is (195,93,194). Sum of RGB (Red+Green+Blue) = 195+93+194=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DC2 is #3CA23D. Grayscale: #868686. Windows color (decimal): -3973694 or 12737987. OLE color: 12737987.
HSL color Cylindrical-coordinate representation of color #C35DC2: hue angle of 300.59º 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 #C35DC2 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 194 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.24 |
| HSL | 300.59º | 0.46% | 0.56% | - |
| HSV(B) | 300.59º | 0.52% | 0.76% | - |
| XYZ | 36.16 | 23.33 | 53.64 | - |
| YUV | 135.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 194 | 0 | 0.52 | 0.01 | 0.24 | 300.59 | 0.46 | 0.56 |
| Hex | C3 | 5D | C2 | 0 | 34 | 1 | 18 | 12D | 2E | 38 |
| Octal | 303 | 135 | 302 | 0 | 64 | 1 | 30 | 455 | 56 | 70 |
| Binary | 11000011 | 1011101 | 11000010 | 0 | 110100 | 1 | 11000 | 100101101 | 101110 | 111000 |
Color Harmonies of #C35DC2
Complementary color
Monochromatic Colors of #C35DC2
Black with #C35DC2
Text Example
Text Example
White with #C35DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DC2; }
p { color: rgb(195,93,194); }
H1.HeaderClassName
{
color: #C35DC2;
}
.AnyTagClassName
{
color: #C35DC2;
}
</style>
background-color css
<style>
a { background-color: #C35DC2; }
a { background-color: rgb(195,93,194); }
div.DivClassName
{
background-color: #C35DC2;
}
.BgClassName
{
background-color: #C35DC2;
}
</style>
border-color css
<style>
span { border-color: #C35DC2; }
span { border-color: rgb(195,93,194); }
td.TdClassName
{
border-color: #C35DC2;
}
.TagClassName
{
border-color: #C35DC2;
}
</style>