Shades of Fuchsia #C84ACF
Tints of Fuchsia #C84ACF
RGB
CMYK
RGB Variations
Color information
#C84ACF (or 0xC84ACF) is known color: Fuchsia. HEX triplet: C8, 4A and CF. RGB value is (200,74,207). Sum of RGB (Red+Green+Blue) = 200+74+207=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C84ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACF is #37B530. Grayscale: #7E7E7E. Windows color (decimal): -3650865 or 13585096. OLE color: 13585096.
HSL color Cylindrical-coordinate representation of color #C84ACF: hue angle of 296.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 74 | 207 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.19 |
| HSL | 296.84º | 0.58% | 0.55% | - |
| HSV(B) | 296.84º | 0.64% | 0.81% | - |
| XYZ | 37.53 | 21.68 | 61.24 | - |
| YUV | 126.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 207 | 0.03 | 0.64 | 0 | 0.19 | 296.84 | 0.58 | 0.55 |
| Hex | C8 | 4A | CF | 3 | 40 | 0 | 13 | 129 | 3A | 37 |
| Octal | 310 | 112 | 317 | 3 | 100 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001000 | 1001010 | 11001111 | 11 | 1000000 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C84ACF
Complementary color
Monochromatic Colors of #C84ACF
Black with #C84ACF
Text Example
Text Example
White with #C84ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ACF; }
p { color: rgb(200,74,207); }
H1.HeaderClassName
{
color: #C84ACF;
}
.AnyTagClassName
{
color: #C84ACF;
}
</style>
background-color css
<style>
a { background-color: #C84ACF; }
a { background-color: rgb(200,74,207); }
div.DivClassName
{
background-color: #C84ACF;
}
.BgClassName
{
background-color: #C84ACF;
}
</style>
border-color css
<style>
span { border-color: #C84ACF; }
span { border-color: rgb(200,74,207); }
td.TdClassName
{
border-color: #C84ACF;
}
.TagClassName
{
border-color: #C84ACF;
}
</style>