Shades of Fuchsia #C634C8
Tints of Fuchsia #C634C8
RGB
CMYK
RGB Variations
Color information
#C634C8 (or 0xC634C8) is known color: Fuchsia. HEX triplet: C6, 34 and C8. RGB value is (198,52,200). Sum of RGB (Red+Green+Blue) = 198+52+200=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #C634C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634C8 is #39CB37. Grayscale: #707070. Windows color (decimal): -3787576 or 13120710. OLE color: 13120710.
HSL color Cylindrical-coordinate representation of color #C634C8: hue angle of 299.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C634C8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 200 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.22 |
| HSL | 299.19º | 0.59% | 0.49% | - |
| HSV(B) | 299.19º | 0.74% | 0.78% | - |
| XYZ | 34.94 | 18.63 | 56.4 | - |
| YUV | 112.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 200 | 0.01 | 0.74 | 0 | 0.22 | 299.19 | 0.59 | 0.49 |
| Hex | C6 | 34 | C8 | 1 | 4A | 0 | 16 | 12B | 3B | 31 |
| Octal | 306 | 64 | 310 | 1 | 112 | 0 | 26 | 453 | 73 | 61 |
| Binary | 11000110 | 110100 | 11001000 | 1 | 1001010 | 0 | 10110 | 100101011 | 111011 | 110001 |
Color Harmonies of #C634C8
Complementary color
Monochromatic Colors of #C634C8
Black with #C634C8
Text Example
Text Example
White with #C634C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634C8; }
p { color: rgb(198,52,200); }
H1.HeaderClassName
{
color: #C634C8;
}
.AnyTagClassName
{
color: #C634C8;
}
</style>
background-color css
<style>
a { background-color: #C634C8; }
a { background-color: rgb(198,52,200); }
div.DivClassName
{
background-color: #C634C8;
}
.BgClassName
{
background-color: #C634C8;
}
</style>
border-color css
<style>
span { border-color: #C634C8; }
span { border-color: rgb(198,52,200); }
td.TdClassName
{
border-color: #C634C8;
}
.TagClassName
{
border-color: #C634C8;
}
</style>