Shades of Fuchsia #CA4DC9
Tints of Fuchsia #CA4DC9
RGB
CMYK
RGB Variations
Color information
#CA4DC9 (or 0xCA4DC9) is known color: Fuchsia. HEX triplet: CA, 4D and C9. RGB value is (202,77,201). Sum of RGB (Red+Green+Blue) = 202+77+201=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DC9 is #35B236. Grayscale: #808080. Windows color (decimal): -3519031 or 13192650. OLE color: 13192650.
HSL color Cylindrical-coordinate representation of color #CA4DC9: hue angle of 300.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DC9 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 201 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.21 |
| HSL | 300.48º | 0.54% | 0.55% | - |
| HSV(B) | 300.48º | 0.62% | 0.79% | - |
| XYZ | 37.55 | 22.08 | 57.54 | - |
| YUV | 128.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 201 | 0 | 0.62 | 0.00 | 0.21 | 300.48 | 0.54 | 0.55 |
| Hex | CA | 4D | C9 | 0 | 3E | 0 | 15 | 12C | 36 | 37 |
| Octal | 312 | 115 | 311 | 0 | 76 | 0 | 25 | 454 | 66 | 67 |
| Binary | 11001010 | 1001101 | 11001001 | 0 | 111110 | 0 | 10101 | 100101100 | 110110 | 110111 |
Color Harmonies of #CA4DC9
Complementary color
Monochromatic Colors of #CA4DC9
Black with #CA4DC9
Text Example
Text Example
White with #CA4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DC9; }
p { color: rgb(202,77,201); }
H1.HeaderClassName
{
color: #CA4DC9;
}
.AnyTagClassName
{
color: #CA4DC9;
}
</style>
background-color css
<style>
a { background-color: #CA4DC9; }
a { background-color: rgb(202,77,201); }
div.DivClassName
{
background-color: #CA4DC9;
}
.BgClassName
{
background-color: #CA4DC9;
}
</style>
border-color css
<style>
span { border-color: #CA4DC9; }
span { border-color: rgb(202,77,201); }
td.TdClassName
{
border-color: #CA4DC9;
}
.TagClassName
{
border-color: #CA4DC9;
}
</style>