Shades of Fuchsia #CA4BCD
Tints of Fuchsia #CA4BCD
RGB
CMYK
RGB Variations
Color information
#CA4BCD (or 0xCA4BCD) is known color: Fuchsia. HEX triplet: CA, 4B and CD. RGB value is (202,75,205). Sum of RGB (Red+Green+Blue) = 202+75+205=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BCD is #35B432. Grayscale: #7F7F7F. Windows color (decimal): -3519539 or 13454282. OLE color: 13454282.
HSL color Cylindrical-coordinate representation of color #CA4BCD: hue angle of 298.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BCD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 75 | 205 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.20 |
| HSL | 298.62º | 0.57% | 0.55% | - |
| HSV(B) | 298.62º | 0.63% | 0.8% | - |
| XYZ | 37.89 | 22 | 60.01 | - |
| YUV | 127.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 205 | 0.01 | 0.63 | 0 | 0.20 | 298.62 | 0.57 | 0.55 |
| Hex | CA | 4B | CD | 1 | 3F | 0 | 14 | 12B | 39 | 37 |
| Octal | 312 | 113 | 315 | 1 | 77 | 0 | 24 | 453 | 71 | 67 |
| Binary | 11001010 | 1001011 | 11001101 | 1 | 111111 | 0 | 10100 | 100101011 | 111001 | 110111 |
Color Harmonies of #CA4BCD
Complementary color
Monochromatic Colors of #CA4BCD
Black with #CA4BCD
Text Example
Text Example
White with #CA4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BCD; }
p { color: rgb(202,75,205); }
H1.HeaderClassName
{
color: #CA4BCD;
}
.AnyTagClassName
{
color: #CA4BCD;
}
</style>
background-color css
<style>
a { background-color: #CA4BCD; }
a { background-color: rgb(202,75,205); }
div.DivClassName
{
background-color: #CA4BCD;
}
.BgClassName
{
background-color: #CA4BCD;
}
</style>
border-color css
<style>
span { border-color: #CA4BCD; }
span { border-color: rgb(202,75,205); }
td.TdClassName
{
border-color: #CA4BCD;
}
.TagClassName
{
border-color: #CA4BCD;
}
</style>