Shades of Fuchsia #C335B2
Tints of Fuchsia #C335B2
RGB
CMYK
RGB Variations
Color information
#C335B2 (or 0xC335B2) is known color: Fuchsia. HEX triplet: C3, 35 and B2. RGB value is (195,53,178). Sum of RGB (Red+Green+Blue) = 195+53+178=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C335B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335B2 is #3CCA4D. Grayscale: #6D6D6D. Windows color (decimal): -3983950 or 11679171. OLE color: 11679171.
HSL color Cylindrical-coordinate representation of color #C335B2: hue angle of 307.18º 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 #C335B2 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 178 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.24 |
| HSL | 307.18º | 0.57% | 0.49% | - |
| HSV(B) | 307.18º | 0.73% | 0.76% | - |
| XYZ | 31.81 | 17.36 | 43.79 | - |
| YUV | 109.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 178 | 0 | 0.73 | 0.09 | 0.24 | 307.18 | 0.57 | 0.49 |
| Hex | C3 | 35 | B2 | 0 | 49 | 9 | 18 | 133 | 39 | 31 |
| Octal | 303 | 65 | 262 | 0 | 111 | 11 | 30 | 463 | 71 | 61 |
| Binary | 11000011 | 110101 | 10110010 | 0 | 1001001 | 1001 | 11000 | 100110011 | 111001 | 110001 |
Color Harmonies of #C335B2
Complementary color
Monochromatic Colors of #C335B2
Black with #C335B2
Text Example
Text Example
White with #C335B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335B2; }
p { color: rgb(195,53,178); }
H1.HeaderClassName
{
color: #C335B2;
}
.AnyTagClassName
{
color: #C335B2;
}
</style>
background-color css
<style>
a { background-color: #C335B2; }
a { background-color: rgb(195,53,178); }
div.DivClassName
{
background-color: #C335B2;
}
.BgClassName
{
background-color: #C335B2;
}
</style>
border-color css
<style>
span { border-color: #C335B2; }
span { border-color: rgb(195,53,178); }
td.TdClassName
{
border-color: #C335B2;
}
.TagClassName
{
border-color: #C335B2;
}
</style>