Shades of Fuchsia #C634CF
Tints of Fuchsia #C634CF
RGB
CMYK
RGB Variations
Color information
#C634CF (or 0xC634CF) is known color: Fuchsia. HEX triplet: C6, 34 and CF. RGB value is (198,52,207). Sum of RGB (Red+Green+Blue) = 198+52+207=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C634CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634CF is #39CB30. Grayscale: #707070. Windows color (decimal): -3787569 or 13579462. OLE color: 13579462.
HSL color Cylindrical-coordinate representation of color #C634CF: hue angle of 296.52º degrees, saturation: 0.62, 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 #C634CF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 52 | 207 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.52º | 0.62% | 0.51% | - |
| HSV(B) | 296.52º | 0.75% | 0.81% | - |
| XYZ | 35.78 | 18.97 | 60.81 | - |
| YUV | 113.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 207 | 0.04 | 0.75 | 0 | 0.19 | 296.52 | 0.62 | 0.51 |
| Hex | C6 | 34 | CF | 4 | 4B | 0 | 13 | 129 | 3E | 33 |
| Octal | 306 | 64 | 317 | 4 | 113 | 0 | 23 | 451 | 76 | 63 |
| Binary | 11000110 | 110100 | 11001111 | 100 | 1001011 | 0 | 10011 | 100101001 | 111110 | 110011 |
Color Harmonies of #C634CF
Complementary color
Monochromatic Colors of #C634CF
Black with #C634CF
Text Example
Text Example
White with #C634CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634CF; }
p { color: rgb(198,52,207); }
H1.HeaderClassName
{
color: #C634CF;
}
.AnyTagClassName
{
color: #C634CF;
}
</style>
background-color css
<style>
a { background-color: #C634CF; }
a { background-color: rgb(198,52,207); }
div.DivClassName
{
background-color: #C634CF;
}
.BgClassName
{
background-color: #C634CF;
}
</style>
border-color css
<style>
span { border-color: #C634CF; }
span { border-color: rgb(198,52,207); }
td.TdClassName
{
border-color: #C634CF;
}
.TagClassName
{
border-color: #C634CF;
}
</style>