Shades of Fuchsia #C629B8
Tints of Fuchsia #C629B8
RGB
CMYK
RGB Variations
Color information
#C629B8 (or 0xC629B8) is known color: Fuchsia. HEX triplet: C6, 29 and B8. RGB value is (198,41,184). Sum of RGB (Red+Green+Blue) = 198+41+184=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C629B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629B8 is #39D647. Grayscale: #676767. Windows color (decimal): -3790408 or 12069318. OLE color: 12069318.
HSL color Cylindrical-coordinate representation of color #C629B8: hue angle of 305.35º 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 #C629B8 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 184 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.22 |
| HSL | 305.35º | 0.66% | 0.47% | - |
| HSV(B) | 305.35º | 0.79% | 0.78% | - |
| XYZ | 32.73 | 17.05 | 46.91 | - |
| YUV | 104.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 184 | 0 | 0.79 | 0.07 | 0.22 | 305.35 | 0.66 | 0.47 |
| Hex | C6 | 29 | B8 | 0 | 4F | 7 | 16 | 131 | 42 | 2F |
| Octal | 306 | 51 | 270 | 0 | 117 | 7 | 26 | 461 | 102 | 57 |
| Binary | 11000110 | 101001 | 10111000 | 0 | 1001111 | 111 | 10110 | 100110001 | 1000010 | 101111 |
Color Harmonies of #C629B8
Complementary color
Monochromatic Colors of #C629B8
Black with #C629B8
Text Example
Text Example
White with #C629B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629B8; }
p { color: rgb(198,41,184); }
H1.HeaderClassName
{
color: #C629B8;
}
.AnyTagClassName
{
color: #C629B8;
}
</style>
background-color css
<style>
a { background-color: #C629B8; }
a { background-color: rgb(198,41,184); }
div.DivClassName
{
background-color: #C629B8;
}
.BgClassName
{
background-color: #C629B8;
}
</style>
border-color css
<style>
span { border-color: #C629B8; }
span { border-color: rgb(198,41,184); }
td.TdClassName
{
border-color: #C629B8;
}
.TagClassName
{
border-color: #C629B8;
}
</style>