Shades of Fuchsia #CA43CA
Tints of Fuchsia #CA43CA
RGB
CMYK
RGB Variations
Color information
#CA43CA (or 0xCA43CA) is known color: Fuchsia. HEX triplet: CA, 43 and CA. RGB value is (202,67,202). Sum of RGB (Red+Green+Blue) = 202+67+202=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43CA is #35BC35. Grayscale: #7A7A7A. Windows color (decimal): -3521590 or 13255626. OLE color: 13255626.
HSL color Cylindrical-coordinate representation of color #CA43CA: hue angle of 300º 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 #CA43CA is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 202 | - |
| CMYK | 0 | 0.67 | 0 | 0.21 |
| HSL | 300º | 0.56% | 0.53% | - |
| HSV(B) | 300º | 0.67% | 0.79% | - |
| XYZ | 37.02 | 20.84 | 57.95 | - |
| YUV | 122.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 202 | 0 | 0.67 | 0 | 0.21 | 300 | 0.56 | 0.53 |
| Hex | CA | 43 | CA | 0 | 43 | 0 | 15 | 12C | 38 | 35 |
| Octal | 312 | 103 | 312 | 0 | 103 | 0 | 25 | 454 | 70 | 65 |
| Binary | 11001010 | 1000011 | 11001010 | 0 | 1000011 | 0 | 10101 | 100101100 | 111000 | 110101 |
Color Harmonies of #CA43CA
Complementary color
Monochromatic Colors of #CA43CA
Black with #CA43CA
Text Example
Text Example
White with #CA43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43CA; }
p { color: rgb(202,67,202); }
H1.HeaderClassName
{
color: #CA43CA;
}
.AnyTagClassName
{
color: #CA43CA;
}
</style>
background-color css
<style>
a { background-color: #CA43CA; }
a { background-color: rgb(202,67,202); }
div.DivClassName
{
background-color: #CA43CA;
}
.BgClassName
{
background-color: #CA43CA;
}
</style>
border-color css
<style>
span { border-color: #CA43CA; }
span { border-color: rgb(202,67,202); }
td.TdClassName
{
border-color: #CA43CA;
}
.TagClassName
{
border-color: #CA43CA;
}
</style>