Shades of Fuchsia #CA31B7
Tints of Fuchsia #CA31B7
RGB
CMYK
RGB Variations
Color information
#CA31B7 (or 0xCA31B7) is known color: Fuchsia. HEX triplet: CA, 31 and B7. RGB value is (202,49,183). Sum of RGB (Red+Green+Blue) = 202+49+183=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31B7 is #35CE48. Grayscale: #6D6D6D. Windows color (decimal): -3526217 or 12005834. OLE color: 12005834.
HSL color Cylindrical-coordinate representation of color #CA31B7: hue angle of 307.45º 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 #CA31B7 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 183 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.21 |
| HSL | 307.45º | 0.61% | 0.49% | - |
| HSV(B) | 307.45º | 0.76% | 0.79% | - |
| XYZ | 34 | 18.17 | 46.52 | - |
| YUV | 110.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 183 | 0 | 0.76 | 0.09 | 0.21 | 307.45 | 0.61 | 0.49 |
| Hex | CA | 31 | B7 | 0 | 4C | 9 | 15 | 133 | 3D | 31 |
| Octal | 312 | 61 | 267 | 0 | 114 | 11 | 25 | 463 | 75 | 61 |
| Binary | 11001010 | 110001 | 10110111 | 0 | 1001100 | 1001 | 10101 | 100110011 | 111101 | 110001 |
Color Harmonies of #CA31B7
Complementary color
Monochromatic Colors of #CA31B7
Black with #CA31B7
Text Example
Text Example
White with #CA31B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31B7; }
p { color: rgb(202,49,183); }
H1.HeaderClassName
{
color: #CA31B7;
}
.AnyTagClassName
{
color: #CA31B7;
}
</style>
background-color css
<style>
a { background-color: #CA31B7; }
a { background-color: rgb(202,49,183); }
div.DivClassName
{
background-color: #CA31B7;
}
.BgClassName
{
background-color: #CA31B7;
}
</style>
border-color css
<style>
span { border-color: #CA31B7; }
span { border-color: rgb(202,49,183); }
td.TdClassName
{
border-color: #CA31B7;
}
.TagClassName
{
border-color: #CA31B7;
}
</style>