Shades of Fuchsia #CA2CCF
Tints of Fuchsia #CA2CCF
RGB
CMYK
RGB Variations
Color information
#CA2CCF (or 0xCA2CCF) is known color: Fuchsia. HEX triplet: CA, 2C and CF. RGB value is (202,44,207). Sum of RGB (Red+Green+Blue) = 202+44+207=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CCF is #35D330. Grayscale: #6D6D6D. Windows color (decimal): -3527473 or 13577418. OLE color: 13577418.
HSL color Cylindrical-coordinate representation of color #CA2CCF: hue angle of 298.16º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2CCF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 44 | 207 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.19 |
| HSL | 298.16º | 0.65% | 0.49% | - |
| HSV(B) | 298.16º | 0.79% | 0.81% | - |
| XYZ | 36.52 | 18.86 | 60.75 | - |
| YUV | 109.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 207 | 0.02 | 0.79 | 0 | 0.19 | 298.16 | 0.65 | 0.49 |
| Hex | CA | 2C | CF | 2 | 4F | 0 | 13 | 12A | 41 | 31 |
| Octal | 312 | 54 | 317 | 2 | 117 | 0 | 23 | 452 | 101 | 61 |
| Binary | 11001010 | 101100 | 11001111 | 10 | 1001111 | 0 | 10011 | 100101010 | 1000001 | 110001 |
Color Harmonies of #CA2CCF
Complementary color
Monochromatic Colors of #CA2CCF
Black with #CA2CCF
Text Example
Text Example
White with #CA2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CCF; }
p { color: rgb(202,44,207); }
H1.HeaderClassName
{
color: #CA2CCF;
}
.AnyTagClassName
{
color: #CA2CCF;
}
</style>
background-color css
<style>
a { background-color: #CA2CCF; }
a { background-color: rgb(202,44,207); }
div.DivClassName
{
background-color: #CA2CCF;
}
.BgClassName
{
background-color: #CA2CCF;
}
</style>
border-color css
<style>
span { border-color: #CA2CCF; }
span { border-color: rgb(202,44,207); }
td.TdClassName
{
border-color: #CA2CCF;
}
.TagClassName
{
border-color: #CA2CCF;
}
</style>