Shades of Fuchsia #C335B4
Tints of Fuchsia #C335B4
RGB
CMYK
RGB Variations
Color information
#C335B4 (or 0xC335B4) is known color: Fuchsia. HEX triplet: C3, 35 and B4. RGB value is (195,53,180). Sum of RGB (Red+Green+Blue) = 195+53+180=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C335B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335B4 is #3CCA4B. Grayscale: #6D6D6D. Windows color (decimal): -3983948 or 11810243. OLE color: 11810243.
HSL color Cylindrical-coordinate representation of color #C335B4: hue angle of 306.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335B4 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 180 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.24 |
| HSL | 306.34º | 0.57% | 0.49% | - |
| HSV(B) | 306.34º | 0.73% | 0.76% | - |
| XYZ | 32.02 | 17.44 | 44.86 | - |
| YUV | 109.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 180 | 0 | 0.73 | 0.08 | 0.24 | 306.34 | 0.57 | 0.49 |
| Hex | C3 | 35 | B4 | 0 | 49 | 8 | 18 | 132 | 39 | 31 |
| Octal | 303 | 65 | 264 | 0 | 111 | 10 | 30 | 462 | 71 | 61 |
| Binary | 11000011 | 110101 | 10110100 | 0 | 1001001 | 1000 | 11000 | 100110010 | 111001 | 110001 |
Color Harmonies of #C335B4
Complementary color
Monochromatic Colors of #C335B4
Black with #C335B4
Text Example
Text Example
White with #C335B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335B4; }
p { color: rgb(195,53,180); }
H1.HeaderClassName
{
color: #C335B4;
}
.AnyTagClassName
{
color: #C335B4;
}
</style>
background-color css
<style>
a { background-color: #C335B4; }
a { background-color: rgb(195,53,180); }
div.DivClassName
{
background-color: #C335B4;
}
.BgClassName
{
background-color: #C335B4;
}
</style>
border-color css
<style>
span { border-color: #C335B4; }
span { border-color: rgb(195,53,180); }
td.TdClassName
{
border-color: #C335B4;
}
.TagClassName
{
border-color: #C335B4;
}
</style>