Shades of Fuchsia #CA5FCC
Tints of Fuchsia #CA5FCC
RGB
CMYK
RGB Variations
Color information
#CA5FCC (or 0xCA5FCC) is known color: Fuchsia. HEX triplet: CA, 5F and CC. RGB value is (202,95,204). Sum of RGB (Red+Green+Blue) = 202+95+204=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FCC is #35A033. Grayscale: #8B8B8B. Windows color (decimal): -3514420 or 13393866. OLE color: 13393866.
HSL color Cylindrical-coordinate representation of color #CA5FCC: hue angle of 298.9º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5FCC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 95 | 204 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.2 |
| HSL | 298.9º | 0.52% | 0.59% | - |
| HSV(B) | 298.9º | 0.53% | 0.8% | - |
| XYZ | 39.35 | 25.1 | 59.9 | - |
| YUV | 139.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 204 | 0.01 | 0.53 | 0 | 0.2 | 298.9 | 0.52 | 0.59 |
| Hex | CA | 5F | CC | 1 | 35 | 0 | 14 | 12B | 34 | 3B |
| Octal | 312 | 137 | 314 | 1 | 65 | 0 | 24 | 453 | 64 | 73 |
| Binary | 11001010 | 1011111 | 11001100 | 1 | 110101 | 0 | 10100 | 100101011 | 110100 | 111011 |
Color Harmonies of #CA5FCC
Complementary color
Monochromatic Colors of #CA5FCC
Black with #CA5FCC
Text Example
Text Example
White with #CA5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FCC; }
p { color: rgb(202,95,204); }
H1.HeaderClassName
{
color: #CA5FCC;
}
.AnyTagClassName
{
color: #CA5FCC;
}
</style>
background-color css
<style>
a { background-color: #CA5FCC; }
a { background-color: rgb(202,95,204); }
div.DivClassName
{
background-color: #CA5FCC;
}
.BgClassName
{
background-color: #CA5FCC;
}
</style>
border-color css
<style>
span { border-color: #CA5FCC; }
span { border-color: rgb(202,95,204); }
td.TdClassName
{
border-color: #CA5FCC;
}
.TagClassName
{
border-color: #CA5FCC;
}
</style>