Shades of Fuchsia #C355CD
Tints of Fuchsia #C355CD
RGB
CMYK
RGB Variations
Color information
#C355CD (or 0xC355CD) is known color: Fuchsia. HEX triplet: C3, 55 and CD. RGB value is (195,85,205). Sum of RGB (Red+Green+Blue) = 195+85+205=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C355CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CD is #3CAA32. Grayscale: #838383. Windows color (decimal): -3975731 or 13456835. OLE color: 13456835.
HSL color Cylindrical-coordinate representation of color #C355CD: hue angle of 295º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C355CD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 85 | 205 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.20 |
| HSL | 295º | 0.55% | 0.57% | - |
| HSV(B) | 295º | 0.59% | 0.8% | - |
| XYZ | 36.77 | 22.51 | 60.16 | - |
| YUV | 131.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 205 | 0.05 | 0.59 | 0 | 0.20 | 295 | 0.55 | 0.57 |
| Hex | C3 | 55 | CD | 5 | 3B | 0 | 14 | 127 | 37 | 39 |
| Octal | 303 | 125 | 315 | 5 | 73 | 0 | 24 | 447 | 67 | 71 |
| Binary | 11000011 | 1010101 | 11001101 | 101 | 111011 | 0 | 10100 | 100100111 | 110111 | 111001 |
Color Harmonies of #C355CD
Complementary color
Monochromatic Colors of #C355CD
Black with #C355CD
Text Example
Text Example
White with #C355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355CD; }
p { color: rgb(195,85,205); }
H1.HeaderClassName
{
color: #C355CD;
}
.AnyTagClassName
{
color: #C355CD;
}
</style>
background-color css
<style>
a { background-color: #C355CD; }
a { background-color: rgb(195,85,205); }
div.DivClassName
{
background-color: #C355CD;
}
.BgClassName
{
background-color: #C355CD;
}
</style>
border-color css
<style>
span { border-color: #C355CD; }
span { border-color: rgb(195,85,205); }
td.TdClassName
{
border-color: #C355CD;
}
.TagClassName
{
border-color: #C355CD;
}
</style>