Shades of Fuchsia #CA4DB4
Tints of Fuchsia #CA4DB4
RGB
CMYK
RGB Variations
Color information
#CA4DB4 (or 0xCA4DB4) is known color: Fuchsia. HEX triplet: CA, 4D and B4. RGB value is (202,77,180). Sum of RGB (Red+Green+Blue) = 202+77+180=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DB4 is #35B24B. Grayscale: #7D7D7D. Windows color (decimal): -3519052 or 11816394. OLE color: 11816394.
HSL color Cylindrical-coordinate representation of color #CA4DB4: hue angle of 310.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 180 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.21 |
| HSL | 310.56º | 0.54% | 0.55% | - |
| HSV(B) | 310.56º | 0.62% | 0.79% | - |
| XYZ | 35.25 | 21.16 | 45.41 | - |
| YUV | 126.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 180 | 0 | 0.62 | 0.11 | 0.21 | 310.56 | 0.54 | 0.55 |
| Hex | CA | 4D | B4 | 0 | 3E | B | 15 | 137 | 36 | 37 |
| Octal | 312 | 115 | 264 | 0 | 76 | 13 | 25 | 467 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10110100 | 0 | 111110 | 1011 | 10101 | 100110111 | 110110 | 110111 |
Color Harmonies of #CA4DB4
Complementary color
Monochromatic Colors of #CA4DB4
Black with #CA4DB4
Text Example
Text Example
White with #CA4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DB4; }
p { color: rgb(202,77,180); }
H1.HeaderClassName
{
color: #CA4DB4;
}
.AnyTagClassName
{
color: #CA4DB4;
}
</style>
background-color css
<style>
a { background-color: #CA4DB4; }
a { background-color: rgb(202,77,180); }
div.DivClassName
{
background-color: #CA4DB4;
}
.BgClassName
{
background-color: #CA4DB4;
}
</style>
border-color css
<style>
span { border-color: #CA4DB4; }
span { border-color: rgb(202,77,180); }
td.TdClassName
{
border-color: #CA4DB4;
}
.TagClassName
{
border-color: #CA4DB4;
}
</style>