Shades of Fuchsia #C334B3
Tints of Fuchsia #C334B3
RGB
CMYK
RGB Variations
Color information
#C334B3 (or 0xC334B3) is known color: Fuchsia. HEX triplet: C3, 34 and B3. RGB value is (195,52,179). Sum of RGB (Red+Green+Blue) = 195+52+179=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C334B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334B3 is #3CCB4C. Grayscale: #6C6C6C. Windows color (decimal): -3984205 or 11744451. OLE color: 11744451.
HSL color Cylindrical-coordinate representation of color #C334B3: hue angle of 306.71º 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 #C334B3 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 179 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.24 |
| HSL | 306.71º | 0.58% | 0.48% | - |
| HSV(B) | 306.71º | 0.73% | 0.76% | - |
| XYZ | 31.87 | 17.31 | 44.31 | - |
| YUV | 109.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 179 | 0 | 0.73 | 0.08 | 0.24 | 306.71 | 0.58 | 0.48 |
| Hex | C3 | 34 | B3 | 0 | 49 | 8 | 18 | 133 | 3A | 30 |
| Octal | 303 | 64 | 263 | 0 | 111 | 10 | 30 | 463 | 72 | 60 |
| Binary | 11000011 | 110100 | 10110011 | 0 | 1001001 | 1000 | 11000 | 100110011 | 111010 | 110000 |
Color Harmonies of #C334B3
Complementary color
Monochromatic Colors of #C334B3
Black with #C334B3
Text Example
Text Example
White with #C334B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334B3; }
p { color: rgb(195,52,179); }
H1.HeaderClassName
{
color: #C334B3;
}
.AnyTagClassName
{
color: #C334B3;
}
</style>
background-color css
<style>
a { background-color: #C334B3; }
a { background-color: rgb(195,52,179); }
div.DivClassName
{
background-color: #C334B3;
}
.BgClassName
{
background-color: #C334B3;
}
</style>
border-color css
<style>
span { border-color: #C334B3; }
span { border-color: rgb(195,52,179); }
td.TdClassName
{
border-color: #C334B3;
}
.TagClassName
{
border-color: #C334B3;
}
</style>