Shades of Fuchsia #CA3FCC
Tints of Fuchsia #CA3FCC
RGB
CMYK
RGB Variations
Color information
#CA3FCC (or 0xCA3FCC) is known color: Fuchsia. HEX triplet: CA, 3F and CC. RGB value is (202,63,204). Sum of RGB (Red+Green+Blue) = 202+63+204=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FCC is #35C033. Grayscale: #787878. Windows color (decimal): -3522612 or 13385674. OLE color: 13385674.
HSL color Cylindrical-coordinate representation of color #CA3FCC: hue angle of 299.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FCC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 63 | 204 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.2 |
| HSL | 299.15º | 0.58% | 0.52% | - |
| HSV(B) | 299.15º | 0.69% | 0.8% | - |
| XYZ | 37.03 | 20.47 | 59.13 | - |
| YUV | 120.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 204 | 0.01 | 0.69 | 0 | 0.2 | 299.15 | 0.58 | 0.52 |
| Hex | CA | 3F | CC | 1 | 45 | 0 | 14 | 12B | 3A | 34 |
| Octal | 312 | 77 | 314 | 1 | 105 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001010 | 111111 | 11001100 | 1 | 1000101 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #CA3FCC
Complementary color
Monochromatic Colors of #CA3FCC
Black with #CA3FCC
Text Example
Text Example
White with #CA3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FCC; }
p { color: rgb(202,63,204); }
H1.HeaderClassName
{
color: #CA3FCC;
}
.AnyTagClassName
{
color: #CA3FCC;
}
</style>
background-color css
<style>
a { background-color: #CA3FCC; }
a { background-color: rgb(202,63,204); }
div.DivClassName
{
background-color: #CA3FCC;
}
.BgClassName
{
background-color: #CA3FCC;
}
</style>
border-color css
<style>
span { border-color: #CA3FCC; }
span { border-color: rgb(202,63,204); }
td.TdClassName
{
border-color: #CA3FCC;
}
.TagClassName
{
border-color: #CA3FCC;
}
</style>