Shades of Fuchsia #C335CF
Tints of Fuchsia #C335CF
RGB
CMYK
RGB Variations
Color information
#C335CF (or 0xC335CF) is known color: Fuchsia. HEX triplet: C3, 35 and CF. RGB value is (195,53,207). Sum of RGB (Red+Green+Blue) = 195+53+207=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C335CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335CF is #3CCA30. Grayscale: #707070. Windows color (decimal): -3983921 or 13579715. OLE color: 13579715.
HSL color Cylindrical-coordinate representation of color #C335CF: hue angle of 295.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C335CF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 53 | 207 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.19 |
| HSL | 295.32º | 0.62% | 0.51% | - |
| HSV(B) | 295.32º | 0.74% | 0.81% | - |
| XYZ | 35.04 | 18.65 | 60.79 | - |
| YUV | 113.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 207 | 0.06 | 0.74 | 0 | 0.19 | 295.32 | 0.62 | 0.51 |
| Hex | C3 | 35 | CF | 6 | 4A | 0 | 13 | 127 | 3E | 33 |
| Octal | 303 | 65 | 317 | 6 | 112 | 0 | 23 | 447 | 76 | 63 |
| Binary | 11000011 | 110101 | 11001111 | 110 | 1001010 | 0 | 10011 | 100100111 | 111110 | 110011 |
Color Harmonies of #C335CF
Complementary color
Monochromatic Colors of #C335CF
Black with #C335CF
Text Example
Text Example
White with #C335CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335CF; }
p { color: rgb(195,53,207); }
H1.HeaderClassName
{
color: #C335CF;
}
.AnyTagClassName
{
color: #C335CF;
}
</style>
background-color css
<style>
a { background-color: #C335CF; }
a { background-color: rgb(195,53,207); }
div.DivClassName
{
background-color: #C335CF;
}
.BgClassName
{
background-color: #C335CF;
}
</style>
border-color css
<style>
span { border-color: #C335CF; }
span { border-color: rgb(195,53,207); }
td.TdClassName
{
border-color: #C335CF;
}
.TagClassName
{
border-color: #C335CF;
}
</style>