Shades of Fuchsia #CA35C1
Tints of Fuchsia #CA35C1
RGB
CMYK
RGB Variations
Color information
#CA35C1 (or 0xCA35C1) is known color: Fuchsia. HEX triplet: CA, 35 and C1. RGB value is (202,53,193). Sum of RGB (Red+Green+Blue) = 202+53+193=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35C1 is #35CA3E. Grayscale: #717171. Windows color (decimal): -3525183 or 12662218. OLE color: 12662218.
HSL color Cylindrical-coordinate representation of color #CA35C1: hue angle of 303.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA35C1 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 193 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.21 |
| HSL | 303.62º | 0.58% | 0.5% | - |
| HSV(B) | 303.62º | 0.74% | 0.79% | - |
| XYZ | 35.26 | 18.95 | 52.25 | - |
| YUV | 113.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 193 | 0 | 0.74 | 0.04 | 0.21 | 303.62 | 0.58 | 0.5 |
| Hex | CA | 35 | C1 | 0 | 4A | 4 | 15 | 130 | 3A | 32 |
| Octal | 312 | 65 | 301 | 0 | 112 | 4 | 25 | 460 | 72 | 62 |
| Binary | 11001010 | 110101 | 11000001 | 0 | 1001010 | 100 | 10101 | 100110000 | 111010 | 110010 |
Color Harmonies of #CA35C1
Complementary color
Monochromatic Colors of #CA35C1
Black with #CA35C1
Text Example
Text Example
White with #CA35C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35C1; }
p { color: rgb(202,53,193); }
H1.HeaderClassName
{
color: #CA35C1;
}
.AnyTagClassName
{
color: #CA35C1;
}
</style>
background-color css
<style>
a { background-color: #CA35C1; }
a { background-color: rgb(202,53,193); }
div.DivClassName
{
background-color: #CA35C1;
}
.BgClassName
{
background-color: #CA35C1;
}
</style>
border-color css
<style>
span { border-color: #CA35C1; }
span { border-color: rgb(202,53,193); }
td.TdClassName
{
border-color: #CA35C1;
}
.TagClassName
{
border-color: #CA35C1;
}
</style>