Shades of Fuchsia #CA37CE
Tints of Fuchsia #CA37CE
RGB
CMYK
RGB Variations
Color information
#CA37CE (or 0xCA37CE) is known color: Fuchsia. HEX triplet: CA, 37 and CE. RGB value is (202,55,206). Sum of RGB (Red+Green+Blue) = 202+55+206=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37CE is #35C831. Grayscale: #737373. Windows color (decimal): -3524658 or 13514698. OLE color: 13514698.
HSL color Cylindrical-coordinate representation of color #CA37CE: hue angle of 298.41º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37CE is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 55 | 206 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.19 |
| HSL | 298.41º | 0.61% | 0.51% | - |
| HSV(B) | 298.41º | 0.73% | 0.81% | - |
| XYZ | 36.86 | 19.75 | 60.26 | - |
| YUV | 116.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 206 | 0.02 | 0.73 | 0 | 0.19 | 298.41 | 0.61 | 0.51 |
| Hex | CA | 37 | CE | 2 | 49 | 0 | 13 | 12A | 3D | 33 |
| Octal | 312 | 67 | 316 | 2 | 111 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001010 | 110111 | 11001110 | 10 | 1001001 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #CA37CE
Complementary color
Monochromatic Colors of #CA37CE
Black with #CA37CE
Text Example
Text Example
White with #CA37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37CE; }
p { color: rgb(202,55,206); }
H1.HeaderClassName
{
color: #CA37CE;
}
.AnyTagClassName
{
color: #CA37CE;
}
</style>
background-color css
<style>
a { background-color: #CA37CE; }
a { background-color: rgb(202,55,206); }
div.DivClassName
{
background-color: #CA37CE;
}
.BgClassName
{
background-color: #CA37CE;
}
</style>
border-color css
<style>
span { border-color: #CA37CE; }
span { border-color: rgb(202,55,206); }
td.TdClassName
{
border-color: #CA37CE;
}
.TagClassName
{
border-color: #CA37CE;
}
</style>