Shades of Fuchsia #CA32CC
Tints of Fuchsia #CA32CC
RGB
CMYK
RGB Variations
Color information
#CA32CC (or 0xCA32CC) is known color: Fuchsia. HEX triplet: CA, 32 and CC. RGB value is (202,50,204). Sum of RGB (Red+Green+Blue) = 202+50+204=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32CC is #35CD33. Grayscale: #707070. Windows color (decimal): -3525940 or 13382346. OLE color: 13382346.
HSL color Cylindrical-coordinate representation of color #CA32CC: hue angle of 299.22º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32CC is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 50 | 204 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.2 |
| HSL | 299.22º | 0.61% | 0.5% | - |
| HSV(B) | 299.22º | 0.75% | 0.8% | - |
| XYZ | 36.4 | 19.2 | 58.91 | - |
| YUV | 113 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 204 | 0.01 | 0.75 | 0 | 0.2 | 299.22 | 0.61 | 0.5 |
| Hex | CA | 32 | CC | 1 | 4B | 0 | 14 | 12B | 3D | 32 |
| Octal | 312 | 62 | 314 | 1 | 113 | 0 | 24 | 453 | 75 | 62 |
| Binary | 11001010 | 110010 | 11001100 | 1 | 1001011 | 0 | 10100 | 100101011 | 111101 | 110010 |
Color Harmonies of #CA32CC
Complementary color
Monochromatic Colors of #CA32CC
Black with #CA32CC
Text Example
Text Example
White with #CA32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32CC; }
p { color: rgb(202,50,204); }
H1.HeaderClassName
{
color: #CA32CC;
}
.AnyTagClassName
{
color: #CA32CC;
}
</style>
background-color css
<style>
a { background-color: #CA32CC; }
a { background-color: rgb(202,50,204); }
div.DivClassName
{
background-color: #CA32CC;
}
.BgClassName
{
background-color: #CA32CC;
}
</style>
border-color css
<style>
span { border-color: #CA32CC; }
span { border-color: rgb(202,50,204); }
td.TdClassName
{
border-color: #CA32CC;
}
.TagClassName
{
border-color: #CA32CC;
}
</style>