Shades of Fuchsia #CA6CBC
Tints of Fuchsia #CA6CBC
RGB
CMYK
RGB Variations
Color information
#CA6CBC (or 0xCA6CBC) is known color: Fuchsia. HEX triplet: CA, 6C and BC. RGB value is (202,108,188). Sum of RGB (Red+Green+Blue) = 202+108+188=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBC is #359343. Grayscale: #919191. Windows color (decimal): -3511108 or 12348618. OLE color: 12348618.
HSL color Cylindrical-coordinate representation of color #CA6CBC: hue angle of 308.94º 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 #CA6CBC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 188 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.21 |
| HSL | 308.94º | 0.47% | 0.61% | - |
| HSV(B) | 308.94º | 0.47% | 0.79% | - |
| XYZ | 38.8 | 26.91 | 50.73 | - |
| YUV | 145.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 188 | 0 | 0.47 | 0.07 | 0.21 | 308.94 | 0.47 | 0.61 |
| Hex | CA | 6C | BC | 0 | 2F | 7 | 15 | 135 | 2F | 3D |
| Octal | 312 | 154 | 274 | 0 | 57 | 7 | 25 | 465 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10111100 | 0 | 101111 | 111 | 10101 | 100110101 | 101111 | 111101 |
Color Harmonies of #CA6CBC
Complementary color
Monochromatic Colors of #CA6CBC
Black with #CA6CBC
Text Example
Text Example
White with #CA6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CBC; }
p { color: rgb(202,108,188); }
H1.HeaderClassName
{
color: #CA6CBC;
}
.AnyTagClassName
{
color: #CA6CBC;
}
</style>
background-color css
<style>
a { background-color: #CA6CBC; }
a { background-color: rgb(202,108,188); }
div.DivClassName
{
background-color: #CA6CBC;
}
.BgClassName
{
background-color: #CA6CBC;
}
</style>
border-color css
<style>
span { border-color: #CA6CBC; }
span { border-color: rgb(202,108,188); }
td.TdClassName
{
border-color: #CA6CBC;
}
.TagClassName
{
border-color: #CA6CBC;
}
</style>