Shades of Fuchsia #C83BD2
Tints of Fuchsia #C83BD2
RGB
CMYK
RGB Variations
Color information
#C83BD2 (or 0xC83BD2) is known color: Fuchsia. HEX triplet: C8, 3B and D2. RGB value is (200,59,210). Sum of RGB (Red+Green+Blue) = 200+59+210=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #C83BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BD2 is #37C42D. Grayscale: #757575. Windows color (decimal): -3654702 or 13777864. OLE color: 13777864.
HSL color Cylindrical-coordinate representation of color #C83BD2: hue angle of 296.03º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83BD2 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 59 | 210 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.18 |
| HSL | 296.03º | 0.63% | 0.53% | - |
| HSV(B) | 296.03º | 0.72% | 0.82% | - |
| XYZ | 37.02 | 20.06 | 62.89 | - |
| YUV | 118.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 210 | 0.05 | 0.72 | 0 | 0.18 | 296.03 | 0.63 | 0.53 |
| Hex | C8 | 3B | D2 | 5 | 48 | 0 | 12 | 128 | 3F | 35 |
| Octal | 310 | 73 | 322 | 5 | 110 | 0 | 22 | 450 | 77 | 65 |
| Binary | 11001000 | 111011 | 11010010 | 101 | 1001000 | 0 | 10010 | 100101000 | 111111 | 110101 |
Color Harmonies of #C83BD2
Complementary color
Monochromatic Colors of #C83BD2
Black with #C83BD2
Text Example
Text Example
White with #C83BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BD2; }
p { color: rgb(200,59,210); }
H1.HeaderClassName
{
color: #C83BD2;
}
.AnyTagClassName
{
color: #C83BD2;
}
</style>
background-color css
<style>
a { background-color: #C83BD2; }
a { background-color: rgb(200,59,210); }
div.DivClassName
{
background-color: #C83BD2;
}
.BgClassName
{
background-color: #C83BD2;
}
</style>
border-color css
<style>
span { border-color: #C83BD2; }
span { border-color: rgb(200,59,210); }
td.TdClassName
{
border-color: #C83BD2;
}
.TagClassName
{
border-color: #C83BD2;
}
</style>