Shades of Fuchsia #CA54CC
Tints of Fuchsia #CA54CC
RGB
CMYK
RGB Variations
Color information
#CA54CC (or 0xCA54CC) is known color: Fuchsia. HEX triplet: CA, 54 and CC. RGB value is (202,84,204). Sum of RGB (Red+Green+Blue) = 202+84+204=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54CC is #35AB33. Grayscale: #848484. Windows color (decimal): -3517236 or 13391050. OLE color: 13391050.
HSL color Cylindrical-coordinate representation of color #CA54CC: hue angle of 299º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA54CC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 84 | 204 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.2 |
| HSL | 299º | 0.54% | 0.56% | - |
| HSV(B) | 299º | 0.59% | 0.8% | - |
| XYZ | 38.43 | 23.26 | 59.59 | - |
| YUV | 132.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 204 | 0.01 | 0.59 | 0 | 0.2 | 299 | 0.54 | 0.56 |
| Hex | CA | 54 | CC | 1 | 3B | 0 | 14 | 12B | 36 | 38 |
| Octal | 312 | 124 | 314 | 1 | 73 | 0 | 24 | 453 | 66 | 70 |
| Binary | 11001010 | 1010100 | 11001100 | 1 | 111011 | 0 | 10100 | 100101011 | 110110 | 111000 |
Color Harmonies of #CA54CC
Complementary color
Monochromatic Colors of #CA54CC
Black with #CA54CC
Text Example
Text Example
White with #CA54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54CC; }
p { color: rgb(202,84,204); }
H1.HeaderClassName
{
color: #CA54CC;
}
.AnyTagClassName
{
color: #CA54CC;
}
</style>
background-color css
<style>
a { background-color: #CA54CC; }
a { background-color: rgb(202,84,204); }
div.DivClassName
{
background-color: #CA54CC;
}
.BgClassName
{
background-color: #CA54CC;
}
</style>
border-color css
<style>
span { border-color: #CA54CC; }
span { border-color: rgb(202,84,204); }
td.TdClassName
{
border-color: #CA54CC;
}
.TagClassName
{
border-color: #CA54CC;
}
</style>