Shades of Fuchsia #CA4DCF
Tints of Fuchsia #CA4DCF
RGB
CMYK
RGB Variations
Color information
#CA4DCF (or 0xCA4DCF) is known color: Fuchsia. HEX triplet: CA, 4D and CF. RGB value is (202,77,207). Sum of RGB (Red+Green+Blue) = 202+77+207=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DCF is #35B230. Grayscale: #808080. Windows color (decimal): -3519025 or 13585866. OLE color: 13585866.
HSL color Cylindrical-coordinate representation of color #CA4DCF: hue angle of 297.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4DCF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 77 | 207 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.19 |
| HSL | 297.69º | 0.58% | 0.56% | - |
| HSV(B) | 297.69º | 0.63% | 0.81% | - |
| XYZ | 38.27 | 22.37 | 61.33 | - |
| YUV | 129.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 207 | 0.02 | 0.63 | 0 | 0.19 | 297.69 | 0.58 | 0.56 |
| Hex | CA | 4D | CF | 2 | 3F | 0 | 13 | 12A | 3A | 38 |
| Octal | 312 | 115 | 317 | 2 | 77 | 0 | 23 | 452 | 72 | 70 |
| Binary | 11001010 | 1001101 | 11001111 | 10 | 111111 | 0 | 10011 | 100101010 | 111010 | 111000 |
Color Harmonies of #CA4DCF
Complementary color
Monochromatic Colors of #CA4DCF
Black with #CA4DCF
Text Example
Text Example
White with #CA4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DCF; }
p { color: rgb(202,77,207); }
H1.HeaderClassName
{
color: #CA4DCF;
}
.AnyTagClassName
{
color: #CA4DCF;
}
</style>
background-color css
<style>
a { background-color: #CA4DCF; }
a { background-color: rgb(202,77,207); }
div.DivClassName
{
background-color: #CA4DCF;
}
.BgClassName
{
background-color: #CA4DCF;
}
</style>
border-color css
<style>
span { border-color: #CA4DCF; }
span { border-color: rgb(202,77,207); }
td.TdClassName
{
border-color: #CA4DCF;
}
.TagClassName
{
border-color: #CA4DCF;
}
</style>