Shades of Fuchsia #C838CA
Tints of Fuchsia #C838CA
RGB
CMYK
RGB Variations
Color information
#C838CA (or 0xC838CA) is known color: Fuchsia. HEX triplet: C8, 38 and CA. RGB value is (200,56,202). Sum of RGB (Red+Green+Blue) = 200+56+202=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C838CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838CA is #37C735. Grayscale: #737373. Windows color (decimal): -3655478 or 13252808. OLE color: 13252808.
HSL color Cylindrical-coordinate representation of color #C838CA: hue angle of 299.18º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C838CA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 56 | 202 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.21 |
| HSL | 299.18º | 0.58% | 0.51% | - |
| HSV(B) | 299.18º | 0.72% | 0.79% | - |
| XYZ | 35.89 | 19.37 | 57.72 | - |
| YUV | 115.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 202 | 0.01 | 0.72 | 0 | 0.21 | 299.18 | 0.58 | 0.51 |
| Hex | C8 | 38 | CA | 1 | 48 | 0 | 15 | 12B | 3A | 33 |
| Octal | 310 | 70 | 312 | 1 | 110 | 0 | 25 | 453 | 72 | 63 |
| Binary | 11001000 | 111000 | 11001010 | 1 | 1001000 | 0 | 10101 | 100101011 | 111010 | 110011 |
Color Harmonies of #C838CA
Complementary color
Monochromatic Colors of #C838CA
Black with #C838CA
Text Example
Text Example
White with #C838CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838CA; }
p { color: rgb(200,56,202); }
H1.HeaderClassName
{
color: #C838CA;
}
.AnyTagClassName
{
color: #C838CA;
}
</style>
background-color css
<style>
a { background-color: #C838CA; }
a { background-color: rgb(200,56,202); }
div.DivClassName
{
background-color: #C838CA;
}
.BgClassName
{
background-color: #C838CA;
}
</style>
border-color css
<style>
span { border-color: #C838CA; }
span { border-color: rgb(200,56,202); }
td.TdClassName
{
border-color: #C838CA;
}
.TagClassName
{
border-color: #C838CA;
}
</style>