Shades of Fuchsia #C838AA
Tints of Fuchsia #C838AA
RGB
CMYK
RGB Variations
Color information
#C838AA (or 0xC838AA) is known color: Fuchsia. HEX triplet: C8, 38 and AA. RGB value is (200,56,170). Sum of RGB (Red+Green+Blue) = 200+56+170=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C838AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C838AA is #37C755. Grayscale: #6F6F6F. Windows color (decimal): -3655510 or 11155656. OLE color: 11155656.
HSL color Cylindrical-coordinate representation of color #C838AA: hue angle of 312.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C838AA is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 170 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.22 |
| HSL | 312.5º | 0.57% | 0.5% | - |
| HSV(B) | 312.5º | 0.72% | 0.78% | - |
| XYZ | 32.49 | 18.01 | 39.79 | - |
| YUV | 112.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 170 | 0 | 0.72 | 0.15 | 0.22 | 312.5 | 0.57 | 0.5 |
| Hex | C8 | 38 | AA | 0 | 48 | F | 16 | 138 | 39 | 32 |
| Octal | 310 | 70 | 252 | 0 | 110 | 17 | 26 | 470 | 71 | 62 |
| Binary | 11001000 | 111000 | 10101010 | 0 | 1001000 | 1111 | 10110 | 100111000 | 111001 | 110010 |
Color Harmonies of #C838AA
Complementary color
Monochromatic Colors of #C838AA
Black with #C838AA
Text Example
Text Example
White with #C838AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838AA; }
p { color: rgb(200,56,170); }
H1.HeaderClassName
{
color: #C838AA;
}
.AnyTagClassName
{
color: #C838AA;
}
</style>
background-color css
<style>
a { background-color: #C838AA; }
a { background-color: rgb(200,56,170); }
div.DivClassName
{
background-color: #C838AA;
}
.BgClassName
{
background-color: #C838AA;
}
</style>
border-color css
<style>
span { border-color: #C838AA; }
span { border-color: rgb(200,56,170); }
td.TdClassName
{
border-color: #C838AA;
}
.TagClassName
{
border-color: #C838AA;
}
</style>