Shades of Fuchsia #CA33D3
Tints of Fuchsia #CA33D3
RGB
CMYK
RGB Variations
Color information
#CA33D3 (or 0xCA33D3) is known color: Fuchsia. HEX triplet: CA, 33 and D3. RGB value is (202,51,211). Sum of RGB (Red+Green+Blue) = 202+51+211=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA33D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33D3 is #35CC2C. Grayscale: #717171. Windows color (decimal): -3525677 or 13841354. OLE color: 13841354.
HSL color Cylindrical-coordinate representation of color #CA33D3: hue angle of 296.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA33D3 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 51 | 211 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.17 |
| HSL | 296.63º | 0.65% | 0.51% | - |
| HSV(B) | 296.63º | 0.76% | 0.83% | - |
| XYZ | 37.3 | 19.63 | 63.45 | - |
| YUV | 114.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 211 | 0.04 | 0.76 | 0 | 0.17 | 296.63 | 0.65 | 0.51 |
| Hex | CA | 33 | D3 | 4 | 4C | 0 | 11 | 129 | 41 | 33 |
| Octal | 312 | 63 | 323 | 4 | 114 | 0 | 21 | 451 | 101 | 63 |
| Binary | 11001010 | 110011 | 11010011 | 100 | 1001100 | 0 | 10001 | 100101001 | 1000001 | 110011 |
Color Harmonies of #CA33D3
Complementary color
Monochromatic Colors of #CA33D3
Black with #CA33D3
Text Example
Text Example
White with #CA33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33D3; }
p { color: rgb(202,51,211); }
H1.HeaderClassName
{
color: #CA33D3;
}
.AnyTagClassName
{
color: #CA33D3;
}
</style>
background-color css
<style>
a { background-color: #CA33D3; }
a { background-color: rgb(202,51,211); }
div.DivClassName
{
background-color: #CA33D3;
}
.BgClassName
{
background-color: #CA33D3;
}
</style>
border-color css
<style>
span { border-color: #CA33D3; }
span { border-color: rgb(202,51,211); }
td.TdClassName
{
border-color: #CA33D3;
}
.TagClassName
{
border-color: #CA33D3;
}
</style>