Shades of Fuchsia #CA50CC
Tints of Fuchsia #CA50CC
RGB
CMYK
RGB Variations
Color information
#CA50CC (or 0xCA50CC) is known color: Fuchsia. HEX triplet: CA, 50 and CC. RGB value is (202,80,204). Sum of RGB (Red+Green+Blue) = 202+80+204=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50CC is #35AF33. Grayscale: #828282. Windows color (decimal): -3518260 or 13390026. OLE color: 13390026.
HSL color Cylindrical-coordinate representation of color #CA50CC: hue angle of 299.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA50CC is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 80 | 204 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.2 |
| HSL | 299.03º | 0.55% | 0.56% | - |
| HSV(B) | 299.03º | 0.61% | 0.8% | - |
| XYZ | 38.12 | 22.65 | 59.49 | - |
| YUV | 130.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 204 | 0.01 | 0.61 | 0 | 0.2 | 299.03 | 0.55 | 0.56 |
| Hex | CA | 50 | CC | 1 | 3D | 0 | 14 | 12B | 37 | 38 |
| Octal | 312 | 120 | 314 | 1 | 75 | 0 | 24 | 453 | 67 | 70 |
| Binary | 11001010 | 1010000 | 11001100 | 1 | 111101 | 0 | 10100 | 100101011 | 110111 | 111000 |
Color Harmonies of #CA50CC
Complementary color
Monochromatic Colors of #CA50CC
Black with #CA50CC
Text Example
Text Example
White with #CA50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50CC; }
p { color: rgb(202,80,204); }
H1.HeaderClassName
{
color: #CA50CC;
}
.AnyTagClassName
{
color: #CA50CC;
}
</style>
background-color css
<style>
a { background-color: #CA50CC; }
a { background-color: rgb(202,80,204); }
div.DivClassName
{
background-color: #CA50CC;
}
.BgClassName
{
background-color: #CA50CC;
}
</style>
border-color css
<style>
span { border-color: #CA50CC; }
span { border-color: rgb(202,80,204); }
td.TdClassName
{
border-color: #CA50CC;
}
.TagClassName
{
border-color: #CA50CC;
}
</style>