Shades of Fuchsia #CA37C1
Tints of Fuchsia #CA37C1
RGB
CMYK
RGB Variations
Color information
#CA37C1 (or 0xCA37C1) is known color: Fuchsia. HEX triplet: CA, 37 and C1. RGB value is (202,55,193). Sum of RGB (Red+Green+Blue) = 202+55+193=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37C1 is #35C83E. Grayscale: #727272. Windows color (decimal): -3524671 or 12662730. OLE color: 12662730.
HSL color Cylindrical-coordinate representation of color #CA37C1: hue angle of 303.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37C1 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 193 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.21 |
| HSL | 303.67º | 0.58% | 0.5% | - |
| HSV(B) | 303.67º | 0.73% | 0.79% | - |
| XYZ | 35.35 | 19.14 | 52.28 | - |
| YUV | 114.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 193 | 0 | 0.73 | 0.04 | 0.21 | 303.67 | 0.58 | 0.5 |
| Hex | CA | 37 | C1 | 0 | 49 | 4 | 15 | 130 | 3A | 32 |
| Octal | 312 | 67 | 301 | 0 | 111 | 4 | 25 | 460 | 72 | 62 |
| Binary | 11001010 | 110111 | 11000001 | 0 | 1001001 | 100 | 10101 | 100110000 | 111010 | 110010 |
Color Harmonies of #CA37C1
Complementary color
Monochromatic Colors of #CA37C1
Black with #CA37C1
Text Example
Text Example
White with #CA37C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37C1; }
p { color: rgb(202,55,193); }
H1.HeaderClassName
{
color: #CA37C1;
}
.AnyTagClassName
{
color: #CA37C1;
}
</style>
background-color css
<style>
a { background-color: #CA37C1; }
a { background-color: rgb(202,55,193); }
div.DivClassName
{
background-color: #CA37C1;
}
.BgClassName
{
background-color: #CA37C1;
}
</style>
border-color css
<style>
span { border-color: #CA37C1; }
span { border-color: rgb(202,55,193); }
td.TdClassName
{
border-color: #CA37C1;
}
.TagClassName
{
border-color: #CA37C1;
}
</style>