Shades of Fuchsia #C853CA
Tints of Fuchsia #C853CA
RGB
CMYK
RGB Variations
Color information
#C853CA (or 0xC853CA) is known color: Fuchsia. HEX triplet: C8, 53 and CA. RGB value is (200,83,202). Sum of RGB (Red+Green+Blue) = 200+83+202=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C853CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853CA is #37AC35. Grayscale: #838383. Windows color (decimal): -3648566 or 13259720. OLE color: 13259720.
HSL color Cylindrical-coordinate representation of color #C853CA: hue angle of 298.99º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C853CA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 83 | 202 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.21 |
| HSL | 298.99º | 0.53% | 0.56% | - |
| HSV(B) | 298.99º | 0.59% | 0.79% | - |
| XYZ | 37.57 | 22.73 | 58.28 | - |
| YUV | 131.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 202 | 0.01 | 0.59 | 0 | 0.21 | 298.99 | 0.53 | 0.56 |
| Hex | C8 | 53 | CA | 1 | 3B | 0 | 15 | 12B | 35 | 38 |
| Octal | 310 | 123 | 312 | 1 | 73 | 0 | 25 | 453 | 65 | 70 |
| Binary | 11001000 | 1010011 | 11001010 | 1 | 111011 | 0 | 10101 | 100101011 | 110101 | 111000 |
Color Harmonies of #C853CA
Complementary color
Monochromatic Colors of #C853CA
Black with #C853CA
Text Example
Text Example
White with #C853CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853CA; }
p { color: rgb(200,83,202); }
H1.HeaderClassName
{
color: #C853CA;
}
.AnyTagClassName
{
color: #C853CA;
}
</style>
background-color css
<style>
a { background-color: #C853CA; }
a { background-color: rgb(200,83,202); }
div.DivClassName
{
background-color: #C853CA;
}
.BgClassName
{
background-color: #C853CA;
}
</style>
border-color css
<style>
span { border-color: #C853CA; }
span { border-color: rgb(200,83,202); }
td.TdClassName
{
border-color: #C853CA;
}
.TagClassName
{
border-color: #C853CA;
}
</style>