Shades of Fuchsia #CA3ECB
Tints of Fuchsia #CA3ECB
RGB
CMYK
RGB Variations
Color information
#CA3ECB (or 0xCA3ECB) is known color: Fuchsia. HEX triplet: CA, 3E and CB. RGB value is (202,62,203). Sum of RGB (Red+Green+Blue) = 202+62+203=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ECB is #35C134. Grayscale: #777777. Windows color (decimal): -3522869 or 13319882. OLE color: 13319882.
HSL color Cylindrical-coordinate representation of color #CA3ECB: hue angle of 299.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3ECB is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 62 | 203 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.20 |
| HSL | 299.57º | 0.58% | 0.52% | - |
| HSV(B) | 299.57º | 0.69% | 0.8% | - |
| XYZ | 36.86 | 20.31 | 58.48 | - |
| YUV | 119.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 203 | 0.00 | 0.69 | 0 | 0.20 | 299.57 | 0.58 | 0.52 |
| Hex | CA | 3E | CB | 0 | 45 | 0 | 14 | 12C | 3A | 34 |
| Octal | 312 | 76 | 313 | 0 | 105 | 0 | 24 | 454 | 72 | 64 |
| Binary | 11001010 | 111110 | 11001011 | 0 | 1000101 | 0 | 10100 | 100101100 | 111010 | 110100 |
Color Harmonies of #CA3ECB
Complementary color
Monochromatic Colors of #CA3ECB
Black with #CA3ECB
Text Example
Text Example
White with #CA3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3ECB; }
p { color: rgb(202,62,203); }
H1.HeaderClassName
{
color: #CA3ECB;
}
.AnyTagClassName
{
color: #CA3ECB;
}
</style>
background-color css
<style>
a { background-color: #CA3ECB; }
a { background-color: rgb(202,62,203); }
div.DivClassName
{
background-color: #CA3ECB;
}
.BgClassName
{
background-color: #CA3ECB;
}
</style>
border-color css
<style>
span { border-color: #CA3ECB; }
span { border-color: rgb(202,62,203); }
td.TdClassName
{
border-color: #CA3ECB;
}
.TagClassName
{
border-color: #CA3ECB;
}
</style>