Shades of Fuchsia #CA43BD
Tints of Fuchsia #CA43BD
RGB
CMYK
RGB Variations
Color information
#CA43BD (or 0xCA43BD) is known color: Fuchsia. HEX triplet: CA, 43 and BD. RGB value is (202,67,189). Sum of RGB (Red+Green+Blue) = 202+67+189=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43BD is #35BC42. Grayscale: #787878. Windows color (decimal): -3521603 or 12403658. OLE color: 12403658.
HSL color Cylindrical-coordinate representation of color #CA43BD: hue angle of 305.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43BD is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 189 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.21 |
| HSL | 305.78º | 0.56% | 0.53% | - |
| HSV(B) | 305.78º | 0.67% | 0.79% | - |
| XYZ | 35.55 | 20.24 | 50.18 | - |
| YUV | 121.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 189 | 0 | 0.67 | 0.06 | 0.21 | 305.78 | 0.56 | 0.53 |
| Hex | CA | 43 | BD | 0 | 43 | 6 | 15 | 132 | 38 | 35 |
| Octal | 312 | 103 | 275 | 0 | 103 | 6 | 25 | 462 | 70 | 65 |
| Binary | 11001010 | 1000011 | 10111101 | 0 | 1000011 | 110 | 10101 | 100110010 | 111000 | 110101 |
Color Harmonies of #CA43BD
Complementary color
Monochromatic Colors of #CA43BD
Black with #CA43BD
Text Example
Text Example
White with #CA43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43BD; }
p { color: rgb(202,67,189); }
H1.HeaderClassName
{
color: #CA43BD;
}
.AnyTagClassName
{
color: #CA43BD;
}
</style>
background-color css
<style>
a { background-color: #CA43BD; }
a { background-color: rgb(202,67,189); }
div.DivClassName
{
background-color: #CA43BD;
}
.BgClassName
{
background-color: #CA43BD;
}
</style>
border-color css
<style>
span { border-color: #CA43BD; }
span { border-color: rgb(202,67,189); }
td.TdClassName
{
border-color: #CA43BD;
}
.TagClassName
{
border-color: #CA43BD;
}
</style>