Shades of Fuchsia #CA2CB4
Tints of Fuchsia #CA2CB4
RGB
CMYK
RGB Variations
Color information
#CA2CB4 (or 0xCA2CB4) is known color: Fuchsia. HEX triplet: CA, 2C and B4. RGB value is (202,44,180). Sum of RGB (Red+Green+Blue) = 202+44+180=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CB4 is #35D34B. Grayscale: #6A6A6A. Windows color (decimal): -3527500 or 11807946. OLE color: 11807946.
HSL color Cylindrical-coordinate representation of color #CA2CB4: hue angle of 308.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2CB4 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 180 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.21 |
| HSL | 308.35º | 0.64% | 0.48% | - |
| HSV(B) | 308.35º | 0.78% | 0.79% | - |
| XYZ | 33.5 | 17.65 | 44.82 | - |
| YUV | 106.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 180 | 0 | 0.78 | 0.11 | 0.21 | 308.35 | 0.64 | 0.48 |
| Hex | CA | 2C | B4 | 0 | 4E | B | 15 | 134 | 40 | 30 |
| Octal | 312 | 54 | 264 | 0 | 116 | 13 | 25 | 464 | 100 | 60 |
| Binary | 11001010 | 101100 | 10110100 | 0 | 1001110 | 1011 | 10101 | 100110100 | 1000000 | 110000 |
Color Harmonies of #CA2CB4
Complementary color
Monochromatic Colors of #CA2CB4
Black with #CA2CB4
Text Example
Text Example
White with #CA2CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CB4; }
p { color: rgb(202,44,180); }
H1.HeaderClassName
{
color: #CA2CB4;
}
.AnyTagClassName
{
color: #CA2CB4;
}
</style>
background-color css
<style>
a { background-color: #CA2CB4; }
a { background-color: rgb(202,44,180); }
div.DivClassName
{
background-color: #CA2CB4;
}
.BgClassName
{
background-color: #CA2CB4;
}
</style>
border-color css
<style>
span { border-color: #CA2CB4; }
span { border-color: rgb(202,44,180); }
td.TdClassName
{
border-color: #CA2CB4;
}
.TagClassName
{
border-color: #CA2CB4;
}
</style>