Shades of Fuchsia #CA37B8
Tints of Fuchsia #CA37B8
RGB
CMYK
RGB Variations
Color information
#CA37B8 (or 0xCA37B8) is known color: Fuchsia. HEX triplet: CA, 37 and B8. RGB value is (202,55,184). Sum of RGB (Red+Green+Blue) = 202+55+184=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B8 is #35C847. Grayscale: #717171. Windows color (decimal): -3524680 or 12072906. OLE color: 12072906.
HSL color Cylindrical-coordinate representation of color #CA37B8: hue angle of 307.35º 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 #CA37B8 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 184 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.21 |
| HSL | 307.35º | 0.58% | 0.5% | - |
| HSV(B) | 307.35º | 0.73% | 0.79% | - |
| XYZ | 34.38 | 18.75 | 47.15 | - |
| YUV | 113.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 184 | 0 | 0.73 | 0.09 | 0.21 | 307.35 | 0.58 | 0.5 |
| Hex | CA | 37 | B8 | 0 | 49 | 9 | 15 | 133 | 3A | 32 |
| Octal | 312 | 67 | 270 | 0 | 111 | 11 | 25 | 463 | 72 | 62 |
| Binary | 11001010 | 110111 | 10111000 | 0 | 1001001 | 1001 | 10101 | 100110011 | 111010 | 110010 |
Color Harmonies of #CA37B8
Complementary color
Monochromatic Colors of #CA37B8
Black with #CA37B8
Text Example
Text Example
White with #CA37B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37B8; }
p { color: rgb(202,55,184); }
H1.HeaderClassName
{
color: #CA37B8;
}
.AnyTagClassName
{
color: #CA37B8;
}
</style>
background-color css
<style>
a { background-color: #CA37B8; }
a { background-color: rgb(202,55,184); }
div.DivClassName
{
background-color: #CA37B8;
}
.BgClassName
{
background-color: #CA37B8;
}
</style>
border-color css
<style>
span { border-color: #CA37B8; }
span { border-color: rgb(202,55,184); }
td.TdClassName
{
border-color: #CA37B8;
}
.TagClassName
{
border-color: #CA37B8;
}
</style>