Shades of Fuchsia #C341CD
Tints of Fuchsia #C341CD
RGB
CMYK
RGB Variations
Color information
#C341CD (or 0xC341CD) is known color: Fuchsia. HEX triplet: C3, 41 and CD. RGB value is (195,65,205). Sum of RGB (Red+Green+Blue) = 195+65+205=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C341CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341CD is #3CBE32. Grayscale: #777777. Windows color (decimal): -3980851 or 13451715. OLE color: 13451715.
HSL color Cylindrical-coordinate representation of color #C341CD: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C341CD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 65 | 205 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.20 |
| HSL | 295.71º | 0.58% | 0.53% | - |
| HSV(B) | 295.71º | 0.68% | 0.8% | - |
| XYZ | 35.42 | 19.79 | 59.71 | - |
| YUV | 119.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 205 | 0.05 | 0.68 | 0 | 0.20 | 295.71 | 0.58 | 0.53 |
| Hex | C3 | 41 | CD | 5 | 44 | 0 | 14 | 128 | 3A | 35 |
| Octal | 303 | 101 | 315 | 5 | 104 | 0 | 24 | 450 | 72 | 65 |
| Binary | 11000011 | 1000001 | 11001101 | 101 | 1000100 | 0 | 10100 | 100101000 | 111010 | 110101 |
Color Harmonies of #C341CD
Complementary color
Monochromatic Colors of #C341CD
Black with #C341CD
Text Example
Text Example
White with #C341CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341CD; }
p { color: rgb(195,65,205); }
H1.HeaderClassName
{
color: #C341CD;
}
.AnyTagClassName
{
color: #C341CD;
}
</style>
background-color css
<style>
a { background-color: #C341CD; }
a { background-color: rgb(195,65,205); }
div.DivClassName
{
background-color: #C341CD;
}
.BgClassName
{
background-color: #C341CD;
}
</style>
border-color css
<style>
span { border-color: #C341CD; }
span { border-color: rgb(195,65,205); }
td.TdClassName
{
border-color: #C341CD;
}
.TagClassName
{
border-color: #C341CD;
}
</style>