Shades of Fuchsia #CA3FBD
Tints of Fuchsia #CA3FBD
RGB
CMYK
RGB Variations
Color information
#CA3FBD (or 0xCA3FBD) is known color: Fuchsia. HEX triplet: CA, 3F and BD. RGB value is (202,63,189). Sum of RGB (Red+Green+Blue) = 202+63+189=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FBD is #35C042. Grayscale: #767676. Windows color (decimal): -3522627 or 12402634. OLE color: 12402634.
HSL color Cylindrical-coordinate representation of color #CA3FBD: hue angle of 305.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FBD is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 189 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.21 |
| HSL | 305.61º | 0.57% | 0.52% | - |
| HSV(B) | 305.61º | 0.69% | 0.79% | - |
| XYZ | 35.32 | 19.79 | 50.1 | - |
| YUV | 118.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 189 | 0 | 0.69 | 0.06 | 0.21 | 305.61 | 0.57 | 0.52 |
| Hex | CA | 3F | BD | 0 | 45 | 6 | 15 | 132 | 39 | 34 |
| Octal | 312 | 77 | 275 | 0 | 105 | 6 | 25 | 462 | 71 | 64 |
| Binary | 11001010 | 111111 | 10111101 | 0 | 1000101 | 110 | 10101 | 100110010 | 111001 | 110100 |
Color Harmonies of #CA3FBD
Complementary color
Monochromatic Colors of #CA3FBD
Black with #CA3FBD
Text Example
Text Example
White with #CA3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FBD; }
p { color: rgb(202,63,189); }
H1.HeaderClassName
{
color: #CA3FBD;
}
.AnyTagClassName
{
color: #CA3FBD;
}
</style>
background-color css
<style>
a { background-color: #CA3FBD; }
a { background-color: rgb(202,63,189); }
div.DivClassName
{
background-color: #CA3FBD;
}
.BgClassName
{
background-color: #CA3FBD;
}
</style>
border-color css
<style>
span { border-color: #CA3FBD; }
span { border-color: rgb(202,63,189); }
td.TdClassName
{
border-color: #CA3FBD;
}
.TagClassName
{
border-color: #CA3FBD;
}
</style>