Shades of Fuchsia #CA4AC6
Tints of Fuchsia #CA4AC6
RGB
CMYK
RGB Variations
Color information
#CA4AC6 (or 0xCA4AC6) is known color: Fuchsia. HEX triplet: CA, 4A and C6. RGB value is (202,74,198). Sum of RGB (Red+Green+Blue) = 202+74+198=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AC6 is #35B539. Grayscale: #7E7E7E. Windows color (decimal): -3519802 or 12995274. OLE color: 12995274.
HSL color Cylindrical-coordinate representation of color #CA4AC6: hue angle of 301.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4AC6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 198 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.21 |
| HSL | 301.88º | 0.55% | 0.54% | - |
| HSV(B) | 301.88º | 0.63% | 0.79% | - |
| XYZ | 37 | 21.53 | 55.63 | - |
| YUV | 126.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 198 | 0 | 0.63 | 0.02 | 0.21 | 301.88 | 0.55 | 0.54 |
| Hex | CA | 4A | C6 | 0 | 3F | 2 | 15 | 12E | 37 | 36 |
| Octal | 312 | 112 | 306 | 0 | 77 | 2 | 25 | 456 | 67 | 66 |
| Binary | 11001010 | 1001010 | 11000110 | 0 | 111111 | 10 | 10101 | 100101110 | 110111 | 110110 |
Color Harmonies of #CA4AC6
Complementary color
Monochromatic Colors of #CA4AC6
Black with #CA4AC6
Text Example
Text Example
White with #CA4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AC6; }
p { color: rgb(202,74,198); }
H1.HeaderClassName
{
color: #CA4AC6;
}
.AnyTagClassName
{
color: #CA4AC6;
}
</style>
background-color css
<style>
a { background-color: #CA4AC6; }
a { background-color: rgb(202,74,198); }
div.DivClassName
{
background-color: #CA4AC6;
}
.BgClassName
{
background-color: #CA4AC6;
}
</style>
border-color css
<style>
span { border-color: #CA4AC6; }
span { border-color: rgb(202,74,198); }
td.TdClassName
{
border-color: #CA4AC6;
}
.TagClassName
{
border-color: #CA4AC6;
}
</style>