Shades of Fuchsia #C341BC
Tints of Fuchsia #C341BC
RGB
CMYK
RGB Variations
Color information
#C341BC (or 0xC341BC) is known color: Fuchsia. HEX triplet: C3, 41 and BC. RGB value is (195,65,188). Sum of RGB (Red+Green+Blue) = 195+65+188=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C341BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341BC is #3CBE43. Grayscale: #757575. Windows color (decimal): -3980868 or 12337603. OLE color: 12337603.
HSL color Cylindrical-coordinate representation of color #C341BC: hue angle of 303.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C341BC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 188 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.24 |
| HSL | 303.23º | 0.52% | 0.51% | - |
| HSV(B) | 303.23º | 0.67% | 0.76% | - |
| XYZ | 33.47 | 19.01 | 49.48 | - |
| YUV | 117.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 188 | 0 | 0.67 | 0.04 | 0.24 | 303.23 | 0.52 | 0.51 |
| Hex | C3 | 41 | BC | 0 | 43 | 4 | 18 | 12F | 34 | 33 |
| Octal | 303 | 101 | 274 | 0 | 103 | 4 | 30 | 457 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10111100 | 0 | 1000011 | 100 | 11000 | 100101111 | 110100 | 110011 |
Color Harmonies of #C341BC
Complementary color
Monochromatic Colors of #C341BC
Black with #C341BC
Text Example
Text Example
White with #C341BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341BC; }
p { color: rgb(195,65,188); }
H1.HeaderClassName
{
color: #C341BC;
}
.AnyTagClassName
{
color: #C341BC;
}
</style>
background-color css
<style>
a { background-color: #C341BC; }
a { background-color: rgb(195,65,188); }
div.DivClassName
{
background-color: #C341BC;
}
.BgClassName
{
background-color: #C341BC;
}
</style>
border-color css
<style>
span { border-color: #C341BC; }
span { border-color: rgb(195,65,188); }
td.TdClassName
{
border-color: #C341BC;
}
.TagClassName
{
border-color: #C341BC;
}
</style>