Shades of Fuchsia #C334B2
Tints of Fuchsia #C334B2
RGB
CMYK
RGB Variations
Color information
#C334B2 (or 0xC334B2) is known color: Fuchsia. HEX triplet: C3, 34 and B2. RGB value is (195,52,178). Sum of RGB (Red+Green+Blue) = 195+52+178=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C334B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C334B2 is #3CCB4D. Grayscale: #6C6C6C. Windows color (decimal): -3984206 or 11678915. OLE color: 11678915.
HSL color Cylindrical-coordinate representation of color #C334B2: hue angle of 307.13º 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 #C334B2 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 178 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.24 |
| HSL | 307.13º | 0.58% | 0.48% | - |
| HSV(B) | 307.13º | 0.73% | 0.76% | - |
| XYZ | 31.77 | 17.27 | 43.78 | - |
| YUV | 109.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 178 | 0 | 0.73 | 0.09 | 0.24 | 307.13 | 0.58 | 0.48 |
| Hex | C3 | 34 | B2 | 0 | 49 | 9 | 18 | 133 | 3A | 30 |
| Octal | 303 | 64 | 262 | 0 | 111 | 11 | 30 | 463 | 72 | 60 |
| Binary | 11000011 | 110100 | 10110010 | 0 | 1001001 | 1001 | 11000 | 100110011 | 111010 | 110000 |
Color Harmonies of #C334B2
Complementary color
Monochromatic Colors of #C334B2
Black with #C334B2
Text Example
Text Example
White with #C334B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334B2; }
p { color: rgb(195,52,178); }
H1.HeaderClassName
{
color: #C334B2;
}
.AnyTagClassName
{
color: #C334B2;
}
</style>
background-color css
<style>
a { background-color: #C334B2; }
a { background-color: rgb(195,52,178); }
div.DivClassName
{
background-color: #C334B2;
}
.BgClassName
{
background-color: #C334B2;
}
</style>
border-color css
<style>
span { border-color: #C334B2; }
span { border-color: rgb(195,52,178); }
td.TdClassName
{
border-color: #C334B2;
}
.TagClassName
{
border-color: #C334B2;
}
</style>