Shades of Fuchsia #CA31BD
Tints of Fuchsia #CA31BD
RGB
CMYK
RGB Variations
Color information
#CA31BD (or 0xCA31BD) is known color: Fuchsia. HEX triplet: CA, 31 and BD. RGB value is (202,49,189). Sum of RGB (Red+Green+Blue) = 202+49+189=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31BD is #35CE42. Grayscale: #6E6E6E. Windows color (decimal): -3526211 or 12399050. OLE color: 12399050.
HSL color Cylindrical-coordinate representation of color #CA31BD: hue angle of 305.1º 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 #CA31BD is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 189 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.21 |
| HSL | 305.1º | 0.61% | 0.49% | - |
| HSV(B) | 305.1º | 0.76% | 0.79% | - |
| XYZ | 34.64 | 18.43 | 49.88 | - |
| YUV | 110.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 189 | 0 | 0.76 | 0.06 | 0.21 | 305.1 | 0.61 | 0.49 |
| Hex | CA | 31 | BD | 0 | 4C | 6 | 15 | 131 | 3D | 31 |
| Octal | 312 | 61 | 275 | 0 | 114 | 6 | 25 | 461 | 75 | 61 |
| Binary | 11001010 | 110001 | 10111101 | 0 | 1001100 | 110 | 10101 | 100110001 | 111101 | 110001 |
Color Harmonies of #CA31BD
Complementary color
Monochromatic Colors of #CA31BD
Black with #CA31BD
Text Example
Text Example
White with #CA31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31BD; }
p { color: rgb(202,49,189); }
H1.HeaderClassName
{
color: #CA31BD;
}
.AnyTagClassName
{
color: #CA31BD;
}
</style>
background-color css
<style>
a { background-color: #CA31BD; }
a { background-color: rgb(202,49,189); }
div.DivClassName
{
background-color: #CA31BD;
}
.BgClassName
{
background-color: #CA31BD;
}
</style>
border-color css
<style>
span { border-color: #CA31BD; }
span { border-color: rgb(202,49,189); }
td.TdClassName
{
border-color: #CA31BD;
}
.TagClassName
{
border-color: #CA31BD;
}
</style>