Shades of Fuchsia #C341CB
Tints of Fuchsia #C341CB
RGB
CMYK
RGB Variations
Color information
#C341CB (or 0xC341CB) is known color: Fuchsia. HEX triplet: C3, 41 and CB. RGB value is (195,65,203). Sum of RGB (Red+Green+Blue) = 195+65+203=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C341CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341CB is #3CBE34. Grayscale: #777777. Windows color (decimal): -3980853 or 13320643. OLE color: 13320643.
HSL color Cylindrical-coordinate representation of color #C341CB: hue angle of 296.52º degrees, saturation: 0.57, 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 #C341CB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 65 | 203 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.20 |
| HSL | 296.52º | 0.57% | 0.53% | - |
| HSV(B) | 296.52º | 0.68% | 0.8% | - |
| XYZ | 35.18 | 19.69 | 58.45 | - |
| YUV | 119.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 203 | 0.04 | 0.68 | 0 | 0.20 | 296.52 | 0.57 | 0.53 |
| Hex | C3 | 41 | CB | 4 | 44 | 0 | 14 | 129 | 39 | 35 |
| Octal | 303 | 101 | 313 | 4 | 104 | 0 | 24 | 451 | 71 | 65 |
| Binary | 11000011 | 1000001 | 11001011 | 100 | 1000100 | 0 | 10100 | 100101001 | 111001 | 110101 |
Color Harmonies of #C341CB
Complementary color
Monochromatic Colors of #C341CB
Black with #C341CB
Text Example
Text Example
White with #C341CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341CB; }
p { color: rgb(195,65,203); }
H1.HeaderClassName
{
color: #C341CB;
}
.AnyTagClassName
{
color: #C341CB;
}
</style>
background-color css
<style>
a { background-color: #C341CB; }
a { background-color: rgb(195,65,203); }
div.DivClassName
{
background-color: #C341CB;
}
.BgClassName
{
background-color: #C341CB;
}
</style>
border-color css
<style>
span { border-color: #C341CB; }
span { border-color: rgb(195,65,203); }
td.TdClassName
{
border-color: #C341CB;
}
.TagClassName
{
border-color: #C341CB;
}
</style>