Shades of Fuchsia #C831CB
Tints of Fuchsia #C831CB
RGB
CMYK
RGB Variations
Color information
#C831CB (or 0xC831CB) is known color: Fuchsia. HEX triplet: C8, 31 and CB. RGB value is (200,49,203). Sum of RGB (Red+Green+Blue) = 200+49+203=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #C831CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831CB is #37CE34. Grayscale: #6F6F6F. Windows color (decimal): -3657269 or 13316552. OLE color: 13316552.
HSL color Cylindrical-coordinate representation of color #C831CB: hue angle of 298.83º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831CB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 49 | 203 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.20 |
| HSL | 298.83º | 0.61% | 0.49% | - |
| HSV(B) | 298.83º | 0.76% | 0.8% | - |
| XYZ | 35.7 | 18.79 | 58.24 | - |
| YUV | 111.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 203 | 0.01 | 0.76 | 0 | 0.20 | 298.83 | 0.61 | 0.49 |
| Hex | C8 | 31 | CB | 1 | 4C | 0 | 14 | 12B | 3D | 31 |
| Octal | 310 | 61 | 313 | 1 | 114 | 0 | 24 | 453 | 75 | 61 |
| Binary | 11001000 | 110001 | 11001011 | 1 | 1001100 | 0 | 10100 | 100101011 | 111101 | 110001 |
Color Harmonies of #C831CB
Complementary color
Monochromatic Colors of #C831CB
Black with #C831CB
Text Example
Text Example
White with #C831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831CB; }
p { color: rgb(200,49,203); }
H1.HeaderClassName
{
color: #C831CB;
}
.AnyTagClassName
{
color: #C831CB;
}
</style>
background-color css
<style>
a { background-color: #C831CB; }
a { background-color: rgb(200,49,203); }
div.DivClassName
{
background-color: #C831CB;
}
.BgClassName
{
background-color: #C831CB;
}
</style>
border-color css
<style>
span { border-color: #C831CB; }
span { border-color: rgb(200,49,203); }
td.TdClassName
{
border-color: #C831CB;
}
.TagClassName
{
border-color: #C831CB;
}
</style>