Shades of Fuchsia #CA6CB5
Tints of Fuchsia #CA6CB5
RGB
CMYK
RGB Variations
Color information
#CA6CB5 (or 0xCA6CB5) is known color: Fuchsia. HEX triplet: CA, 6C and B5. RGB value is (202,108,181). Sum of RGB (Red+Green+Blue) = 202+108+181=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CB5 is #35934A. Grayscale: #909090. Windows color (decimal): -3511115 or 11889866. OLE color: 11889866.
HSL color Cylindrical-coordinate representation of color #CA6CB5: hue angle of 313.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CB5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 181 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.21 |
| HSL | 313.4º | 0.47% | 0.61% | - |
| HSV(B) | 313.4º | 0.47% | 0.79% | - |
| XYZ | 38.06 | 26.62 | 46.85 | - |
| YUV | 144.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 181 | 0 | 0.47 | 0.10 | 0.21 | 313.4 | 0.47 | 0.61 |
| Hex | CA | 6C | B5 | 0 | 2F | A | 15 | 139 | 2F | 3D |
| Octal | 312 | 154 | 265 | 0 | 57 | 12 | 25 | 471 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10110101 | 0 | 101111 | 1010 | 10101 | 100111001 | 101111 | 111101 |
Color Harmonies of #CA6CB5
Complementary color
Monochromatic Colors of #CA6CB5
Black with #CA6CB5
Text Example
Text Example
White with #CA6CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CB5; }
p { color: rgb(202,108,181); }
H1.HeaderClassName
{
color: #CA6CB5;
}
.AnyTagClassName
{
color: #CA6CB5;
}
</style>
background-color css
<style>
a { background-color: #CA6CB5; }
a { background-color: rgb(202,108,181); }
div.DivClassName
{
background-color: #CA6CB5;
}
.BgClassName
{
background-color: #CA6CB5;
}
</style>
border-color css
<style>
span { border-color: #CA6CB5; }
span { border-color: rgb(202,108,181); }
td.TdClassName
{
border-color: #CA6CB5;
}
.TagClassName
{
border-color: #CA6CB5;
}
</style>