Shades of Fuchsia #C84BCB
Tints of Fuchsia #C84BCB
RGB
CMYK
RGB Variations
Color information
#C84BCB (or 0xC84BCB) is known color: Fuchsia. HEX triplet: C8, 4B and CB. RGB value is (200,75,203). Sum of RGB (Red+Green+Blue) = 200+75+203=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C84BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BCB is #37B434. Grayscale: #7E7E7E. Windows color (decimal): -3650613 or 13323208. OLE color: 13323208.
HSL color Cylindrical-coordinate representation of color #C84BCB: hue angle of 298.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84BCB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 75 | 203 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.20 |
| HSL | 298.59º | 0.55% | 0.55% | - |
| HSV(B) | 298.59º | 0.63% | 0.8% | - |
| XYZ | 37.11 | 21.62 | 58.72 | - |
| YUV | 126.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 203 | 0.01 | 0.63 | 0 | 0.20 | 298.59 | 0.55 | 0.55 |
| Hex | C8 | 4B | CB | 1 | 3F | 0 | 14 | 12B | 37 | 37 |
| Octal | 310 | 113 | 313 | 1 | 77 | 0 | 24 | 453 | 67 | 67 |
| Binary | 11001000 | 1001011 | 11001011 | 1 | 111111 | 0 | 10100 | 100101011 | 110111 | 110111 |
Color Harmonies of #C84BCB
Complementary color
Monochromatic Colors of #C84BCB
Black with #C84BCB
Text Example
Text Example
White with #C84BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BCB; }
p { color: rgb(200,75,203); }
H1.HeaderClassName
{
color: #C84BCB;
}
.AnyTagClassName
{
color: #C84BCB;
}
</style>
background-color css
<style>
a { background-color: #C84BCB; }
a { background-color: rgb(200,75,203); }
div.DivClassName
{
background-color: #C84BCB;
}
.BgClassName
{
background-color: #C84BCB;
}
</style>
border-color css
<style>
span { border-color: #C84BCB; }
span { border-color: rgb(200,75,203); }
td.TdClassName
{
border-color: #C84BCB;
}
.TagClassName
{
border-color: #C84BCB;
}
</style>