Shades of Fuchsia #CA6CBE
Tints of Fuchsia #CA6CBE
RGB
CMYK
RGB Variations
Color information
#CA6CBE (or 0xCA6CBE) is known color: Fuchsia. HEX triplet: CA, 6C and BE. RGB value is (202,108,190). Sum of RGB (Red+Green+Blue) = 202+108+190=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBE is #359341. Grayscale: #919191. Windows color (decimal): -3511106 or 12479690. OLE color: 12479690.
HSL color Cylindrical-coordinate representation of color #CA6CBE: hue angle of 307.66º 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 #CA6CBE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 190 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.21 |
| HSL | 307.66º | 0.47% | 0.61% | - |
| HSV(B) | 307.66º | 0.47% | 0.79% | - |
| XYZ | 39.01 | 27 | 51.87 | - |
| YUV | 145.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 190 | 0 | 0.47 | 0.06 | 0.21 | 307.66 | 0.47 | 0.61 |
| Hex | CA | 6C | BE | 0 | 2F | 6 | 15 | 134 | 2F | 3D |
| Octal | 312 | 154 | 276 | 0 | 57 | 6 | 25 | 464 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10111110 | 0 | 101111 | 110 | 10101 | 100110100 | 101111 | 111101 |
Color Harmonies of #CA6CBE
Complementary color
Monochromatic Colors of #CA6CBE
Black with #CA6CBE
Text Example
Text Example
White with #CA6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CBE; }
p { color: rgb(202,108,190); }
H1.HeaderClassName
{
color: #CA6CBE;
}
.AnyTagClassName
{
color: #CA6CBE;
}
</style>
background-color css
<style>
a { background-color: #CA6CBE; }
a { background-color: rgb(202,108,190); }
div.DivClassName
{
background-color: #CA6CBE;
}
.BgClassName
{
background-color: #CA6CBE;
}
</style>
border-color css
<style>
span { border-color: #CA6CBE; }
span { border-color: rgb(202,108,190); }
td.TdClassName
{
border-color: #CA6CBE;
}
.TagClassName
{
border-color: #CA6CBE;
}
</style>