Shades of Fuchsia #CA4DCC
Tints of Fuchsia #CA4DCC
RGB
CMYK
RGB Variations
Color information
#CA4DCC (or 0xCA4DCC) is known color: Fuchsia. HEX triplet: CA, 4D and CC. RGB value is (202,77,204). Sum of RGB (Red+Green+Blue) = 202+77+204=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DCC is #35B233. Grayscale: #808080. Windows color (decimal): -3519028 or 13389258. OLE color: 13389258.
HSL color Cylindrical-coordinate representation of color #CA4DCC: hue angle of 299.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DCC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 77 | 204 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.2 |
| HSL | 299.06º | 0.55% | 0.55% | - |
| HSV(B) | 299.06º | 0.62% | 0.8% | - |
| XYZ | 37.91 | 22.22 | 59.42 | - |
| YUV | 128.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 204 | 0.01 | 0.62 | 0 | 0.2 | 299.06 | 0.55 | 0.55 |
| Hex | CA | 4D | CC | 1 | 3E | 0 | 14 | 12B | 37 | 37 |
| Octal | 312 | 115 | 314 | 1 | 76 | 0 | 24 | 453 | 67 | 67 |
| Binary | 11001010 | 1001101 | 11001100 | 1 | 111110 | 0 | 10100 | 100101011 | 110111 | 110111 |
Color Harmonies of #CA4DCC
Complementary color
Monochromatic Colors of #CA4DCC
Black with #CA4DCC
Text Example
Text Example
White with #CA4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DCC; }
p { color: rgb(202,77,204); }
H1.HeaderClassName
{
color: #CA4DCC;
}
.AnyTagClassName
{
color: #CA4DCC;
}
</style>
background-color css
<style>
a { background-color: #CA4DCC; }
a { background-color: rgb(202,77,204); }
div.DivClassName
{
background-color: #CA4DCC;
}
.BgClassName
{
background-color: #CA4DCC;
}
</style>
border-color css
<style>
span { border-color: #CA4DCC; }
span { border-color: rgb(202,77,204); }
td.TdClassName
{
border-color: #CA4DCC;
}
.TagClassName
{
border-color: #CA4DCC;
}
</style>