Shades of Fuchsia #CA3DB6
Tints of Fuchsia #CA3DB6
RGB
CMYK
RGB Variations
Color information
#CA3DB6 (or 0xCA3DB6) is known color: Fuchsia. HEX triplet: CA, 3D and B6. RGB value is (202,61,182). Sum of RGB (Red+Green+Blue) = 202+61+182=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB6 is #35C249. Grayscale: #747474. Windows color (decimal): -3523146 or 11943370. OLE color: 11943370.
HSL color Cylindrical-coordinate representation of color #CA3DB6: hue angle of 308.51º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DB6 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 182 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.21 |
| HSL | 308.51º | 0.57% | 0.52% | - |
| HSV(B) | 308.51º | 0.7% | 0.79% | - |
| XYZ | 34.47 | 19.27 | 46.16 | - |
| YUV | 116.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 182 | 0 | 0.70 | 0.10 | 0.21 | 308.51 | 0.57 | 0.52 |
| Hex | CA | 3D | B6 | 0 | 46 | A | 15 | 135 | 39 | 34 |
| Octal | 312 | 75 | 266 | 0 | 106 | 12 | 25 | 465 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110110 | 0 | 1000110 | 1010 | 10101 | 100110101 | 111001 | 110100 |
Color Harmonies of #CA3DB6
Complementary color
Monochromatic Colors of #CA3DB6
Black with #CA3DB6
Text Example
Text Example
White with #CA3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB6; }
p { color: rgb(202,61,182); }
H1.HeaderClassName
{
color: #CA3DB6;
}
.AnyTagClassName
{
color: #CA3DB6;
}
</style>
background-color css
<style>
a { background-color: #CA3DB6; }
a { background-color: rgb(202,61,182); }
div.DivClassName
{
background-color: #CA3DB6;
}
.BgClassName
{
background-color: #CA3DB6;
}
</style>
border-color css
<style>
span { border-color: #CA3DB6; }
span { border-color: rgb(202,61,182); }
td.TdClassName
{
border-color: #CA3DB6;
}
.TagClassName
{
border-color: #CA3DB6;
}
</style>