Shades of Fuchsia #C334B1
Tints of Fuchsia #C334B1
RGB
CMYK
RGB Variations
Color information
#C334B1 (or 0xC334B1) is known color: Fuchsia. HEX triplet: C3, 34 and B1. RGB value is (195,52,177). Sum of RGB (Red+Green+Blue) = 195+52+177=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C334B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C334B1 is #3CCB4E. Grayscale: #6C6C6C. Windows color (decimal): -3984207 or 11613379. OLE color: 11613379.
HSL color Cylindrical-coordinate representation of color #C334B1: hue angle of 307.55º 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 #C334B1 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 177 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.24 |
| HSL | 307.55º | 0.58% | 0.48% | - |
| HSV(B) | 307.55º | 0.73% | 0.76% | - |
| XYZ | 31.67 | 17.23 | 43.25 | - |
| YUV | 109.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 177 | 0 | 0.73 | 0.09 | 0.24 | 307.55 | 0.58 | 0.48 |
| Hex | C3 | 34 | B1 | 0 | 49 | 9 | 18 | 134 | 3A | 30 |
| Octal | 303 | 64 | 261 | 0 | 111 | 11 | 30 | 464 | 72 | 60 |
| Binary | 11000011 | 110100 | 10110001 | 0 | 1001001 | 1001 | 11000 | 100110100 | 111010 | 110000 |
Color Harmonies of #C334B1
Complementary color
Monochromatic Colors of #C334B1
Black with #C334B1
Text Example
Text Example
White with #C334B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334B1; }
p { color: rgb(195,52,177); }
H1.HeaderClassName
{
color: #C334B1;
}
.AnyTagClassName
{
color: #C334B1;
}
</style>
background-color css
<style>
a { background-color: #C334B1; }
a { background-color: rgb(195,52,177); }
div.DivClassName
{
background-color: #C334B1;
}
.BgClassName
{
background-color: #C334B1;
}
</style>
border-color css
<style>
span { border-color: #C334B1; }
span { border-color: rgb(195,52,177); }
td.TdClassName
{
border-color: #C334B1;
}
.TagClassName
{
border-color: #C334B1;
}
</style>