Shades of Fuchsia #C635C8
Tints of Fuchsia #C635C8
RGB
CMYK
RGB Variations
Color information
#C635C8 (or 0xC635C8) is known color: Fuchsia. HEX triplet: C6, 35 and C8. RGB value is (198,53,200). Sum of RGB (Red+Green+Blue) = 198+53+200=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #C635C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635C8 is #39CA37. Grayscale: #707070. Windows color (decimal): -3787320 or 13120966. OLE color: 13120966.
HSL color Cylindrical-coordinate representation of color #C635C8: hue angle of 299.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C635C8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 200 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.22 |
| HSL | 299.18º | 0.58% | 0.5% | - |
| HSV(B) | 299.18º | 0.74% | 0.78% | - |
| XYZ | 34.99 | 18.72 | 56.41 | - |
| YUV | 113.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 200 | 0.01 | 0.74 | 0 | 0.22 | 299.18 | 0.58 | 0.5 |
| Hex | C6 | 35 | C8 | 1 | 4A | 0 | 16 | 12B | 3A | 32 |
| Octal | 306 | 65 | 310 | 1 | 112 | 0 | 26 | 453 | 72 | 62 |
| Binary | 11000110 | 110101 | 11001000 | 1 | 1001010 | 0 | 10110 | 100101011 | 111010 | 110010 |
Color Harmonies of #C635C8
Complementary color
Monochromatic Colors of #C635C8
Black with #C635C8
Text Example
Text Example
White with #C635C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635C8; }
p { color: rgb(198,53,200); }
H1.HeaderClassName
{
color: #C635C8;
}
.AnyTagClassName
{
color: #C635C8;
}
</style>
background-color css
<style>
a { background-color: #C635C8; }
a { background-color: rgb(198,53,200); }
div.DivClassName
{
background-color: #C635C8;
}
.BgClassName
{
background-color: #C635C8;
}
</style>
border-color css
<style>
span { border-color: #C635C8; }
span { border-color: rgb(198,53,200); }
td.TdClassName
{
border-color: #C635C8;
}
.TagClassName
{
border-color: #C635C8;
}
</style>