Shades of Fuchsia #CA3DB4
Tints of Fuchsia #CA3DB4
RGB
CMYK
RGB Variations
Color information
#CA3DB4 (or 0xCA3DB4) is known color: Fuchsia. HEX triplet: CA, 3D and B4. RGB value is (202,61,180). Sum of RGB (Red+Green+Blue) = 202+61+180=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB4 is #35C24B. Grayscale: #747474. Windows color (decimal): -3523148 or 11812298. OLE color: 11812298.
HSL color Cylindrical-coordinate representation of color #CA3DB4: hue angle of 309.36º 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 #CA3DB4 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 180 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.21 |
| HSL | 309.36º | 0.57% | 0.52% | - |
| HSV(B) | 309.36º | 0.7% | 0.79% | - |
| XYZ | 34.26 | 19.19 | 45.08 | - |
| YUV | 116.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 180 | 0 | 0.70 | 0.11 | 0.21 | 309.36 | 0.57 | 0.52 |
| Hex | CA | 3D | B4 | 0 | 46 | B | 15 | 135 | 39 | 34 |
| Octal | 312 | 75 | 264 | 0 | 106 | 13 | 25 | 465 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110100 | 0 | 1000110 | 1011 | 10101 | 100110101 | 111001 | 110100 |
Color Harmonies of #CA3DB4
Complementary color
Monochromatic Colors of #CA3DB4
Black with #CA3DB4
Text Example
Text Example
White with #CA3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB4; }
p { color: rgb(202,61,180); }
H1.HeaderClassName
{
color: #CA3DB4;
}
.AnyTagClassName
{
color: #CA3DB4;
}
</style>
background-color css
<style>
a { background-color: #CA3DB4; }
a { background-color: rgb(202,61,180); }
div.DivClassName
{
background-color: #CA3DB4;
}
.BgClassName
{
background-color: #CA3DB4;
}
</style>
border-color css
<style>
span { border-color: #CA3DB4; }
span { border-color: rgb(202,61,180); }
td.TdClassName
{
border-color: #CA3DB4;
}
.TagClassName
{
border-color: #CA3DB4;
}
</style>