Shades of Fuchsia #CA4DCE
Tints of Fuchsia #CA4DCE
RGB
CMYK
RGB Variations
Color information
#CA4DCE (or 0xCA4DCE) is known color: Fuchsia. HEX triplet: CA, 4D and CE. RGB value is (202,77,206). Sum of RGB (Red+Green+Blue) = 202+77+206=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DCE is #35B231. Grayscale: #808080. Windows color (decimal): -3519026 or 13520330. OLE color: 13520330.
HSL color Cylindrical-coordinate representation of color #CA4DCE: hue angle of 298.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4DCE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 77 | 206 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.19 |
| HSL | 298.14º | 0.57% | 0.55% | - |
| HSV(B) | 298.14º | 0.63% | 0.81% | - |
| XYZ | 38.15 | 22.32 | 60.69 | - |
| YUV | 129.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 206 | 0.02 | 0.63 | 0 | 0.19 | 298.14 | 0.57 | 0.55 |
| Hex | CA | 4D | CE | 2 | 3F | 0 | 13 | 12A | 39 | 37 |
| Octal | 312 | 115 | 316 | 2 | 77 | 0 | 23 | 452 | 71 | 67 |
| Binary | 11001010 | 1001101 | 11001110 | 10 | 111111 | 0 | 10011 | 100101010 | 111001 | 110111 |
Color Harmonies of #CA4DCE
Complementary color
Monochromatic Colors of #CA4DCE
Black with #CA4DCE
Text Example
Text Example
White with #CA4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DCE; }
p { color: rgb(202,77,206); }
H1.HeaderClassName
{
color: #CA4DCE;
}
.AnyTagClassName
{
color: #CA4DCE;
}
</style>
background-color css
<style>
a { background-color: #CA4DCE; }
a { background-color: rgb(202,77,206); }
div.DivClassName
{
background-color: #CA4DCE;
}
.BgClassName
{
background-color: #CA4DCE;
}
</style>
border-color css
<style>
span { border-color: #CA4DCE; }
span { border-color: rgb(202,77,206); }
td.TdClassName
{
border-color: #CA4DCE;
}
.TagClassName
{
border-color: #CA4DCE;
}
</style>