Shades of Fuchsia #C853CD
Tints of Fuchsia #C853CD
RGB
CMYK
RGB Variations
Color information
#C853CD (or 0xC853CD) is known color: Fuchsia. HEX triplet: C8, 53 and CD. RGB value is (200,83,205). Sum of RGB (Red+Green+Blue) = 200+83+205=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C853CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853CD is #37AC32. Grayscale: #838383. Windows color (decimal): -3648563 or 13456328. OLE color: 13456328.
HSL color Cylindrical-coordinate representation of color #C853CD: hue angle of 297.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C853CD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 83 | 205 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.20 |
| HSL | 297.54º | 0.55% | 0.56% | - |
| HSV(B) | 297.54º | 0.6% | 0.8% | - |
| XYZ | 37.93 | 22.87 | 60.17 | - |
| YUV | 131.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 205 | 0.02 | 0.60 | 0 | 0.20 | 297.54 | 0.55 | 0.56 |
| Hex | C8 | 53 | CD | 2 | 3C | 0 | 14 | 12A | 37 | 38 |
| Octal | 310 | 123 | 315 | 2 | 74 | 0 | 24 | 452 | 67 | 70 |
| Binary | 11001000 | 1010011 | 11001101 | 10 | 111100 | 0 | 10100 | 100101010 | 110111 | 111000 |
Color Harmonies of #C853CD
Complementary color
Monochromatic Colors of #C853CD
Black with #C853CD
Text Example
Text Example
White with #C853CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853CD; }
p { color: rgb(200,83,205); }
H1.HeaderClassName
{
color: #C853CD;
}
.AnyTagClassName
{
color: #C853CD;
}
</style>
background-color css
<style>
a { background-color: #C853CD; }
a { background-color: rgb(200,83,205); }
div.DivClassName
{
background-color: #C853CD;
}
.BgClassName
{
background-color: #C853CD;
}
</style>
border-color css
<style>
span { border-color: #C853CD; }
span { border-color: rgb(200,83,205); }
td.TdClassName
{
border-color: #C853CD;
}
.TagClassName
{
border-color: #C853CD;
}
</style>