Shades of Fuchsia #CA37CC
Tints of Fuchsia #CA37CC
RGB
CMYK
RGB Variations
Color information
#CA37CC (or 0xCA37CC) is known color: Fuchsia. HEX triplet: CA, 37 and CC. RGB value is (202,55,204). Sum of RGB (Red+Green+Blue) = 202+55+204=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37CC is #35C833. Grayscale: #737373. Windows color (decimal): -3524660 or 13383626. OLE color: 13383626.
HSL color Cylindrical-coordinate representation of color #CA37CC: hue angle of 299.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37CC is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 55 | 204 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.2 |
| HSL | 299.19º | 0.59% | 0.51% | - |
| HSV(B) | 299.19º | 0.73% | 0.8% | - |
| XYZ | 36.62 | 19.65 | 58.99 | - |
| YUV | 115.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 204 | 0.01 | 0.73 | 0 | 0.2 | 299.19 | 0.59 | 0.51 |
| Hex | CA | 37 | CC | 1 | 49 | 0 | 14 | 12B | 3B | 33 |
| Octal | 312 | 67 | 314 | 1 | 111 | 0 | 24 | 453 | 73 | 63 |
| Binary | 11001010 | 110111 | 11001100 | 1 | 1001001 | 0 | 10100 | 100101011 | 111011 | 110011 |
Color Harmonies of #CA37CC
Complementary color
Monochromatic Colors of #CA37CC
Black with #CA37CC
Text Example
Text Example
White with #CA37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37CC; }
p { color: rgb(202,55,204); }
H1.HeaderClassName
{
color: #CA37CC;
}
.AnyTagClassName
{
color: #CA37CC;
}
</style>
background-color css
<style>
a { background-color: #CA37CC; }
a { background-color: rgb(202,55,204); }
div.DivClassName
{
background-color: #CA37CC;
}
.BgClassName
{
background-color: #CA37CC;
}
</style>
border-color css
<style>
span { border-color: #CA37CC; }
span { border-color: rgb(202,55,204); }
td.TdClassName
{
border-color: #CA37CC;
}
.TagClassName
{
border-color: #CA37CC;
}
</style>