Shades of Fuchsia #C83CB3
Tints of Fuchsia #C83CB3
RGB
CMYK
RGB Variations
Color information
#C83CB3 (or 0xC83CB3) is known color: Fuchsia. HEX triplet: C8, 3C and B3. RGB value is (200,60,179). Sum of RGB (Red+Green+Blue) = 200+60+179=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CB3 is #37C34C. Grayscale: #737373. Windows color (decimal): -3654477 or 11746504. OLE color: 11746504.
HSL color Cylindrical-coordinate representation of color #C83CB3: hue angle of 309º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83CB3 is Cyan = 0, Magento = 0.7, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 179 | - |
| CMYK | 0 | 0.7 | 0.10 | 0.22 |
| HSL | 309º | 0.56% | 0.51% | - |
| HSV(B) | 309º | 0.7% | 0.78% | - |
| XYZ | 33.57 | 18.77 | 44.5 | - |
| YUV | 115.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 179 | 0 | 0.7 | 0.10 | 0.22 | 309 | 0.56 | 0.51 |
| Hex | C8 | 3C | B3 | 0 | 46 | A | 16 | 135 | 38 | 33 |
| Octal | 310 | 74 | 263 | 0 | 106 | 12 | 26 | 465 | 70 | 63 |
| Binary | 11001000 | 111100 | 10110011 | 0 | 1000110 | 1010 | 10110 | 100110101 | 111000 | 110011 |
Color Harmonies of #C83CB3
Complementary color
Monochromatic Colors of #C83CB3
Black with #C83CB3
Text Example
Text Example
White with #C83CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CB3; }
p { color: rgb(200,60,179); }
H1.HeaderClassName
{
color: #C83CB3;
}
.AnyTagClassName
{
color: #C83CB3;
}
</style>
background-color css
<style>
a { background-color: #C83CB3; }
a { background-color: rgb(200,60,179); }
div.DivClassName
{
background-color: #C83CB3;
}
.BgClassName
{
background-color: #C83CB3;
}
</style>
border-color css
<style>
span { border-color: #C83CB3; }
span { border-color: rgb(200,60,179); }
td.TdClassName
{
border-color: #C83CB3;
}
.TagClassName
{
border-color: #C83CB3;
}
</style>