Shades of Fuchsia #C628B2
Tints of Fuchsia #C628B2
RGB
CMYK
RGB Variations
Color information
#C628B2 (or 0xC628B2) is known color: Fuchsia. HEX triplet: C6, 28 and B2. RGB value is (198,40,178). Sum of RGB (Red+Green+Blue) = 198+40+178=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C628B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C628B2 is #39D74D. Grayscale: #666666. Windows color (decimal): -3790670 or 11675846. OLE color: 11675846.
HSL color Cylindrical-coordinate representation of color #C628B2: hue angle of 307.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C628B2 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 178 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.22 |
| HSL | 307.59º | 0.66% | 0.47% | - |
| HSV(B) | 307.59º | 0.8% | 0.78% | - |
| XYZ | 32.08 | 16.74 | 43.66 | - |
| YUV | 102.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 178 | 0 | 0.80 | 0.10 | 0.22 | 307.59 | 0.66 | 0.47 |
| Hex | C6 | 28 | B2 | 0 | 50 | A | 16 | 134 | 42 | 2F |
| Octal | 306 | 50 | 262 | 0 | 120 | 12 | 26 | 464 | 102 | 57 |
| Binary | 11000110 | 101000 | 10110010 | 0 | 1010000 | 1010 | 10110 | 100110100 | 1000010 | 101111 |
Color Harmonies of #C628B2
Complementary color
Monochromatic Colors of #C628B2
Black with #C628B2
Text Example
Text Example
White with #C628B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628B2; }
p { color: rgb(198,40,178); }
H1.HeaderClassName
{
color: #C628B2;
}
.AnyTagClassName
{
color: #C628B2;
}
</style>
background-color css
<style>
a { background-color: #C628B2; }
a { background-color: rgb(198,40,178); }
div.DivClassName
{
background-color: #C628B2;
}
.BgClassName
{
background-color: #C628B2;
}
</style>
border-color css
<style>
span { border-color: #C628B2; }
span { border-color: rgb(198,40,178); }
td.TdClassName
{
border-color: #C628B2;
}
.TagClassName
{
border-color: #C628B2;
}
</style>