Shades of Fuchsia #C84ACB
Tints of Fuchsia #C84ACB
RGB
CMYK
RGB Variations
Color information
#C84ACB (or 0xC84ACB) is known color: Fuchsia. HEX triplet: C8, 4A and CB. RGB value is (200,74,203). Sum of RGB (Red+Green+Blue) = 200+74+203=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C84ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACB is #37B534. Grayscale: #7D7D7D. Windows color (decimal): -3650869 or 13322952. OLE color: 13322952.
HSL color Cylindrical-coordinate representation of color #C84ACB: hue angle of 298.6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 74 | 203 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.20 |
| HSL | 298.6º | 0.55% | 0.54% | - |
| HSV(B) | 298.6º | 0.64% | 0.8% | - |
| XYZ | 37.05 | 21.49 | 58.7 | - |
| YUV | 126.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 203 | 0.01 | 0.64 | 0 | 0.20 | 298.6 | 0.55 | 0.54 |
| Hex | C8 | 4A | CB | 1 | 40 | 0 | 14 | 12B | 37 | 36 |
| Octal | 310 | 112 | 313 | 1 | 100 | 0 | 24 | 453 | 67 | 66 |
| Binary | 11001000 | 1001010 | 11001011 | 1 | 1000000 | 0 | 10100 | 100101011 | 110111 | 110110 |
Color Harmonies of #C84ACB
Complementary color
Monochromatic Colors of #C84ACB
Black with #C84ACB
Text Example
Text Example
White with #C84ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ACB; }
p { color: rgb(200,74,203); }
H1.HeaderClassName
{
color: #C84ACB;
}
.AnyTagClassName
{
color: #C84ACB;
}
</style>
background-color css
<style>
a { background-color: #C84ACB; }
a { background-color: rgb(200,74,203); }
div.DivClassName
{
background-color: #C84ACB;
}
.BgClassName
{
background-color: #C84ACB;
}
</style>
border-color css
<style>
span { border-color: #C84ACB; }
span { border-color: rgb(200,74,203); }
td.TdClassName
{
border-color: #C84ACB;
}
.TagClassName
{
border-color: #C84ACB;
}
</style>