Shades of Fuchsia #C828B4
Tints of Fuchsia #C828B4
RGB
CMYK
RGB Variations
Color information
#C828B4 (or 0xC828B4) is known color: Fuchsia. HEX triplet: C8, 28 and B4. RGB value is (200,40,180). Sum of RGB (Red+Green+Blue) = 200+40+180=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C828B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828B4 is #37D74B. Grayscale: #676767. Windows color (decimal): -3659596 or 11806920. OLE color: 11806920.
HSL color Cylindrical-coordinate representation of color #C828B4: hue angle of 307.5º degrees, saturation: 0.67, 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 #C828B4 is Cyan = 0, Magento = 0.8, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 180 | - |
| CMYK | 0 | 0.8 | 0.1 | 0.22 |
| HSL | 307.5º | 0.67% | 0.47% | - |
| HSV(B) | 307.5º | 0.8% | 0.78% | - |
| XYZ | 32.82 | 17.09 | 44.75 | - |
| YUV | 103.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 180 | 0 | 0.8 | 0.1 | 0.22 | 307.5 | 0.67 | 0.47 |
| Hex | C8 | 28 | B4 | 0 | 50 | A | 16 | 134 | 43 | 2F |
| Octal | 310 | 50 | 264 | 0 | 120 | 12 | 26 | 464 | 103 | 57 |
| Binary | 11001000 | 101000 | 10110100 | 0 | 1010000 | 1010 | 10110 | 100110100 | 1000011 | 101111 |
Color Harmonies of #C828B4
Complementary color
Monochromatic Colors of #C828B4
Black with #C828B4
Text Example
Text Example
White with #C828B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828B4; }
p { color: rgb(200,40,180); }
H1.HeaderClassName
{
color: #C828B4;
}
.AnyTagClassName
{
color: #C828B4;
}
</style>
background-color css
<style>
a { background-color: #C828B4; }
a { background-color: rgb(200,40,180); }
div.DivClassName
{
background-color: #C828B4;
}
.BgClassName
{
background-color: #C828B4;
}
</style>
border-color css
<style>
span { border-color: #C828B4; }
span { border-color: rgb(200,40,180); }
td.TdClassName
{
border-color: #C828B4;
}
.TagClassName
{
border-color: #C828B4;
}
</style>