Shades of Fuchsia #C356CD
Tints of Fuchsia #C356CD
RGB
CMYK
RGB Variations
Color information
#C356CD (or 0xC356CD) is known color: Fuchsia. HEX triplet: C3, 56 and CD. RGB value is (195,86,205). Sum of RGB (Red+Green+Blue) = 195+86+205=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C356CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356CD is #3CA932. Grayscale: #838383. Windows color (decimal): -3975475 or 13457091. OLE color: 13457091.
HSL color Cylindrical-coordinate representation of color #C356CD: hue angle of 294.96º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C356CD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 86 | 205 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.20 |
| HSL | 294.96º | 0.54% | 0.57% | - |
| HSV(B) | 294.96º | 0.58% | 0.8% | - |
| XYZ | 36.85 | 22.67 | 60.19 | - |
| YUV | 132.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 205 | 0.05 | 0.58 | 0 | 0.20 | 294.96 | 0.54 | 0.57 |
| Hex | C3 | 56 | CD | 5 | 3A | 0 | 14 | 127 | 36 | 39 |
| Octal | 303 | 126 | 315 | 5 | 72 | 0 | 24 | 447 | 66 | 71 |
| Binary | 11000011 | 1010110 | 11001101 | 101 | 111010 | 0 | 10100 | 100100111 | 110110 | 111001 |
Color Harmonies of #C356CD
Complementary color
Monochromatic Colors of #C356CD
Black with #C356CD
Text Example
Text Example
White with #C356CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356CD; }
p { color: rgb(195,86,205); }
H1.HeaderClassName
{
color: #C356CD;
}
.AnyTagClassName
{
color: #C356CD;
}
</style>
background-color css
<style>
a { background-color: #C356CD; }
a { background-color: rgb(195,86,205); }
div.DivClassName
{
background-color: #C356CD;
}
.BgClassName
{
background-color: #C356CD;
}
</style>
border-color css
<style>
span { border-color: #C356CD; }
span { border-color: rgb(195,86,205); }
td.TdClassName
{
border-color: #C356CD;
}
.TagClassName
{
border-color: #C356CD;
}
</style>