Shades of Fuchsia #CA2DCF
Tints of Fuchsia #CA2DCF
RGB
CMYK
RGB Variations
Color information
#CA2DCF (or 0xCA2DCF) is known color: Fuchsia. HEX triplet: CA, 2D and CF. RGB value is (202,45,207). Sum of RGB (Red+Green+Blue) = 202+45+207=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DCF is #35D230. Grayscale: #6D6D6D. Windows color (decimal): -3527217 or 13577674. OLE color: 13577674.
HSL color Cylindrical-coordinate representation of color #CA2DCF: hue angle of 298.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DCF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 45 | 207 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.19 |
| HSL | 298.15º | 0.64% | 0.49% | - |
| HSV(B) | 298.15º | 0.78% | 0.81% | - |
| XYZ | 36.56 | 18.94 | 60.76 | - |
| YUV | 110.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 207 | 0.02 | 0.78 | 0 | 0.19 | 298.15 | 0.64 | 0.49 |
| Hex | CA | 2D | CF | 2 | 4E | 0 | 13 | 12A | 40 | 31 |
| Octal | 312 | 55 | 317 | 2 | 116 | 0 | 23 | 452 | 100 | 61 |
| Binary | 11001010 | 101101 | 11001111 | 10 | 1001110 | 0 | 10011 | 100101010 | 1000000 | 110001 |
Color Harmonies of #CA2DCF
Complementary color
Monochromatic Colors of #CA2DCF
Black with #CA2DCF
Text Example
Text Example
White with #CA2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DCF; }
p { color: rgb(202,45,207); }
H1.HeaderClassName
{
color: #CA2DCF;
}
.AnyTagClassName
{
color: #CA2DCF;
}
</style>
background-color css
<style>
a { background-color: #CA2DCF; }
a { background-color: rgb(202,45,207); }
div.DivClassName
{
background-color: #CA2DCF;
}
.BgClassName
{
background-color: #CA2DCF;
}
</style>
border-color css
<style>
span { border-color: #CA2DCF; }
span { border-color: rgb(202,45,207); }
td.TdClassName
{
border-color: #CA2DCF;
}
.TagClassName
{
border-color: #CA2DCF;
}
</style>