Shades of Fuchsia #CA3DCD
Tints of Fuchsia #CA3DCD
RGB
CMYK
RGB Variations
Color information
#CA3DCD (or 0xCA3DCD) is known color: Fuchsia. HEX triplet: CA, 3D and CD. RGB value is (202,61,205). Sum of RGB (Red+Green+Blue) = 202+61+205=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DCD is #35C232. Grayscale: #777777. Windows color (decimal): -3523123 or 13450698. OLE color: 13450698.
HSL color Cylindrical-coordinate representation of color #CA3DCD: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DCD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 61 | 205 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.20 |
| HSL | 298.75º | 0.59% | 0.52% | - |
| HSV(B) | 298.75º | 0.7% | 0.8% | - |
| XYZ | 37.05 | 20.3 | 59.72 | - |
| YUV | 119.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 205 | 0.01 | 0.70 | 0 | 0.20 | 298.75 | 0.59 | 0.52 |
| Hex | CA | 3D | CD | 1 | 46 | 0 | 14 | 12B | 3B | 34 |
| Octal | 312 | 75 | 315 | 1 | 106 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001010 | 111101 | 11001101 | 1 | 1000110 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #CA3DCD
Complementary color
Monochromatic Colors of #CA3DCD
Black with #CA3DCD
Text Example
Text Example
White with #CA3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DCD; }
p { color: rgb(202,61,205); }
H1.HeaderClassName
{
color: #CA3DCD;
}
.AnyTagClassName
{
color: #CA3DCD;
}
</style>
background-color css
<style>
a { background-color: #CA3DCD; }
a { background-color: rgb(202,61,205); }
div.DivClassName
{
background-color: #CA3DCD;
}
.BgClassName
{
background-color: #CA3DCD;
}
</style>
border-color css
<style>
span { border-color: #CA3DCD; }
span { border-color: rgb(202,61,205); }
td.TdClassName
{
border-color: #CA3DCD;
}
.TagClassName
{
border-color: #CA3DCD;
}
</style>