Shades of Fuchsia #CA55C2
Tints of Fuchsia #CA55C2
RGB
CMYK
RGB Variations
Color information
#CA55C2 (or 0xCA55C2) is known color: Fuchsia. HEX triplet: CA, 55 and C2. RGB value is (202,85,194). Sum of RGB (Red+Green+Blue) = 202+85+194=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55C2 is #35AA3D. Grayscale: #848484. Windows color (decimal): -3516990 or 12735946. OLE color: 12735946.
HSL color Cylindrical-coordinate representation of color #CA55C2: hue angle of 304.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55C2 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 194 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.21 |
| HSL | 304.1º | 0.52% | 0.56% | - |
| HSV(B) | 304.1º | 0.58% | 0.79% | - |
| XYZ | 37.34 | 22.95 | 53.5 | - |
| YUV | 132.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 194 | 0 | 0.58 | 0.04 | 0.21 | 304.1 | 0.52 | 0.56 |
| Hex | CA | 55 | C2 | 0 | 3A | 4 | 15 | 130 | 34 | 38 |
| Octal | 312 | 125 | 302 | 0 | 72 | 4 | 25 | 460 | 64 | 70 |
| Binary | 11001010 | 1010101 | 11000010 | 0 | 111010 | 100 | 10101 | 100110000 | 110100 | 111000 |
Color Harmonies of #CA55C2
Complementary color
Monochromatic Colors of #CA55C2
Black with #CA55C2
Text Example
Text Example
White with #CA55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55C2; }
p { color: rgb(202,85,194); }
H1.HeaderClassName
{
color: #CA55C2;
}
.AnyTagClassName
{
color: #CA55C2;
}
</style>
background-color css
<style>
a { background-color: #CA55C2; }
a { background-color: rgb(202,85,194); }
div.DivClassName
{
background-color: #CA55C2;
}
.BgClassName
{
background-color: #CA55C2;
}
</style>
border-color css
<style>
span { border-color: #CA55C2; }
span { border-color: rgb(202,85,194); }
td.TdClassName
{
border-color: #CA55C2;
}
.TagClassName
{
border-color: #CA55C2;
}
</style>