Shades of Fuchsia #C334C9
Tints of Fuchsia #C334C9
RGB
CMYK
RGB Variations
Color information
#C334C9 (or 0xC334C9) is known color: Fuchsia. HEX triplet: C3, 34 and C9. RGB value is (195,52,201). Sum of RGB (Red+Green+Blue) = 195+52+201=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #C334C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334C9 is #3CCB36. Grayscale: #6F6F6F. Windows color (decimal): -3984183 or 13186243. OLE color: 13186243.
HSL color Cylindrical-coordinate representation of color #C334C9: hue angle of 297.58º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C334C9 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 52 | 201 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.21 |
| HSL | 297.58º | 0.59% | 0.5% | - |
| HSV(B) | 297.58º | 0.74% | 0.79% | - |
| XYZ | 34.28 | 18.28 | 56.98 | - |
| YUV | 111.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 201 | 0.03 | 0.74 | 0 | 0.21 | 297.58 | 0.59 | 0.5 |
| Hex | C3 | 34 | C9 | 3 | 4A | 0 | 15 | 12A | 3B | 32 |
| Octal | 303 | 64 | 311 | 3 | 112 | 0 | 25 | 452 | 73 | 62 |
| Binary | 11000011 | 110100 | 11001001 | 11 | 1001010 | 0 | 10101 | 100101010 | 111011 | 110010 |
Color Harmonies of #C334C9
Complementary color
Monochromatic Colors of #C334C9
Black with #C334C9
Text Example
Text Example
White with #C334C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334C9; }
p { color: rgb(195,52,201); }
H1.HeaderClassName
{
color: #C334C9;
}
.AnyTagClassName
{
color: #C334C9;
}
</style>
background-color css
<style>
a { background-color: #C334C9; }
a { background-color: rgb(195,52,201); }
div.DivClassName
{
background-color: #C334C9;
}
.BgClassName
{
background-color: #C334C9;
}
</style>
border-color css
<style>
span { border-color: #C334C9; }
span { border-color: rgb(195,52,201); }
td.TdClassName
{
border-color: #C334C9;
}
.TagClassName
{
border-color: #C334C9;
}
</style>