Shades of Fuchsia #C629B5
Tints of Fuchsia #C629B5
RGB
CMYK
RGB Variations
Color information
#C629B5 (or 0xC629B5) is known color: Fuchsia. HEX triplet: C6, 29 and B5. RGB value is (198,41,181). Sum of RGB (Red+Green+Blue) = 198+41+181=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C629B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629B5 is #39D64A. Grayscale: #676767. Windows color (decimal): -3790411 or 11872710. OLE color: 11872710.
HSL color Cylindrical-coordinate representation of color #C629B5: hue angle of 306.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C629B5 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 181 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.22 |
| HSL | 306.5º | 0.66% | 0.47% | - |
| HSV(B) | 306.5º | 0.79% | 0.78% | - |
| XYZ | 32.42 | 16.93 | 45.27 | - |
| YUV | 103.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 181 | 0 | 0.79 | 0.09 | 0.22 | 306.5 | 0.66 | 0.47 |
| Hex | C6 | 29 | B5 | 0 | 4F | 9 | 16 | 132 | 42 | 2F |
| Octal | 306 | 51 | 265 | 0 | 117 | 11 | 26 | 462 | 102 | 57 |
| Binary | 11000110 | 101001 | 10110101 | 0 | 1001111 | 1001 | 10110 | 100110010 | 1000010 | 101111 |
Color Harmonies of #C629B5
Complementary color
Monochromatic Colors of #C629B5
Black with #C629B5
Text Example
Text Example
White with #C629B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629B5; }
p { color: rgb(198,41,181); }
H1.HeaderClassName
{
color: #C629B5;
}
.AnyTagClassName
{
color: #C629B5;
}
</style>
background-color css
<style>
a { background-color: #C629B5; }
a { background-color: rgb(198,41,181); }
div.DivClassName
{
background-color: #C629B5;
}
.BgClassName
{
background-color: #C629B5;
}
</style>
border-color css
<style>
span { border-color: #C629B5; }
span { border-color: rgb(198,41,181); }
td.TdClassName
{
border-color: #C629B5;
}
.TagClassName
{
border-color: #C629B5;
}
</style>