Shades of Fuchsia #C334C7
Tints of Fuchsia #C334C7
RGB
CMYK
RGB Variations
Color information
#C334C7 (or 0xC334C7) is known color: Fuchsia. HEX triplet: C3, 34 and C7. RGB value is (195,52,199). Sum of RGB (Red+Green+Blue) = 195+52+199=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #C334C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334C7 is #3CCB38. Grayscale: #6F6F6F. Windows color (decimal): -3984185 or 13055171. OLE color: 13055171.
HSL color Cylindrical-coordinate representation of color #C334C7: hue angle of 298.37º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C334C7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 52 | 199 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.22 |
| HSL | 298.37º | 0.59% | 0.49% | - |
| HSV(B) | 298.37º | 0.74% | 0.78% | - |
| XYZ | 34.04 | 18.18 | 55.75 | - |
| YUV | 111.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 199 | 0.02 | 0.74 | 0 | 0.22 | 298.37 | 0.59 | 0.49 |
| Hex | C3 | 34 | C7 | 2 | 4A | 0 | 16 | 12A | 3B | 31 |
| Octal | 303 | 64 | 307 | 2 | 112 | 0 | 26 | 452 | 73 | 61 |
| Binary | 11000011 | 110100 | 11000111 | 10 | 1001010 | 0 | 10110 | 100101010 | 111011 | 110001 |
Color Harmonies of #C334C7
Complementary color
Monochromatic Colors of #C334C7
Black with #C334C7
Text Example
Text Example
White with #C334C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334C7; }
p { color: rgb(195,52,199); }
H1.HeaderClassName
{
color: #C334C7;
}
.AnyTagClassName
{
color: #C334C7;
}
</style>
background-color css
<style>
a { background-color: #C334C7; }
a { background-color: rgb(195,52,199); }
div.DivClassName
{
background-color: #C334C7;
}
.BgClassName
{
background-color: #C334C7;
}
</style>
border-color css
<style>
span { border-color: #C334C7; }
span { border-color: rgb(195,52,199); }
td.TdClassName
{
border-color: #C334C7;
}
.TagClassName
{
border-color: #C334C7;
}
</style>