Shades of Fuchsia #CA6CBB
Tints of Fuchsia #CA6CBB
RGB
CMYK
RGB Variations
Color information
#CA6CBB (or 0xCA6CBB) is known color: Fuchsia. HEX triplet: CA, 6C and BB. RGB value is (202,108,187). Sum of RGB (Red+Green+Blue) = 202+108+187=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBB is #359344. Grayscale: #909090. Windows color (decimal): -3511109 or 12283082. OLE color: 12283082.
HSL color Cylindrical-coordinate representation of color #CA6CBB: hue angle of 309.57º 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 #CA6CBB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 187 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.21 |
| HSL | 309.57º | 0.47% | 0.61% | - |
| HSV(B) | 309.57º | 0.47% | 0.79% | - |
| XYZ | 38.69 | 26.87 | 50.16 | - |
| YUV | 145.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 187 | 0 | 0.47 | 0.07 | 0.21 | 309.57 | 0.47 | 0.61 |
| Hex | CA | 6C | BB | 0 | 2F | 7 | 15 | 136 | 2F | 3D |
| Octal | 312 | 154 | 273 | 0 | 57 | 7 | 25 | 466 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10111011 | 0 | 101111 | 111 | 10101 | 100110110 | 101111 | 111101 |
Color Harmonies of #CA6CBB
Complementary color
Monochromatic Colors of #CA6CBB
Black with #CA6CBB
Text Example
Text Example
White with #CA6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CBB; }
p { color: rgb(202,108,187); }
H1.HeaderClassName
{
color: #CA6CBB;
}
.AnyTagClassName
{
color: #CA6CBB;
}
</style>
background-color css
<style>
a { background-color: #CA6CBB; }
a { background-color: rgb(202,108,187); }
div.DivClassName
{
background-color: #CA6CBB;
}
.BgClassName
{
background-color: #CA6CBB;
}
</style>
border-color css
<style>
span { border-color: #CA6CBB; }
span { border-color: rgb(202,108,187); }
td.TdClassName
{
border-color: #CA6CBB;
}
.TagClassName
{
border-color: #CA6CBB;
}
</style>