Shades of Fuchsia #CA4CAC
Tints of Fuchsia #CA4CAC
RGB
CMYK
RGB Variations
Color information
#CA4CAC (or 0xCA4CAC) is known color: Fuchsia. HEX triplet: CA, 4C and AC. RGB value is (202,76,172). Sum of RGB (Red+Green+Blue) = 202+76+172=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4CAC is #35B353. Grayscale: #7C7C7C. Windows color (decimal): -3519316 or 11291850. OLE color: 11291850.
HSL color Cylindrical-coordinate representation of color #CA4CAC: hue angle of 314.29º 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 #CA4CAC is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 172 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.21 |
| HSL | 314.29º | 0.54% | 0.55% | - |
| HSV(B) | 314.29º | 0.62% | 0.79% | - |
| XYZ | 34.39 | 20.7 | 41.21 | - |
| YUV | 124.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 172 | 0 | 0.62 | 0.15 | 0.21 | 314.29 | 0.54 | 0.55 |
| Hex | CA | 4C | AC | 0 | 3E | F | 15 | 13A | 36 | 37 |
| Octal | 312 | 114 | 254 | 0 | 76 | 17 | 25 | 472 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10101100 | 0 | 111110 | 1111 | 10101 | 100111010 | 110110 | 110111 |
Color Harmonies of #CA4CAC
Complementary color
Monochromatic Colors of #CA4CAC
Black with #CA4CAC
Text Example
Text Example
White with #CA4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CAC; }
p { color: rgb(202,76,172); }
H1.HeaderClassName
{
color: #CA4CAC;
}
.AnyTagClassName
{
color: #CA4CAC;
}
</style>
background-color css
<style>
a { background-color: #CA4CAC; }
a { background-color: rgb(202,76,172); }
div.DivClassName
{
background-color: #CA4CAC;
}
.BgClassName
{
background-color: #CA4CAC;
}
</style>
border-color css
<style>
span { border-color: #CA4CAC; }
span { border-color: rgb(202,76,172); }
td.TdClassName
{
border-color: #CA4CAC;
}
.TagClassName
{
border-color: #CA4CAC;
}
</style>