Shades of Fuchsia #C635CF
Tints of Fuchsia #C635CF
RGB
CMYK
RGB Variations
Color information
#C635CF (or 0xC635CF) is known color: Fuchsia. HEX triplet: C6, 35 and CF. RGB value is (198,53,207). Sum of RGB (Red+Green+Blue) = 198+53+207=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C635CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635CF is #39CA30. Grayscale: #717171. Windows color (decimal): -3787313 or 13579718. OLE color: 13579718.
HSL color Cylindrical-coordinate representation of color #C635CF: hue angle of 296.49º 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 #C635CF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 53 | 207 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.19 |
| HSL | 296.49º | 0.62% | 0.51% | - |
| HSV(B) | 296.49º | 0.74% | 0.81% | - |
| XYZ | 35.82 | 19.06 | 60.82 | - |
| YUV | 113.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 207 | 0.04 | 0.74 | 0 | 0.19 | 296.49 | 0.62 | 0.51 |
| Hex | C6 | 35 | CF | 4 | 4A | 0 | 13 | 128 | 3E | 33 |
| Octal | 306 | 65 | 317 | 4 | 112 | 0 | 23 | 450 | 76 | 63 |
| Binary | 11000110 | 110101 | 11001111 | 100 | 1001010 | 0 | 10011 | 100101000 | 111110 | 110011 |
Color Harmonies of #C635CF
Complementary color
Monochromatic Colors of #C635CF
Black with #C635CF
Text Example
Text Example
White with #C635CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635CF; }
p { color: rgb(198,53,207); }
H1.HeaderClassName
{
color: #C635CF;
}
.AnyTagClassName
{
color: #C635CF;
}
</style>
background-color css
<style>
a { background-color: #C635CF; }
a { background-color: rgb(198,53,207); }
div.DivClassName
{
background-color: #C635CF;
}
.BgClassName
{
background-color: #C635CF;
}
</style>
border-color css
<style>
span { border-color: #C635CF; }
span { border-color: rgb(198,53,207); }
td.TdClassName
{
border-color: #C635CF;
}
.TagClassName
{
border-color: #C635CF;
}
</style>