Shades of Fuchsia #C634CE
Tints of Fuchsia #C634CE
RGB
CMYK
RGB Variations
Color information
#C634CE (or 0xC634CE) is known color: Fuchsia. HEX triplet: C6, 34 and CE. RGB value is (198,52,206). Sum of RGB (Red+Green+Blue) = 198+52+206=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C634CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634CE is #39CB31. Grayscale: #707070. Windows color (decimal): -3787570 or 13513926. OLE color: 13513926.
HSL color Cylindrical-coordinate representation of color #C634CE: hue angle of 296.88º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C634CE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 52 | 206 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.88º | 0.61% | 0.51% | - |
| HSV(B) | 296.88º | 0.75% | 0.81% | - |
| XYZ | 35.66 | 18.92 | 60.16 | - |
| YUV | 113.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 206 | 0.04 | 0.75 | 0 | 0.19 | 296.88 | 0.61 | 0.51 |
| Hex | C6 | 34 | CE | 4 | 4B | 0 | 13 | 129 | 3D | 33 |
| Octal | 306 | 64 | 316 | 4 | 113 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000110 | 110100 | 11001110 | 100 | 1001011 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C634CE
Complementary color
Monochromatic Colors of #C634CE
Black with #C634CE
Text Example
Text Example
White with #C634CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634CE; }
p { color: rgb(198,52,206); }
H1.HeaderClassName
{
color: #C634CE;
}
.AnyTagClassName
{
color: #C634CE;
}
</style>
background-color css
<style>
a { background-color: #C634CE; }
a { background-color: rgb(198,52,206); }
div.DivClassName
{
background-color: #C634CE;
}
.BgClassName
{
background-color: #C634CE;
}
</style>
border-color css
<style>
span { border-color: #C634CE; }
span { border-color: rgb(198,52,206); }
td.TdClassName
{
border-color: #C634CE;
}
.TagClassName
{
border-color: #C634CE;
}
</style>