Shades of Fuchsia #C334BC
Tints of Fuchsia #C334BC
RGB
CMYK
RGB Variations
Color information
#C334BC (or 0xC334BC) is known color: Fuchsia. HEX triplet: C3, 34 and BC. RGB value is (195,52,188). Sum of RGB (Red+Green+Blue) = 195+52+188=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BC is #3CCB43. Grayscale: #6D6D6D. Windows color (decimal): -3984196 or 12334275. OLE color: 12334275.
HSL color Cylindrical-coordinate representation of color #C334BC: hue angle of 302.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334BC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 188 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.24 |
| HSL | 302.94º | 0.58% | 0.48% | - |
| HSV(B) | 302.94º | 0.73% | 0.76% | - |
| XYZ | 32.81 | 17.69 | 49.26 | - |
| YUV | 110.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 188 | 0 | 0.73 | 0.04 | 0.24 | 302.94 | 0.58 | 0.48 |
| Hex | C3 | 34 | BC | 0 | 49 | 4 | 18 | 12F | 3A | 30 |
| Octal | 303 | 64 | 274 | 0 | 111 | 4 | 30 | 457 | 72 | 60 |
| Binary | 11000011 | 110100 | 10111100 | 0 | 1001001 | 100 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C334BC
Complementary color
Monochromatic Colors of #C334BC
Black with #C334BC
Text Example
Text Example
White with #C334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334BC; }
p { color: rgb(195,52,188); }
H1.HeaderClassName
{
color: #C334BC;
}
.AnyTagClassName
{
color: #C334BC;
}
</style>
background-color css
<style>
a { background-color: #C334BC; }
a { background-color: rgb(195,52,188); }
div.DivClassName
{
background-color: #C334BC;
}
.BgClassName
{
background-color: #C334BC;
}
</style>
border-color css
<style>
span { border-color: #C334BC; }
span { border-color: rgb(195,52,188); }
td.TdClassName
{
border-color: #C334BC;
}
.TagClassName
{
border-color: #C334BC;
}
</style>