Shades of Fuchsia #C629BB
Tints of Fuchsia #C629BB
RGB
CMYK
RGB Variations
Color information
#C629BB (or 0xC629BB) is known color: Fuchsia. HEX triplet: C6, 29 and BB. RGB value is (198,41,187). Sum of RGB (Red+Green+Blue) = 198+41+187=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C629BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629BB is #39D644. Grayscale: #686868. Windows color (decimal): -3790405 or 12265926. OLE color: 12265926.
HSL color Cylindrical-coordinate representation of color #C629BB: hue angle of 304.2º 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 #C629BB is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 187 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.22 |
| HSL | 304.2º | 0.66% | 0.47% | - |
| HSV(B) | 304.2º | 0.79% | 0.78% | - |
| XYZ | 33.05 | 17.18 | 48.59 | - |
| YUV | 104.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 187 | 0 | 0.79 | 0.06 | 0.22 | 304.2 | 0.66 | 0.47 |
| Hex | C6 | 29 | BB | 0 | 4F | 6 | 16 | 130 | 42 | 2F |
| Octal | 306 | 51 | 273 | 0 | 117 | 6 | 26 | 460 | 102 | 57 |
| Binary | 11000110 | 101001 | 10111011 | 0 | 1001111 | 110 | 10110 | 100110000 | 1000010 | 101111 |
Color Harmonies of #C629BB
Complementary color
Monochromatic Colors of #C629BB
Black with #C629BB
Text Example
Text Example
White with #C629BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629BB; }
p { color: rgb(198,41,187); }
H1.HeaderClassName
{
color: #C629BB;
}
.AnyTagClassName
{
color: #C629BB;
}
</style>
background-color css
<style>
a { background-color: #C629BB; }
a { background-color: rgb(198,41,187); }
div.DivClassName
{
background-color: #C629BB;
}
.BgClassName
{
background-color: #C629BB;
}
</style>
border-color css
<style>
span { border-color: #C629BB; }
span { border-color: rgb(198,41,187); }
td.TdClassName
{
border-color: #C629BB;
}
.TagClassName
{
border-color: #C629BB;
}
</style>