Shades of Fuchsia #CA31AC
Tints of Fuchsia #CA31AC
RGB
CMYK
RGB Variations
Color information
#CA31AC (or 0xCA31AC) is known color: Fuchsia. HEX triplet: CA, 31 and AC. RGB value is (202,49,172). Sum of RGB (Red+Green+Blue) = 202+49+172=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA31AC is #35CE53. Grayscale: #6C6C6C. Windows color (decimal): -3526228 or 11284938. OLE color: 11284938.
HSL color Cylindrical-coordinate representation of color #CA31AC: hue angle of 311.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA31AC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 172 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.21 |
| HSL | 311.76º | 0.61% | 0.49% | - |
| HSV(B) | 311.76º | 0.76% | 0.79% | - |
| XYZ | 32.9 | 17.73 | 40.72 | - |
| YUV | 108.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 172 | 0 | 0.76 | 0.15 | 0.21 | 311.76 | 0.61 | 0.49 |
| Hex | CA | 31 | AC | 0 | 4C | F | 15 | 138 | 3D | 31 |
| Octal | 312 | 61 | 254 | 0 | 114 | 17 | 25 | 470 | 75 | 61 |
| Binary | 11001010 | 110001 | 10101100 | 0 | 1001100 | 1111 | 10101 | 100111000 | 111101 | 110001 |
Color Harmonies of #CA31AC
Complementary color
Monochromatic Colors of #CA31AC
Black with #CA31AC
Text Example
Text Example
White with #CA31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31AC; }
p { color: rgb(202,49,172); }
H1.HeaderClassName
{
color: #CA31AC;
}
.AnyTagClassName
{
color: #CA31AC;
}
</style>
background-color css
<style>
a { background-color: #CA31AC; }
a { background-color: rgb(202,49,172); }
div.DivClassName
{
background-color: #CA31AC;
}
.BgClassName
{
background-color: #CA31AC;
}
</style>
border-color css
<style>
span { border-color: #CA31AC; }
span { border-color: rgb(202,49,172); }
td.TdClassName
{
border-color: #CA31AC;
}
.TagClassName
{
border-color: #CA31AC;
}
</style>