Shades of Fuchsia #CA43CB
Tints of Fuchsia #CA43CB
RGB
CMYK
RGB Variations
Color information
#CA43CB (or 0xCA43CB) is known color: Fuchsia. HEX triplet: CA, 43 and CB. RGB value is (202,67,203). Sum of RGB (Red+Green+Blue) = 202+67+203=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43CB is #35BC34. Grayscale: #7A7A7A. Windows color (decimal): -3521589 or 13321162. OLE color: 13321162.
HSL color Cylindrical-coordinate representation of color #CA43CB: hue angle of 299.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43CB is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 67 | 203 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.20 |
| HSL | 299.56º | 0.57% | 0.53% | - |
| HSV(B) | 299.56º | 0.67% | 0.8% | - |
| XYZ | 37.14 | 20.88 | 58.57 | - |
| YUV | 122.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 203 | 0.00 | 0.67 | 0 | 0.20 | 299.56 | 0.57 | 0.53 |
| Hex | CA | 43 | CB | 0 | 43 | 0 | 14 | 12C | 39 | 35 |
| Octal | 312 | 103 | 313 | 0 | 103 | 0 | 24 | 454 | 71 | 65 |
| Binary | 11001010 | 1000011 | 11001011 | 0 | 1000011 | 0 | 10100 | 100101100 | 111001 | 110101 |
Color Harmonies of #CA43CB
Complementary color
Monochromatic Colors of #CA43CB
Black with #CA43CB
Text Example
Text Example
White with #CA43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43CB; }
p { color: rgb(202,67,203); }
H1.HeaderClassName
{
color: #CA43CB;
}
.AnyTagClassName
{
color: #CA43CB;
}
</style>
background-color css
<style>
a { background-color: #CA43CB; }
a { background-color: rgb(202,67,203); }
div.DivClassName
{
background-color: #CA43CB;
}
.BgClassName
{
background-color: #CA43CB;
}
</style>
border-color css
<style>
span { border-color: #CA43CB; }
span { border-color: rgb(202,67,203); }
td.TdClassName
{
border-color: #CA43CB;
}
.TagClassName
{
border-color: #CA43CB;
}
</style>