Shades of Fuchsia #C83CBC
Tints of Fuchsia #C83CBC
RGB
CMYK
RGB Variations
Color information
#C83CBC (or 0xC83CBC) is known color: Fuchsia. HEX triplet: C8, 3C and BC. RGB value is (200,60,188). Sum of RGB (Red+Green+Blue) = 200+60+188=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CBC is #37C343. Grayscale: #747474. Windows color (decimal): -3654468 or 12336328. OLE color: 12336328.
HSL color Cylindrical-coordinate representation of color #C83CBC: hue angle of 305.14º 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 #C83CBC is Cyan = 0, Magento = 0.7, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 188 | - |
| CMYK | 0 | 0.7 | 0.06 | 0.22 |
| HSL | 305.14º | 0.56% | 0.51% | - |
| HSV(B) | 305.14º | 0.7% | 0.78% | - |
| XYZ | 34.51 | 19.14 | 49.45 | - |
| YUV | 116.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 188 | 0 | 0.7 | 0.06 | 0.22 | 305.14 | 0.56 | 0.51 |
| Hex | C8 | 3C | BC | 0 | 46 | 6 | 16 | 131 | 38 | 33 |
| Octal | 310 | 74 | 274 | 0 | 106 | 6 | 26 | 461 | 70 | 63 |
| Binary | 11001000 | 111100 | 10111100 | 0 | 1000110 | 110 | 10110 | 100110001 | 111000 | 110011 |
Color Harmonies of #C83CBC
Complementary color
Monochromatic Colors of #C83CBC
Black with #C83CBC
Text Example
Text Example
White with #C83CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CBC; }
p { color: rgb(200,60,188); }
H1.HeaderClassName
{
color: #C83CBC;
}
.AnyTagClassName
{
color: #C83CBC;
}
</style>
background-color css
<style>
a { background-color: #C83CBC; }
a { background-color: rgb(200,60,188); }
div.DivClassName
{
background-color: #C83CBC;
}
.BgClassName
{
background-color: #C83CBC;
}
</style>
border-color css
<style>
span { border-color: #C83CBC; }
span { border-color: rgb(200,60,188); }
td.TdClassName
{
border-color: #C83CBC;
}
.TagClassName
{
border-color: #C83CBC;
}
</style>