Shades of Fuchsia #CA4DC3
Tints of Fuchsia #CA4DC3
RGB
CMYK
RGB Variations
Color information
#CA4DC3 (or 0xCA4DC3) is known color: Fuchsia. HEX triplet: CA, 4D and C3. RGB value is (202,77,195). Sum of RGB (Red+Green+Blue) = 202+77+195=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DC3 is #35B23C. Grayscale: #7F7F7F. Windows color (decimal): -3519037 or 12799434. OLE color: 12799434.
HSL color Cylindrical-coordinate representation of color #CA4DC3: hue angle of 303.36º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DC3 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 195 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.21 |
| HSL | 303.36º | 0.54% | 0.55% | - |
| HSV(B) | 303.36º | 0.62% | 0.79% | - |
| XYZ | 36.86 | 21.8 | 53.9 | - |
| YUV | 127.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 195 | 0 | 0.62 | 0.03 | 0.21 | 303.36 | 0.54 | 0.55 |
| Hex | CA | 4D | C3 | 0 | 3E | 3 | 15 | 12F | 36 | 37 |
| Octal | 312 | 115 | 303 | 0 | 76 | 3 | 25 | 457 | 66 | 67 |
| Binary | 11001010 | 1001101 | 11000011 | 0 | 111110 | 11 | 10101 | 100101111 | 110110 | 110111 |
Color Harmonies of #CA4DC3
Complementary color
Monochromatic Colors of #CA4DC3
Black with #CA4DC3
Text Example
Text Example
White with #CA4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DC3; }
p { color: rgb(202,77,195); }
H1.HeaderClassName
{
color: #CA4DC3;
}
.AnyTagClassName
{
color: #CA4DC3;
}
</style>
background-color css
<style>
a { background-color: #CA4DC3; }
a { background-color: rgb(202,77,195); }
div.DivClassName
{
background-color: #CA4DC3;
}
.BgClassName
{
background-color: #CA4DC3;
}
</style>
border-color css
<style>
span { border-color: #CA4DC3; }
span { border-color: rgb(202,77,195); }
td.TdClassName
{
border-color: #CA4DC3;
}
.TagClassName
{
border-color: #CA4DC3;
}
</style>