Shades of Fuchsia #CA32D0
Tints of Fuchsia #CA32D0
RGB
CMYK
RGB Variations
Color information
#CA32D0 (or 0xCA32D0) is known color: Fuchsia. HEX triplet: CA, 32 and D0. RGB value is (202,50,208). Sum of RGB (Red+Green+Blue) = 202+50+208=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32D0 is #35CD2F. Grayscale: #707070. Windows color (decimal): -3525936 or 13644490. OLE color: 13644490.
HSL color Cylindrical-coordinate representation of color #CA32D0: hue angle of 297.72º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA32D0 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 50 | 208 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.18 |
| HSL | 297.72º | 0.63% | 0.51% | - |
| HSV(B) | 297.72º | 0.76% | 0.82% | - |
| XYZ | 36.88 | 19.39 | 61.47 | - |
| YUV | 113.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 208 | 0.03 | 0.76 | 0 | 0.18 | 297.72 | 0.63 | 0.51 |
| Hex | CA | 32 | D0 | 3 | 4C | 0 | 12 | 12A | 3F | 33 |
| Octal | 312 | 62 | 320 | 3 | 114 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001010 | 110010 | 11010000 | 11 | 1001100 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CA32D0
Complementary color
Monochromatic Colors of #CA32D0
Black with #CA32D0
Text Example
Text Example
White with #CA32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32D0; }
p { color: rgb(202,50,208); }
H1.HeaderClassName
{
color: #CA32D0;
}
.AnyTagClassName
{
color: #CA32D0;
}
</style>
background-color css
<style>
a { background-color: #CA32D0; }
a { background-color: rgb(202,50,208); }
div.DivClassName
{
background-color: #CA32D0;
}
.BgClassName
{
background-color: #CA32D0;
}
</style>
border-color css
<style>
span { border-color: #CA32D0; }
span { border-color: rgb(202,50,208); }
td.TdClassName
{
border-color: #CA32D0;
}
.TagClassName
{
border-color: #CA32D0;
}
</style>