Shades of Fuchsia #CA51C6
Tints of Fuchsia #CA51C6
RGB
CMYK
RGB Variations
Color information
#CA51C6 (or 0xCA51C6) is known color: Fuchsia. HEX triplet: CA, 51 and C6. RGB value is (202,81,198). Sum of RGB (Red+Green+Blue) = 202+81+198=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C6 is #35AE39. Grayscale: #828282. Windows color (decimal): -3518010 or 12997066. OLE color: 12997066.
HSL color Cylindrical-coordinate representation of color #CA51C6: hue angle of 301.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51C6 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 198 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.21 |
| HSL | 301.98º | 0.53% | 0.55% | - |
| HSV(B) | 301.98º | 0.6% | 0.79% | - |
| XYZ | 37.49 | 22.52 | 55.8 | - |
| YUV | 130.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 198 | 0 | 0.60 | 0.02 | 0.21 | 301.98 | 0.53 | 0.55 |
| Hex | CA | 51 | C6 | 0 | 3C | 2 | 15 | 12E | 35 | 37 |
| Octal | 312 | 121 | 306 | 0 | 74 | 2 | 25 | 456 | 65 | 67 |
| Binary | 11001010 | 1010001 | 11000110 | 0 | 111100 | 10 | 10101 | 100101110 | 110101 | 110111 |
Color Harmonies of #CA51C6
Complementary color
Monochromatic Colors of #CA51C6
Black with #CA51C6
Text Example
Text Example
White with #CA51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51C6; }
p { color: rgb(202,81,198); }
H1.HeaderClassName
{
color: #CA51C6;
}
.AnyTagClassName
{
color: #CA51C6;
}
</style>
background-color css
<style>
a { background-color: #CA51C6; }
a { background-color: rgb(202,81,198); }
div.DivClassName
{
background-color: #CA51C6;
}
.BgClassName
{
background-color: #CA51C6;
}
</style>
border-color css
<style>
span { border-color: #CA51C6; }
span { border-color: rgb(202,81,198); }
td.TdClassName
{
border-color: #CA51C6;
}
.TagClassName
{
border-color: #CA51C6;
}
</style>