Shades of Fuchsia #CA3DB7
Tints of Fuchsia #CA3DB7
RGB
CMYK
RGB Variations
Color information
#CA3DB7 (or 0xCA3DB7) is known color: Fuchsia. HEX triplet: CA, 3D and B7. RGB value is (202,61,183). Sum of RGB (Red+Green+Blue) = 202+61+183=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB7 is #35C248. Grayscale: #747474. Windows color (decimal): -3523145 or 12008906. OLE color: 12008906.
HSL color Cylindrical-coordinate representation of color #CA3DB7: hue angle of 308.09º 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 #CA3DB7 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 183 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.21 |
| HSL | 308.09º | 0.57% | 0.52% | - |
| HSV(B) | 308.09º | 0.7% | 0.79% | - |
| XYZ | 34.57 | 19.31 | 46.71 | - |
| YUV | 117.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 183 | 0 | 0.70 | 0.09 | 0.21 | 308.09 | 0.57 | 0.52 |
| Hex | CA | 3D | B7 | 0 | 46 | 9 | 15 | 134 | 39 | 34 |
| Octal | 312 | 75 | 267 | 0 | 106 | 11 | 25 | 464 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110111 | 0 | 1000110 | 1001 | 10101 | 100110100 | 111001 | 110100 |
Color Harmonies of #CA3DB7
Complementary color
Monochromatic Colors of #CA3DB7
Black with #CA3DB7
Text Example
Text Example
White with #CA3DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB7; }
p { color: rgb(202,61,183); }
H1.HeaderClassName
{
color: #CA3DB7;
}
.AnyTagClassName
{
color: #CA3DB7;
}
</style>
background-color css
<style>
a { background-color: #CA3DB7; }
a { background-color: rgb(202,61,183); }
div.DivClassName
{
background-color: #CA3DB7;
}
.BgClassName
{
background-color: #CA3DB7;
}
</style>
border-color css
<style>
span { border-color: #CA3DB7; }
span { border-color: rgb(202,61,183); }
td.TdClassName
{
border-color: #CA3DB7;
}
.TagClassName
{
border-color: #CA3DB7;
}
</style>