Shades of Fuchsia #CA37CB
Tints of Fuchsia #CA37CB
RGB
CMYK
RGB Variations
Color information
#CA37CB (or 0xCA37CB) is known color: Fuchsia. HEX triplet: CA, 37 and CB. RGB value is (202,55,203). Sum of RGB (Red+Green+Blue) = 202+55+203=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37CB is #35C834. Grayscale: #737373. Windows color (decimal): -3524661 or 13318090. OLE color: 13318090.
HSL color Cylindrical-coordinate representation of color #CA37CB: hue angle of 299.59º 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 #CA37CB is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 55 | 203 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.20 |
| HSL | 299.59º | 0.59% | 0.51% | - |
| HSV(B) | 299.59º | 0.73% | 0.8% | - |
| XYZ | 36.5 | 19.6 | 58.36 | - |
| YUV | 115.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 203 | 0.00 | 0.73 | 0 | 0.20 | 299.59 | 0.59 | 0.51 |
| Hex | CA | 37 | CB | 0 | 49 | 0 | 14 | 12C | 3B | 33 |
| Octal | 312 | 67 | 313 | 0 | 111 | 0 | 24 | 454 | 73 | 63 |
| Binary | 11001010 | 110111 | 11001011 | 0 | 1001001 | 0 | 10100 | 100101100 | 111011 | 110011 |
Color Harmonies of #CA37CB
Complementary color
Monochromatic Colors of #CA37CB
Black with #CA37CB
Text Example
Text Example
White with #CA37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37CB; }
p { color: rgb(202,55,203); }
H1.HeaderClassName
{
color: #CA37CB;
}
.AnyTagClassName
{
color: #CA37CB;
}
</style>
background-color css
<style>
a { background-color: #CA37CB; }
a { background-color: rgb(202,55,203); }
div.DivClassName
{
background-color: #CA37CB;
}
.BgClassName
{
background-color: #CA37CB;
}
</style>
border-color css
<style>
span { border-color: #CA37CB; }
span { border-color: rgb(202,55,203); }
td.TdClassName
{
border-color: #CA37CB;
}
.TagClassName
{
border-color: #CA37CB;
}
</style>