Shades of Fuchsia #CA5DC3
Tints of Fuchsia #CA5DC3
RGB
CMYK
RGB Variations
Color information
#CA5DC3 (or 0xCA5DC3) is known color: Fuchsia. HEX triplet: CA, 5D and C3. RGB value is (202,93,195). Sum of RGB (Red+Green+Blue) = 202+93+195=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DC3 is #35A23C. Grayscale: #888888. Windows color (decimal): -3514941 or 12803530. OLE color: 12803530.
HSL color Cylindrical-coordinate representation of color #CA5DC3: hue angle of 303.85º 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 #CA5DC3 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 195 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.21 |
| HSL | 303.85º | 0.51% | 0.58% | - |
| HSV(B) | 303.85º | 0.54% | 0.79% | - |
| XYZ | 38.12 | 24.33 | 54.32 | - |
| YUV | 137.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 195 | 0 | 0.54 | 0.03 | 0.21 | 303.85 | 0.51 | 0.58 |
| Hex | CA | 5D | C3 | 0 | 36 | 3 | 15 | 130 | 33 | 3A |
| Octal | 312 | 135 | 303 | 0 | 66 | 3 | 25 | 460 | 63 | 72 |
| Binary | 11001010 | 1011101 | 11000011 | 0 | 110110 | 11 | 10101 | 100110000 | 110011 | 111010 |
Color Harmonies of #CA5DC3
Complementary color
Monochromatic Colors of #CA5DC3
Black with #CA5DC3
Text Example
Text Example
White with #CA5DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DC3; }
p { color: rgb(202,93,195); }
H1.HeaderClassName
{
color: #CA5DC3;
}
.AnyTagClassName
{
color: #CA5DC3;
}
</style>
background-color css
<style>
a { background-color: #CA5DC3; }
a { background-color: rgb(202,93,195); }
div.DivClassName
{
background-color: #CA5DC3;
}
.BgClassName
{
background-color: #CA5DC3;
}
</style>
border-color css
<style>
span { border-color: #CA5DC3; }
span { border-color: rgb(202,93,195); }
td.TdClassName
{
border-color: #CA5DC3;
}
.TagClassName
{
border-color: #CA5DC3;
}
</style>