Shades of Fuchsia #CA55D1
Tints of Fuchsia #CA55D1
RGB
CMYK
RGB Variations
Color information
#CA55D1 (or 0xCA55D1) is known color: Fuchsia. HEX triplet: CA, 55 and D1. RGB value is (202,85,209). Sum of RGB (Red+Green+Blue) = 202+85+209=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55D1 is #35AA2E. Grayscale: #858585. Windows color (decimal): -3516975 or 13718986. OLE color: 13718986.
HSL color Cylindrical-coordinate representation of color #CA55D1: hue angle of 296.61º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA55D1 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 85 | 209 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.18 |
| HSL | 296.61º | 0.57% | 0.58% | - |
| HSV(B) | 296.61º | 0.59% | 0.82% | - |
| XYZ | 39.11 | 23.66 | 62.83 | - |
| YUV | 134.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 209 | 0.03 | 0.59 | 0 | 0.18 | 296.61 | 0.57 | 0.58 |
| Hex | CA | 55 | D1 | 3 | 3B | 0 | 12 | 129 | 39 | 3A |
| Octal | 312 | 125 | 321 | 3 | 73 | 0 | 22 | 451 | 71 | 72 |
| Binary | 11001010 | 1010101 | 11010001 | 11 | 111011 | 0 | 10010 | 100101001 | 111001 | 111010 |
Color Harmonies of #CA55D1
Complementary color
Monochromatic Colors of #CA55D1
Black with #CA55D1
Text Example
Text Example
White with #CA55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55D1; }
p { color: rgb(202,85,209); }
H1.HeaderClassName
{
color: #CA55D1;
}
.AnyTagClassName
{
color: #CA55D1;
}
</style>
background-color css
<style>
a { background-color: #CA55D1; }
a { background-color: rgb(202,85,209); }
div.DivClassName
{
background-color: #CA55D1;
}
.BgClassName
{
background-color: #CA55D1;
}
</style>
border-color css
<style>
span { border-color: #CA55D1; }
span { border-color: rgb(202,85,209); }
td.TdClassName
{
border-color: #CA55D1;
}
.TagClassName
{
border-color: #CA55D1;
}
</style>