Shades of Fuchsia #CA3DB5
Tints of Fuchsia #CA3DB5
RGB
CMYK
RGB Variations
Color information
#CA3DB5 (or 0xCA3DB5) is known color: Fuchsia. HEX triplet: CA, 3D and B5. RGB value is (202,61,181). Sum of RGB (Red+Green+Blue) = 202+61+181=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB5 is #35C24A. Grayscale: #747474. Windows color (decimal): -3523147 or 11877834. OLE color: 11877834.
HSL color Cylindrical-coordinate representation of color #CA3DB5: hue angle of 308.94º 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 #CA3DB5 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 181 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.21 |
| HSL | 308.94º | 0.57% | 0.52% | - |
| HSV(B) | 308.94º | 0.7% | 0.79% | - |
| XYZ | 34.37 | 19.23 | 45.62 | - |
| YUV | 116.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 181 | 0 | 0.70 | 0.10 | 0.21 | 308.94 | 0.57 | 0.52 |
| Hex | CA | 3D | B5 | 0 | 46 | A | 15 | 135 | 39 | 34 |
| Octal | 312 | 75 | 265 | 0 | 106 | 12 | 25 | 465 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110101 | 0 | 1000110 | 1010 | 10101 | 100110101 | 111001 | 110100 |
Color Harmonies of #CA3DB5
Complementary color
Monochromatic Colors of #CA3DB5
Black with #CA3DB5
Text Example
Text Example
White with #CA3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB5; }
p { color: rgb(202,61,181); }
H1.HeaderClassName
{
color: #CA3DB5;
}
.AnyTagClassName
{
color: #CA3DB5;
}
</style>
background-color css
<style>
a { background-color: #CA3DB5; }
a { background-color: rgb(202,61,181); }
div.DivClassName
{
background-color: #CA3DB5;
}
.BgClassName
{
background-color: #CA3DB5;
}
</style>
border-color css
<style>
span { border-color: #CA3DB5; }
span { border-color: rgb(202,61,181); }
td.TdClassName
{
border-color: #CA3DB5;
}
.TagClassName
{
border-color: #CA3DB5;
}
</style>