Shades of Fuchsia #CA2FCF
Tints of Fuchsia #CA2FCF
RGB
CMYK
RGB Variations
Color information
#CA2FCF (or 0xCA2FCF) is known color: Fuchsia. HEX triplet: CA, 2F and CF. RGB value is (202,47,207). Sum of RGB (Red+Green+Blue) = 202+47+207=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA2FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FCF is #35D030. Grayscale: #6F6F6F. Windows color (decimal): -3526705 or 13578186. OLE color: 13578186.
HSL color Cylindrical-coordinate representation of color #CA2FCF: hue angle of 298.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2FCF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 47 | 207 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.19 |
| HSL | 298.13º | 0.63% | 0.5% | - |
| HSV(B) | 298.13º | 0.77% | 0.81% | - |
| XYZ | 36.64 | 19.09 | 60.79 | - |
| YUV | 111.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 207 | 0.02 | 0.77 | 0 | 0.19 | 298.13 | 0.63 | 0.5 |
| Hex | CA | 2F | CF | 2 | 4D | 0 | 13 | 12A | 3F | 32 |
| Octal | 312 | 57 | 317 | 2 | 115 | 0 | 23 | 452 | 77 | 62 |
| Binary | 11001010 | 101111 | 11001111 | 10 | 1001101 | 0 | 10011 | 100101010 | 111111 | 110010 |
Color Harmonies of #CA2FCF
Complementary color
Monochromatic Colors of #CA2FCF
Black with #CA2FCF
Text Example
Text Example
White with #CA2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FCF; }
p { color: rgb(202,47,207); }
H1.HeaderClassName
{
color: #CA2FCF;
}
.AnyTagClassName
{
color: #CA2FCF;
}
</style>
background-color css
<style>
a { background-color: #CA2FCF; }
a { background-color: rgb(202,47,207); }
div.DivClassName
{
background-color: #CA2FCF;
}
.BgClassName
{
background-color: #CA2FCF;
}
</style>
border-color css
<style>
span { border-color: #CA2FCF; }
span { border-color: rgb(202,47,207); }
td.TdClassName
{
border-color: #CA2FCF;
}
.TagClassName
{
border-color: #CA2FCF;
}
</style>