Shades of Fuchsia #CA3BCC
Tints of Fuchsia #CA3BCC
RGB
CMYK
RGB Variations
Color information
#CA3BCC (or 0xCA3BCC) is known color: Fuchsia. HEX triplet: CA, 3B and CC. RGB value is (202,59,204). Sum of RGB (Red+Green+Blue) = 202+59+204=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BCC is #35C433. Grayscale: #757575. Windows color (decimal): -3523636 or 13384650. OLE color: 13384650.
HSL color Cylindrical-coordinate representation of color #CA3BCC: hue angle of 299.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3BCC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 59 | 204 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.2 |
| HSL | 299.17º | 0.59% | 0.52% | - |
| HSV(B) | 299.17º | 0.71% | 0.8% | - |
| XYZ | 36.82 | 20.04 | 59.06 | - |
| YUV | 118.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 204 | 0.01 | 0.71 | 0 | 0.2 | 299.17 | 0.59 | 0.52 |
| Hex | CA | 3B | CC | 1 | 47 | 0 | 14 | 12B | 3B | 34 |
| Octal | 312 | 73 | 314 | 1 | 107 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001010 | 111011 | 11001100 | 1 | 1000111 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #CA3BCC
Complementary color
Monochromatic Colors of #CA3BCC
Black with #CA3BCC
Text Example
Text Example
White with #CA3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BCC; }
p { color: rgb(202,59,204); }
H1.HeaderClassName
{
color: #CA3BCC;
}
.AnyTagClassName
{
color: #CA3BCC;
}
</style>
background-color css
<style>
a { background-color: #CA3BCC; }
a { background-color: rgb(202,59,204); }
div.DivClassName
{
background-color: #CA3BCC;
}
.BgClassName
{
background-color: #CA3BCC;
}
</style>
border-color css
<style>
span { border-color: #CA3BCC; }
span { border-color: rgb(202,59,204); }
td.TdClassName
{
border-color: #CA3BCC;
}
.TagClassName
{
border-color: #CA3BCC;
}
</style>