Shades of Fuchsia #CA5DC2
Tints of Fuchsia #CA5DC2
RGB
CMYK
RGB Variations
Color information
#CA5DC2 (or 0xCA5DC2) is known color: Fuchsia. HEX triplet: CA, 5D and C2. RGB value is (202,93,194). Sum of RGB (Red+Green+Blue) = 202+93+194=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DC2 is #35A23D. Grayscale: #888888. Windows color (decimal): -3514942 or 12737994. OLE color: 12737994.
HSL color Cylindrical-coordinate representation of color #CA5DC2: hue angle of 304.4º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DC2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 194 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.21 |
| HSL | 304.4º | 0.51% | 0.58% | - |
| HSV(B) | 304.4º | 0.54% | 0.79% | - |
| XYZ | 38.01 | 24.28 | 53.72 | - |
| YUV | 137.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 194 | 0 | 0.54 | 0.04 | 0.21 | 304.4 | 0.51 | 0.58 |
| Hex | CA | 5D | C2 | 0 | 36 | 4 | 15 | 130 | 33 | 3A |
| Octal | 312 | 135 | 302 | 0 | 66 | 4 | 25 | 460 | 63 | 72 |
| Binary | 11001010 | 1011101 | 11000010 | 0 | 110110 | 100 | 10101 | 100110000 | 110011 | 111010 |
Color Harmonies of #CA5DC2
Complementary color
Monochromatic Colors of #CA5DC2
Black with #CA5DC2
Text Example
Text Example
White with #CA5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DC2; }
p { color: rgb(202,93,194); }
H1.HeaderClassName
{
color: #CA5DC2;
}
.AnyTagClassName
{
color: #CA5DC2;
}
</style>
background-color css
<style>
a { background-color: #CA5DC2; }
a { background-color: rgb(202,93,194); }
div.DivClassName
{
background-color: #CA5DC2;
}
.BgClassName
{
background-color: #CA5DC2;
}
</style>
border-color css
<style>
span { border-color: #CA5DC2; }
span { border-color: rgb(202,93,194); }
td.TdClassName
{
border-color: #CA5DC2;
}
.TagClassName
{
border-color: #CA5DC2;
}
</style>