Shades of Fuchsia #CA31C9
Tints of Fuchsia #CA31C9
RGB
CMYK
RGB Variations
Color information
#CA31C9 (or 0xCA31C9) is known color: Fuchsia. HEX triplet: CA, 31 and C9. RGB value is (202,49,201). Sum of RGB (Red+Green+Blue) = 202+49+201=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31C9 is #35CE36. Grayscale: #6F6F6F. Windows color (decimal): -3526199 or 13185482. OLE color: 13185482.
HSL color Cylindrical-coordinate representation of color #CA31C9: hue angle of 300.39º 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 #CA31C9 is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 201 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.21 |
| HSL | 300.39º | 0.61% | 0.49% | - |
| HSV(B) | 300.39º | 0.76% | 0.79% | - |
| XYZ | 36 | 18.97 | 57.02 | - |
| YUV | 112.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 201 | 0 | 0.76 | 0.00 | 0.21 | 300.39 | 0.61 | 0.49 |
| Hex | CA | 31 | C9 | 0 | 4C | 0 | 15 | 12C | 3D | 31 |
| Octal | 312 | 61 | 311 | 0 | 114 | 0 | 25 | 454 | 75 | 61 |
| Binary | 11001010 | 110001 | 11001001 | 0 | 1001100 | 0 | 10101 | 100101100 | 111101 | 110001 |
Color Harmonies of #CA31C9
Complementary color
Monochromatic Colors of #CA31C9
Black with #CA31C9
Text Example
Text Example
White with #CA31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31C9; }
p { color: rgb(202,49,201); }
H1.HeaderClassName
{
color: #CA31C9;
}
.AnyTagClassName
{
color: #CA31C9;
}
</style>
background-color css
<style>
a { background-color: #CA31C9; }
a { background-color: rgb(202,49,201); }
div.DivClassName
{
background-color: #CA31C9;
}
.BgClassName
{
background-color: #CA31C9;
}
</style>
border-color css
<style>
span { border-color: #CA31C9; }
span { border-color: rgb(202,49,201); }
td.TdClassName
{
border-color: #CA31C9;
}
.TagClassName
{
border-color: #CA31C9;
}
</style>