Shades of Fuchsia #CA31D1
Tints of Fuchsia #CA31D1
RGB
CMYK
RGB Variations
Color information
#CA31D1 (or 0xCA31D1) is known color: Fuchsia. HEX triplet: CA, 31 and D1. RGB value is (202,49,209). Sum of RGB (Red+Green+Blue) = 202+49+209=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA31D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31D1 is #35CE2E. Grayscale: #707070. Windows color (decimal): -3526191 or 13709770. OLE color: 13709770.
HSL color Cylindrical-coordinate representation of color #CA31D1: hue angle of 297.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA31D1 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 49 | 209 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.18 |
| HSL | 297.38º | 0.63% | 0.51% | - |
| HSV(B) | 297.38º | 0.77% | 0.82% | - |
| XYZ | 36.96 | 19.36 | 62.11 | - |
| YUV | 112.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 209 | 0.03 | 0.77 | 0 | 0.18 | 297.38 | 0.63 | 0.51 |
| Hex | CA | 31 | D1 | 3 | 4D | 0 | 12 | 129 | 3F | 33 |
| Octal | 312 | 61 | 321 | 3 | 115 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001010 | 110001 | 11010001 | 11 | 1001101 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #CA31D1
Complementary color
Monochromatic Colors of #CA31D1
Black with #CA31D1
Text Example
Text Example
White with #CA31D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31D1; }
p { color: rgb(202,49,209); }
H1.HeaderClassName
{
color: #CA31D1;
}
.AnyTagClassName
{
color: #CA31D1;
}
</style>
background-color css
<style>
a { background-color: #CA31D1; }
a { background-color: rgb(202,49,209); }
div.DivClassName
{
background-color: #CA31D1;
}
.BgClassName
{
background-color: #CA31D1;
}
</style>
border-color css
<style>
span { border-color: #CA31D1; }
span { border-color: rgb(202,49,209); }
td.TdClassName
{
border-color: #CA31D1;
}
.TagClassName
{
border-color: #CA31D1;
}
</style>