Shades of Fuchsia #CA3DB2
Tints of Fuchsia #CA3DB2
RGB
CMYK
RGB Variations
Color information
#CA3DB2 (or 0xCA3DB2) is known color: Fuchsia. HEX triplet: CA, 3D and B2. RGB value is (202,61,178). Sum of RGB (Red+Green+Blue) = 202+61+178=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3DB2 is #35C24D. Grayscale: #747474. Windows color (decimal): -3523150 or 11681226. OLE color: 11681226.
HSL color Cylindrical-coordinate representation of color #CA3DB2: hue angle of 310.21º 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 #CA3DB2 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 178 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.21 |
| HSL | 310.21º | 0.57% | 0.52% | - |
| HSV(B) | 310.21º | 0.7% | 0.79% | - |
| XYZ | 34.06 | 19.11 | 44.01 | - |
| YUV | 116.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 178 | 0 | 0.70 | 0.12 | 0.21 | 310.21 | 0.57 | 0.52 |
| Hex | CA | 3D | B2 | 0 | 46 | C | 15 | 136 | 39 | 34 |
| Octal | 312 | 75 | 262 | 0 | 106 | 14 | 25 | 466 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110010 | 0 | 1000110 | 1100 | 10101 | 100110110 | 111001 | 110100 |
Color Harmonies of #CA3DB2
Complementary color
Monochromatic Colors of #CA3DB2
Black with #CA3DB2
Text Example
Text Example
White with #CA3DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB2; }
p { color: rgb(202,61,178); }
H1.HeaderClassName
{
color: #CA3DB2;
}
.AnyTagClassName
{
color: #CA3DB2;
}
</style>
background-color css
<style>
a { background-color: #CA3DB2; }
a { background-color: rgb(202,61,178); }
div.DivClassName
{
background-color: #CA3DB2;
}
.BgClassName
{
background-color: #CA3DB2;
}
</style>
border-color css
<style>
span { border-color: #CA3DB2; }
span { border-color: rgb(202,61,178); }
td.TdClassName
{
border-color: #CA3DB2;
}
.TagClassName
{
border-color: #CA3DB2;
}
</style>